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

jensKhmerOS’s picture

Priority: Normal » Critical

I 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

eafarris’s picture

Priority: Critical » Normal

This 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 .

eafarris’s picture

Darn angle bracket filters. I meant, see:
http://drupal.org/node/31819

matthewfong’s picture

This solved my problem.

heine’s picture

Category: bug » support
Status: Active » Fixed
pylambol’s picture

I 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.

heine’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)