Jump to content

[SOLVED] Weird characters after migrating


balacay

Recommended Posts

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
Share on other sites

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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.