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

sapark’s picture

Title: status report blank » PHP 5.3 status report blank
sapark’s picture

Project: Sky » Drupal core
Version: 6.x-3.9 » 7.x-dev
Component: Code » theme system
Status: Active » Closed (duplicate)
sapark’s picture

Project: Drupal core » Sky
Version: 7.x-dev » 6.x-3.9
Component: theme system » Code
Status: Closed (duplicate) » Closed (fixed)

If 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.

jacine’s picture

Status: Closed (fixed) » Active

oh, hrm thank you for letting me know that ;)

jacine’s picture

Status: Active » Fixed

Thanks sapark, committed to HEAD.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.