Closed (fixed)
Project:
Sky
Version:
6.x-3.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2009 at 19:30 UTC
Updated:
24 Jan 2010 at 22:00 UTC
Just upgraded to PHP 5.3.1 from 5.2.10 and got error
"Parameter 1 to sky_status_report() expected to be a reference, value given in /var/www/html/laws/includes/theme.inc on line 617" in the recent log entry with status report a blank white screen.
Comments
Comment #1
sapark commentedComment #2
sapark commentedDuplicate of #360605: PHP 5.3 Compatibility.
Comment #3
sapark commentedIf you remove the & from sky_status_report() in themes/sky/functions it appears work ok with PHP 5.3 with status report.
D6 was patched to remove the & in theme_status_report() in system.admin.inc http://drupal.org/node/360605.
Comment #4
jacineoh, hrm thank you for letting me know that ;)
Comment #5
jacineThanks sapark, committed to HEAD.