The error "Warning: Function split() is deprecated in ..../includes/functions_login.php(204) : eval()'d code on line 4" was removed but After that i am not able to login.
--------------- Added [DATE]1394014723[/DATE] at [TIME]1394014723[/TIME] ---------------
Quote:
Originally Posted by ForceHSS
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
|
I have done the changes but after that i am not able to login.