Closed (fixed)
Project:
Project
Version:
4.6.x-1.x-dev
Component:
Projects
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2005 at 07:43 UTC
Updated:
1 Dec 2005 at 13:06 UTC
I am getting a lot of Fatal error: Only variables can be passed by reference errors in project.module, which (as far as I've read) has to do with the new version of PHP.
So far I've picked up these errors in the following lines:
Thus far I've just added "$foo" & "$bar" to the offending lines, but now when submitting a project I am back to line 169 and have no idea what to do.
Comments
Comment #1
fagopls try the patch in this issue
http://drupal.org/node/35588
Comment #2
oneighty commentedWorks, Thanks!