Hi, I'm receiving this error message whilst using project - issues. I can create the project. but when I try to submit an issue this message appears.

Fatal error: Unsupported operand types in /serverpath/drupal/modules/project_issue/issue.inc on line 457

is there a known fix for this. I couldn't find any in the forums for this module.
thanks

Comments

dww’s picture

Status: Active » Closed (duplicate)

chances are you have the 4.7.x-1.* version of one, and 4.7.x-2.* version of the other (project.module vs. project_issue.module). see this: http://drupal.org/node/99391.

if that doesn't solve your problems, feel free to set this back to "active" with the exact versions of all the project* modules you're using.

thanks,
-derek

aliak’s picture

thanks, that was the problem. I just downloaded the latest from each module and didn't notice they were different versions. I'm using the 2x versions now and it's working again. thanks for your help!!

dww’s picture

glad that resolved it. just to confirm, you must have downloaded from the module browsing pages (like http://drupal.org/project/Modules) right? because the default downloads listed on the project home pages for both project.module and project_issue.module point to the 4.7.x-1.0 release. there's a known problem with the module downloading pages (http://drupal.org/node/89538).