Closed (fixed)
Project:
Album Photos
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2010 at 22:33 UTC
Updated:
31 Jul 2013 at 13:31 UTC
I get the following error message:
Fatal error: Only variables can be passed by reference in C:\SharedPortal\common_folder\drupal\sites\all\modules\photos\photos.module on line 924
Thank you
Comments
Comment #1
vistree commentedHi, I have exactly the same error. After hoster upgrade PHP 5.3 to 5.4 I always get this strict error.
To hide it, I have to disable error viewing in Drupal logging-options.
But it would be great to solve this problem to let photos run without errors on PHP 5.4 ...
Kind regards
Kai
Comment #2
nathaniel commentedSee this other issue:
#396368: Call-time pass-by-reference has been deprecated...
Find the code on line 924 as described and remove the ampersand "&".
Comment #3
vistree commentedThanks Nathaniel!