The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Upgrade from 4.1.7 to 4.2.2 results in VBSEO error
We have upgraded vbulletin from 4.1.7 to 4.2.2 today.
Getting this error message right after installation: Non-static method vBSEO_Storage:ath() should not be called statically in In functions_vbseo_pre.php we changed: from: function path($type = '') to: static function path($type = '') Also tried: public static function path($type = '') With both modifications we don't get the error message anymore, just a blank page. (internal server error 500) What can be the solution? Hope we can get our forum up and running again. Thanks in advance. |
#2
|
||||
|
||||
What do you mean "both modifications"??
http://www.vbulletin.com/forum/forum...ade-php-5-4-17 The blank page likely means you saved something wrong in the php file. Only try changing this. Code:
To fix the error with VBSEO you need to: 1) edit /vbseo/includes/functions_vbseo-pre.php 2) on line 181 find: function path($type = '') 3) replace with: public static function path($type = '') 4) save file. Done |
#3
|
|||
|
|||
Thanks for your reply.
I mean I tried the code once at the time. I found that topic also and followed the instructions. Replaced it with the code in "3)". The error message is then not shown, but only a blank page. Then I found this topic: https://vborg.vbsupport.ru/showpost....1&postcount=26 So I replaced the function path with: static function path($type = '') With that also no luck and only blank page. Can we try anything else? |
#4
|
||||
|
||||
Ditch vBSEO and go with [DBTech] DragonByte SEO v1 (vB4)
|
Благодарность от: | ||
Brandon Sheley |
#5
|
|||
|
|||
Since it's returning an internal server error, could you check the error logs of your web-server/PHP cgi?
|
#6
|
|||
|
|||
Quote:
E-mail is send to our server administrator, waiting for the reply of what's in the log. |
#7
|
||||
|
||||
Ok lets do this, disable plugins via the includes/config.php file.
To do that open your includes/config.php file and below <?php add the following. PHP Code:
PHP Code:
|
#8
|
|||
|
|||
Thanks!
Done it, I can access my admin panel again. Logged in and disabled VBSEO plugin. Removed the "DISABLE_HOOKS" from config.php. Problem is still there |
#9
|
||||
|
||||
I would disable hooks again, then look into getting the pro version of DBSEO, and switching, as the pro version has a importer from vBSEO to DBSEO.
|
#10
|
|||
|
|||
Tried it, installed DBSEO while hooks disabled.
But can't go to CP of DBSEO, url/dbseocp/ just shows a blank page. So can't go import vBSEO settings. When hooks enabled, the first problem again: AdminCP is not available at all. Any other ideas? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|