After moving the test site to the production website/host. I can't get drupal working. I get white screen of deaths. Everything is blank.

I can install a new drupal site (6.5) But then i miss alot of settings and most important the content and menu structure. I tried cleaning out the cache/sessions/watchdog tables. I tried replacing ENGINE=MyISAM to TYPE=MyISAM.

How can i get the new host get working with the old database?

Comments

cog.rusty’s picture

What is the php memory_limit on the server. On many hosts the default is only 8M and you need to increase it to 32M or more (http://drupal.org/node/207036)

badabing’s picture

At the moment its 16m. I changed it in the settings.php with ini_set('memory_limit', '32'); But still no change..

Is there any way to import all my content items/menu items to a freshly installed drupal DB?

cog.rusty’s picture

No easy way that I know of. Generally you just import the tables.

After making sure that the memory is enough for your installed modules (maybe 64M to be sure), run update.php on the new server. That should clear the cache and rebuild the menus.