Quote:
Originally Posted by hhumas
i have replaced this with
Quote:
public static function path($type = '')
|
and now i am getting a blank page instead of errors
can anyone tell me i am getting this mess , after updating
|
i think your "public static function path" is wrong
Just replace this in functions_vbseo_pre.php
PHP Code:
function path($type = '')
with this static
PHP Code:
static function path($type = '')
i have replace, and still work
Good luck.