XF 2.1 Upgrade Error

hIBEES

Active member
When upgrading from 2.0 to 2.1 RC2 getting this error.

Its on a test upgrade so not a biggy, think its themehouse UIX theme that we run as that hasn't been upgraded yet BUT surely it should upgrade still?

Tried the code $config['enableListeners'] = false; in config and rebuilt the master data but still same.


Code:
An exception occurred: [TypeError] Argument 3 passed to XF\Template\Templater::fnCssUrl() must be of the type array, string given in src/XF/Template/Templater.php on line 2163
[LIST=1]
[*]XF\Template\Templater->fnCssUrl()
[*]call_user_func_array() in src/XF/Template/Templater.php at line 915
[*]XF\Template\Templater->fn() in internal_data/code_cache/templates/l1/s4/public/helper_js_global.php at line 39
[*]XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 694
[*]XF\Template\Templater->callMacro() in internal_data/code_cache/templates/l1/s4/public/PAGE_CONTAINER.php at line 2569
[*]XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1294
[*]XF\Template\Templater->renderTemplate() in src/XF/Pub/App.php at line 547
[*]XF\Pub\App->renderPageHtml() in src/XF/App.php at line 1988
[*]XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 362
[*]XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 53
[*]XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
[*]XF\App->run() in src/XF.php at line 390
[*]XF::runApp() in index.php at line 20
[/LIST]
 
Top Bottom