By stuart6 on
Hey,
Just made a fresh install of drupal 4.4.2, when i access ?q=admin/system/modules i get a 500 header.
The apache log on ?q=admin/system/modules access:
php in free(): warning: page is already free.
[Thu Sep 9 12:29:51 2004] [error] [client 62.252.128.28] Premature end of script headers: /www/s/stuart/index.php
62.252.128.28 - stuart [09/Sep/2004:12:29:51 +0000] "GET /?q=admin/system/modules HTTP/1.1" 500 613
My host is running php cgi, and i am not sure how to fix this error. Any ideas?
Thanks in advance.
Comments
Could be exhausting memory
From my experience admin/system/modules is the most memory intensive part of Drupal core. It includes all modules found in the installation, regardless if they are enabled.
If you are running on a virtual host with hard memory limits this could be the source of your problem. If so, try experimenting by moving some module files out until it works. Start with modules you don't need (obviously). Also, consider changing hosting providers if this is the problem.
--
Larry Cannell
larry@cannell.org
Thanks
Thanks, this seems to be the issue. Time to move host.
-- stuart