
09-29-2013, 12:32 AM
|
 |
|
|
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 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
|
This has been addressed before, this may help you.
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.
|
|