Quote:
Originally Posted by Deimos
When running this on VB 3.6.4, I get this error at the top of any webtemplate page
Warning: unserialize() expects parameter 1 to be string, array given in /view.php on line 59
Warning: unserialize() expects parameter 1 to be string, array given in /view.php on line 60
Wondering if it's a compatability problem with PHP5?
|
It looks like that. I haven't tested it with php5 before. If everything else seems to work fine, changing line 59 and 60 like this MAY work:
PHP Code:
$wt_hf = @unserialize($vbulletin->wt_hf);
$wt_themes = @unserialize($vbulletin->wt_themes);