PDA

View Full Version : blank page after movement


slayer1ss
12-14-2008, 09:13 PM
i moved my host to linux from windows, everything worked fine however right now i cant login to admin, i get blank page... i installed a fresh install to test and it worked, i was able to access admin however after adding my own database it stopped working... i uploaded check files and it is wierd but even my php version is 5.1.6 there was a red dot near php version line... what should i do now? i m really confused...

i just enabled errors on php.ini and this is what i get


Fatal error: Cannot use object of type stdClass as array in /var/www/vhosts/habertnt.com/httpdocs/lib/vivvo/framework/vivvo_user_manager.php on line 706

DRIVE
12-15-2008, 03:17 AM
It seems to me that if you did an export of your database from the windows server and then imported it into the linux server there could be a "corruption" which isnt really a corruption but a difference in the data that your linux box doesnt like.

If everything worked until you imported your database, its a fairly logical conclusion.

Can you paste an example from your DB export that shows a couple of "Create Table" statments and "Insert" statments?

I've run into this myself

shketuljko
12-15-2008, 08:54 AM
Could you try to upgrade your php to 5.2?

slayer1ss
12-15-2008, 12:34 PM
Could you try to upgrade your php to 5.2?

yes actually at time i wrote this issue i was starting to upgrade, it is fixed after upgrade thanks for your help

shketuljko
12-16-2008, 08:09 AM
Nice :)
I'm glad to help.