Closed (fixed)
Project:
Project
Version:
4.7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2006 at 08:19 UTC
Updated:
20 Jul 2006 at 16:00 UTC
I'm having problems installing "Project". I've installed other modules for drupal, but when I enable the project module through the administrator webpage, a blank webpage document is returned.
I assume it never finishes creating the mysql tables because when I attempt to edit the access controls I receive the following error
user warning: Table 'drupal.project_issue_state' doesn't exist query: SELECT * FROM project_issue_state ORDER BY weight in /var/www/drupal.matthewfong.com/includes/database.mysql.inc on line 120.
I am using drupal 4.7.2 and under Debian 3.1, MySQL 4.1.11, PHP 4.3.10-16, and Apache/2.0.54
Comments
Comment #1
jensKhmerOS commentedI have the same problem here. After I copy the files into my Drupal system I can not enable the module because I just get an empty page for administer | modules.
When I remove the files everything is working again.
I tried the file that you can download directly from http://drupal.org/project/Modules, which says it is version 4.7 and also the CVS release from http://ftp.osuosl.org/pub/drupal/files/projects/project-cvs.tar.gz neither works.
I change this to a critical bug.
I use Drupal 4.7.2
Comment #2
eafarris commentedThis is most likely related to PHP's memory limit. The modules page requires a lot of memory, as even your disabled modules myst be loaded. Check your web server's error log and you'll probably see a line like "Fatal error: Allowed memory size of 8388608 bytes exhausted" or similar. See .
Comment #3
eafarris commentedDarn angle bracket filters. I meant, see:
http://drupal.org/node/31819
Comment #4
matthewfong commentedThis solved my problem.
Comment #5
heine commentedComment #6
pylambol commentedI see the same memory limitation problem as stated in my error_log:
[client 10.x.x.x] PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in /drupal/modules/project/issue.inc on line 648, referer: http://intranet/drupal/admin
Allowed memory size of 8388608 bytes exhausted (tried to allocate 153 bytes)
No way to have this module working...
Any hint/solution/fix ?
Thanks.
Comment #7
heine commentedReally,
My admin > modules page is blank.
Comment #8
(not verified) commented