Did you solve this problem?
We have the same problem after upgrading vbulletin from 4.1.7 to 4.2.2 today.
Getting this error message right after installation:
Code:
Non-static method vBSEO_Storage::path() 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.