Blank page... Hmm. If you've got access to your apache logs go there to look for error messages.
It's quite possible that you're simply out of memory. You might consider upping the memory in PHP.ini if you have access to that.
Dave
-----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of sander-martijn Sent: Tuesday, February 19, 2008 7:58 AM To: support@drupal.org Subject: Re: [support] migration problems
thanks. I disabled path and login_redirect and deleted the rows in cache_page. Now it seems to be logging me in but it's giving me a blank
page in ?q=admin. Nothing in the watchdog table. I don't have access to any other logs. So progress but not there yet.
any ideas where I should go next?
Metzler, David wrote:
Yes from the sql prompt:
Update system set status=0 where name='module_name';
-----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org]
On
Behalf Of sander-martijn Sent: Tuesday, February 19, 2008 7:36 AM To: support@drupal.org Subject: [support] migration problems
I am in the process of migrating a site. Because the original site is
live I couldn't disable the cache or turn off modules before
downloading
it and now that it's up on the new server I am getting internal server
errors. The home page comes up but no other pages do. When using ?q=user or ?q=admin it gives me the login page, but when I try to log
in
I get an internal server error, and if I then try to go to ?q=admin it
still takes me to the login page indicating it did not successfully
log
me in.
I think it is probably due to the login redirect module and/or the
path
module. Is there a way to disable modules by changing a flag in the database? I looked at the schema but I don't see anything obvious
such
as a modules table. Any other suggestions on how I can recover this?
thanks sander