PDA

View Full Version : Server change problem



moddis
Wed 11th Feb '09, 6:57pm
Hi,

I moved to another server and instead of copying all the site files from old server, I just copied new VB files (same version) on to the new server and just moved over the database. I did that so i don't carry over the garbage I dont even remember uploading.

BTW, the site name, temporarily changed.

I have changed the config file as needed but it still gives me a blank page when going to index.php. Is there somewhere in the database I would need to change something like site name or anything else so I do not have to install from scratch.

Thank You

Steve Machol
Wed 11th Feb '09, 10:21pm
Please see this for all the known causes of blank or 'white' pages:

http://www.vbulletin.com/docs/html/blank_pages

moddis
Thu 12th Feb '09, 6:17am
Yeh,

So far I tried to add the following in config file but still no change, will see what else i can do.

ini_set("display_errors", true);

ini_set('memory_limit', -1);

BTW, could this be because of a style. I mean the forum on the other server used a custom style but I did not upload any of the style files from old server. Shouldt it just show default style in this case?