By glarsch on
Alright, I'm having major problems on a production site. Basically, I switched from shared hosting to a virtual dedicated server. I transferred the database, transferred all of the files, the settings.php file has the correct info, I readjusted all the permissions on the /files directory, and the MEMORY is set to 96M. However, whenever I either enable OR disable a module, I get the WSOD on the conformation page. From there I try to navigate back, or to a different page and all I get is the WSOD. The only thing I can do to fix it is re-import the database that I have backed up and everything works fine until I go to enable or disable a module again.
Thanks in advance.
Grant
Comments
files
It is difficult to say, have you checked to see htaccess is there and has the (.)htaccess
I am only asking since it was moved. Sometimes htaccess does funny things on a move
another post
this may be similar
http://drupal.org/node/494298
talks about running phpinfo to see what the actual memory is.
and about a pear wiki module, what ever that is.
Got it Working
My Thickbox module was creating an error and the error wasn't displaying on the screen, so I added:
php_value display_errors 1
php_value error_reporting 2039
to my .htaccess file and was able to see the error message.
Thanks for the input though, appreciate it.
Grant