I tried to install the 4.7.x-2.x version of the module with the corresponding version of project.module. I copied over the files to modules/project folder as per instructions. The module was enable and I ran through the update script.

When trying to add an issue, the add form is missing the description text area and other elements. When going to project/issues, I get a white screen. Apache logs show: PHP Fatal error: Call to undefined function: project_release_get_releases() in /var/www/html/sandbox/modules/project_issue/issue.inc on line 1286, referer: https://icslac.carleton.ca/sandbox/project

I'm using drupal 4.7.3. This does not occur with the 4.7.x-1.x releases of the modules. Looking forward to the new version.

Cheers

CommentFileSizeAuthor
#2 project_issue_no_release.patch.txt3.98 KBdww
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dww’s picture

Title: Issue tracker displays white screen » Issue tracker depends on project_release.module

as the new title explains, the bug here is that i never managed to fully isolate the project_release.module's code from the rest of project.module and project_issue.module. while the intention (and hopefully, very soon the reality) is that you don't need to enable project_release.module if you don't want releases, for now, you still need to. :( this is indeed a bug.

the workaround, of course, is to just install project_release.module (even if you're not going to be creating release nodes). i'll try to clean this up the near future.

dww’s picture

Version: 4.7.x-2.0 » 4.7.x-2.1
Assigned: Unassigned » dww
Status: Active » Needs review
FileSize
3.98 KB
dww’s picture

Status: Needs review » Fixed

hearing no objections, i just committed this to DRUPAL-4-7--2 and HEAD.

i'll make a 4.7.x-2.2 release later, since i haven't fixed enough bugs yet to make it worth a new release. for now, you can just use the end of the DRUPAL-4-7--2 branch.

cheers,
-derek

Anonymous’s picture

Status: Fixed » Closed (fixed)