The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
VBulletin 3.8.11 and PHP 7.0 - The battle continue
Hello guys,
I run a website with wordpress and vbulletin 3.8.11 and I was wondering if there are news or solutions about making work vB with PHP 7.0. Actually I downgraded my php version to 5.6 and things works fine, yet it's not a solution, also my vb is a little slow and I suppose it's cause the PHP version since my server has a SSD and wordpress work litterally like super fast. When I turn the PHP version to 7.0 I get this error: PHP Code:
PHP 7.0: vBulletin 5.2.5-5.4.5, 4.2.5 and 3.8.11 support PHP 7.0 Thanks. ----- EDIT: I noticed that with the PHP 7.0 and 7.1 the admin cp works perfectly but the forum no --------------- Added [DATE]1580306294[/DATE] at [TIME]1580306294[/TIME] --------------- UPDATE: I disabled all the products and plugins and the forum started working. Anyone knows why? --------------- Added [DATE]1580306428[/DATE] at [TIME]1580306428[/TIME] --------------- it stops working only when I activate these following plugins: Cyb - Advanced Forum Statistics and Cyb - Visitors in Last X Hours |
#2
|
|||
|
|||
Usually you can just replace all calls to the function split with explode in the PHP code of the plugin/hook as they work similar in PHP.
|
#3
|
|||
|
|||
Where do I edit these files? Since they're just XML
|
#4
|
|||
|
|||
The XML file probably imported hooks which you can find at Plugins & Products > Plugin Manager > click on "[Edit]" of all the hooks of the product with the issue and search for the split function and replace it with explode.
|
#5
|
|||
|
|||
Okay found and I replaced all the split (which was 1) with explode but nothing to do, it didn't work. Same error.
|
#6
|
|||
|
|||
It's probably present in a different plugin hook as well.
|
#7
|
|||
|
|||
Oh so you mean that I must replace this variant in every plugin that didn't work? Because I did only on Cyb - Visitors in Last X Hours and I re activated just this plugin because I wondered they're not connected between them. Am I wrong?
|
#8
|
|||
|
|||
Yes, you must replace split with explode in every single plugin.
|
#9
|
|||
|
|||
Thank you so much, worked perfectly!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|