balacay Posted September 7, 2007 Share Posted September 7, 2007 I just migrated to a different server with our local hour registration system. I now get this error when loading up: http://i8.photobucket.com/albums/a13/balacay/errorphp.jpg Previous server: PHP Version 5.0.4 Mysql 4.1.7 New server: PHP Version 5.2.3 Mysql 5.0.22 And both use IIS. Anyone able to tell me what cause all those weird chars? And how do I fix this? When I scroll further down I get the menu I am supposed to see... Thanks a lot! Link to comment https://forums.phpfreaks.com/topic/68339-solved-weird-characters-after-migrating/ Share on other sites More sharing options...
fenway Posted September 8, 2007 Share Posted September 8, 2007 What makes you think this is a mysql issue? Link to comment https://forums.phpfreaks.com/topic/68339-solved-weird-characters-after-migrating/#findComment-344448 Share on other sites More sharing options...
balacay Posted September 10, 2007 Author Share Posted September 10, 2007 What makes you think this is a mysql issue? http://www.phpfreaks.com/forums/index.php/topic,158431.0.html I can run phpinfo without problems, but as soon as I run this code for example: <?php $gbGratuit = true; include ( "include/general.php" ); echo serialize ( $gUsersByName ); echo '<br />'; echo serialize ( $gUsersByLogon ); ?> Then I get the error I am quite the newbie in this so I could be very wrong. Link to comment https://forums.phpfreaks.com/topic/68339-solved-weird-characters-after-migrating/#findComment-345297 Share on other sites More sharing options...
balacay Posted September 10, 2007 Author Share Posted September 10, 2007 Zend Optimizer needed to be installed on the new server... http://www.phpfreaks.com/forums/index.php/topic,158431.0.html Problem solved! Thanks a lot for the help! Link to comment https://forums.phpfreaks.com/topic/68339-solved-weird-characters-after-migrating/#findComment-345314 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.