The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Urgent Help Needed???
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 |
#2
|
||||
|
||||
Did you do this on your live site? Do you have back ups? From reading some threads this morning, it seems like a lot of mods are not working right with this version on vb. I would of tested it first on a test site.
|
#3
|
||||
|
||||
i have disabled those mods that not working or display error now all is ok but i cannot login to admin cp when i click login button it display the error that i already posted above.... when i disabled plugins i login the admin cp.....public_html/includes/class_core.php Line: 5745 line was empty in the file........so please tell me what can i do that......thanks
|
#4
|
|||
|
|||
I'm using vB4.2.0 and there's no hook on line 204 of functions_login.php but you probably have a plugin for either "login_verify_failure_username" or "login_verify_success". Find the plugin that uses one of these and on line 4 of the plugin change
split(.........) to preg_split (..........). See http://php.net/manual/en/function.split.php and http://www.php.net/manual/en/function.preg-split.php |
#5
|
||||
|
||||
Here is line 204
($hook = vBulletinHook::fetch_hook('login_verify_success')) ? eval($hook) : false; please tell me what can i do that |
#6
|
|||
|
|||
Look through your list of plugins and find the one that goes in hook location "login_verify_success" and do what I posted earlier.
|
#7
|
||||
|
||||
I found the plugin its name is AE Detector: Login checker....please tell me how can i now do that???
|
#8
|
|||
|
|||
I don't know what more to say
|
#9
|
|||
|
|||
Quote:
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 |
#10
|
||||
|
||||
That is just a temp fix, the plugin should be updated as nerbert described.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|