
01-04-2014, 06:29 PM
|
 |
|
|
Join Date: Dec 2006
Location: Worthing, UK
Posts: 563
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by shakirulqadree
PHP Code:
Deprecated: Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 53
Deprecated: Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 105
Deprecated: Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 109
Deprecated: Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 117
Deprecated: Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 128
Deprecated: Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 132
Deprecated: Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 140
Deprecated: Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 209
Deprecated: Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 387
Deprecated: Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/class_core.php on line 2553
pliz hellp for mi
|
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.
|
That code is in my post_thanks.php file but I'm still getting the above errors.
|