Quote:
Originally Posted by M.Iftikhar
Hello i have upgrade my site 4.2.1 to 4.2.2 upgrade is normal but now when i enter admin cp it display the following error message
Warning: Function split() is deprecated in ..../includes/functions_login.php(204) : eval()'d code on line 4 Warning: Function split() is deprecated in ..../includes/functions_login.php(204) : eval()'d code on line 5 Unable to add cookies, header already sent. File: /home3/........../public_html/includes/class_core.php Line: 5745
when i disabled plugins via config.php file i am login so please tell me what is the error all is working fine......but admin cp login problem...........please reply me soon.........thanks
|
You could try this temporary workaround though, to suppress errors:
First take a copy of includes/config.php as a backup.
Open includes/config.php
Right under:
<?php
Add this:
error_reporting(E_ALL ^ (E_NOTICE | E_WARNING | E_DEPRECATED));
Then save and upload.
http://www.vbulletin.com/forum/forum...-functions-php