I downloaded the archive, untarred it, copied the files in modules/project directory, loaded the database scheme but when I try to access module administration page in order to activate it, the page isn't displayed, nothing happens, I don't even have an error message or a bug report in my logs. Nothing. And as soon as I remove the project subdirectory in modules, everything works again but without project.
I'm working on a fresh installation of Drupal 4.6.3 so I really don't understand what's the problem.

Comments

daneel-1’s picture

Assigned: Unassigned » daneel-1
Status: Active » Fixed

It's OK, I found the problem. It seems that loading project module administration is quite heavy in terms of memory resources. I had to increase my PHP memory limit above 8M for it to work. Which means that if you can't tune that parameter, you can't get project to work.

Anonymous’s picture

Status: Fixed » Closed (fixed)