Closed (fixed)
Project:
Project
Version:
4.6.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2006 at 01:21 UTC
Updated:
3 Mar 2006 at 13:08 UTC
When the project diretory is uploaded to the modules directory, the modules page under admin goes blank. Irepeated this on two diferent servers. Bothe running Drupal 6.6.
As soon ad I delete the project subdirectory, I get the modules admin page back. Any ideas what is going on? I changed ownership and permissions but get the same results of a blank module config page.
I call this a show-stopper.
Comments
Comment #1
datajockeys commentedI am using the latest version of Firefox and just for kicks, I tried Internet Explorer and got the same results. Either a blank page or page not found error (Internet Explorer).
Comment #2
aalvaradoh commentedI hava same issue and in my Apache's error_log i had found this entry:
[client 10.30.13.220] PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 58368 bytes) in /var/www/ixbox/modules/project/issue.inc on line 581, referer: http://localhost/ixbox/?q=admin
Comment #3
aalvaradoh commentedComment #4
aalvaradoh commentedProblem with "PHP Fatal error: Allowed memory size" has been fixed in my server by setting "memory_limit" to "-1" (no memory limit).
My "admin/modules" page it's working again!
Comment #5
pfaocle