I get the error:

warning: Parameter 2 to admin_system_info_alter() expected to be a reference, value given in /customers/stupidreality.org/stupidreality.org/httpd.www/includes/common.inc on line 2830.self)
warning: Parameter 1 to slate_fieldset() expected to be a reference, value given in /customers/stupidreality.org/stupidreality.org/httpd.www/includes/theme.inc on line 617.

And on some pages I can't see anything save this error. The error makes critical parts of the website not working properly, like: TinyMce won't load, empty page on admin/settings/performance, (see attachment). This happens on many other pages as well. The pages work properly if I delete the module from the server.

CommentFileSizeAuthor
Capture.PNG75.67 KBgjoellee
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kevin.vaesen’s picture

I can confirm this error. It started when my hosting company decided to upgrade to PHP 5.3.
Haven't found a solution yet, other than to disable this module.

kevin.vaesen’s picture

This was solved using the fix described in http://drupal.org/node/590944.

Basically changing &$ to $ in admin.module and the slate theme template.php file will resolve the issue.

nukeman79’s picture

I still have the error despite making the changes above I have many more repeated lines of

warning: Parameter 1 to slate_fieldset() expected to be a reference, value given in /opt/lampp/htdocs/drupal/includes/theme.inc on line 617.

can I just turn off the admin view to avoid and jsut use slate as my production theme?