Quote:
Originally Posted by R*NightOwl
I was able to fix the depreciated errors, open "post_thanks.php",
replace
PHP Code:
error_reporting(E_ALL & ~E_NOTICE);
with
PHP Code:
error_reporting(E_ALL ^ E_DEPRECATED);
doesn't really replace or fix the depreciated code, but, at least it works.
|
It worX - Genius !
By the way R*NightOwl says this is not the real solution. Somebody knows what is that???????