The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Just started after a mod tried to login to the mopcp.
got this on my admincp page and the modcp page: 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: /home/bonifer/public_html/includes/class_core.php Line: 5755 I've already disabled the hooks for now. Any ideas? |
#2
|
||||
|
||||
![]()
Disable all the mods in the acp, then re enable the hooks. Then you need to enable the mods one at a time till you find out which one is causing the issues.
|
#3
|
|||
|
|||
![]()
This is due to a modification not being compatible with PHP v5.4x series.
Look in your plugins and search by hook (you can click on "Hook Location" on the top menu/header bar). Search for "login_verify_success" hook: this is the hook located at "functions_login.php #204". This should help you find the modification that is using that hook location. . Then check the thread for the "mod" to see if someone has updated it or posted a fix. Hope this helps ![]() |
#4
|
|||
|
|||
![]()
Looks like the one touch ban and cleaner conflicts with glowhost anti-spam plugin.
--------------- Added [DATE]1384045666[/DATE] at [TIME]1384045666[/TIME] --------------- ok, thanks TBworld |
#5
|
|||
|
|||
![]()
Your welcome!
![]() This does not mean it is a conflict ERROR: Function split() is deprecated <-- Not compatible with PHP 5.4. See 'mod' thread for potential fix. |
#7
|
|||
|
|||
![]()
Look for a plugin in either the "login_verify_success" or the "login_verify_failure_username" hook locations. In the plugin go to line 4 and line 5 and change split() to preg_split()
|
#8
|
||||
|
||||
![]()
It could also be explode nerbert, just depends on what they are doing.
|
#9
|
|||
|
|||
![]()
True. The OP could post here with the snippet of code and someone could tell which one to use
|
#10
|
||||
|
||||
![]()
Yep, I would like a link to the mods, so I can post a update post in the thread.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|