[BlueOnyx:09692] Re: php settings page on imported site

Stephanie Sullivan ses at aviaweb.com
Tue Feb 28 18:12:38 -05 2012


Gustavo,

 

Your (if you have compass php like me) /etc/php53/php.ini may have:

error_reporting = E_ALL & ~E_DEPRECATED

 

and if you change it to:

error_reporting = E_ALL & ~E_DEPRECATED & ~E_NOTICE

 

It should get rid of the uninitialized variable errors which are causing the
later ones about headers (because their output was done before the headers).

 

I hope this helps. The change is very easy to try and reverse if it does not
resolve the issue. Remember to restart apache!

 

                Thanks,

                                -Stephanie 

 

 

From: Gustavo Silva [mailto:pseudo at zbronx.com] 
Sent: Tuesday, February 28, 2012 5:30 PM
To: BlueOnyx General Mailing List
Subject: [BlueOnyx:09691] php settings page on imported site

 

Hello!


I'm getting the following errors on top of the setting page on a few sites
recently migrated from BO to BQ:

The settings page itself also doesnt allow any changes nor display them
correctly.
And if you press "Save" it returns an error and fails.

Any suggestion?

Thanks in advance!


Warning: array_values() expects parameter 1 to be array, null given in
/usr/sausalito/ui/web/base/vsite/vsite_php.php on line 274

Warning: array_values() expects parameter 1 to be array, null given in
/usr/sausalito/ui/web/base/vsite/vsite_php.php on line 310

Warning: array_values() expects parameter 1 to be array, null given in
/usr/sausalito/ui/web/base/vsite/vsite_php.php on line 335

Warning: array_values() expects parameter 1 to be array, null given in
/usr/sausalito/ui/web/base/vsite/vsite_php.php on line 360

Warning: array_values() expects parameter 1 to be array, null given in
/usr/sausalito/ui/web/base/vsite/vsite_php.php on line 397

Warning: Cannot modify header information - headers already sent by (output
started at /usr/sausalito/ui/web/base/vsite/vsite_php.php:274) in
/usr/sausalito/ui/libPhp/uifc/Page.php on line 142

Warning: Cannot modify header information - headers already sent by (output
started at /usr/sausalito/ui/web/base/vsite/vsite_php.php:274) in
/usr/sausalito/ui/libPhp/uifc/Page.php on line 146

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.blueonyx.it/pipermail/blueonyx/attachments/20120228/8c36e4f6/attachment.html>


More information about the Blueonyx mailing list