Turn off depreciated errors php 5.3

Posted by atwellpub on Stack Overflow See other posts from Stack Overflow or by atwellpub
Published on 2010-05-10T15:12:11Z Indexed on 2010/05/10 15:14 UTC
Read the original article Hit count: 254

Filed under:
|

Hello,

My server is running php 5.3 and My wordpress install is spitting these errors out on me causing the my session_start() to break.

Deprecated: Assigning the return value of new by reference is deprecated in /home//public_html/hub/wp-settings.php on line 647

Deprecated: Assigning the return value of new by reference is deprecated in /home//public_html/hub/wp-settings.php on line 662

Deprecated: Assigning the return value of new by reference is deprecated in /home//public_html/hub/wp-settings.php on line 669

Deprecated: Assigning the return value of new by reference is deprecated in /home//public_html/hub/wp-settings.php on line 676

Deprecated: Assigning the return value of new by reference is deprecated in /home//public_html/hub/wp-settings.php on line 712

This is annoying, but I do not want to turn off on screen error reporting. How do I disable these bothersome depreciated warnings?

Running Wordpress 2.9.2.

Gracious!

© Stack Overflow or respective owner

Related posts about Wordpress

Related posts about php