Page 1 of 1

Re: E_DEPRECATED -problem

Posted: Sun Jan 16, 2011 8:50 pm
by RonnyK
Modify your php.ini....

Check for the area of error_reporting, change that to:

Code: Select all

error_reporting = E_ALL & ~E_DEPRECATED
Ronny