I have one Question again. My Forum crashed and i must the Add on install new. Works fine, but one Errormessage on index displays now:
PHP Warning: array_merge(): Argument #1 is not an array in ..../includes/class_bootstrap.php(1422) : eval()'d code on line 125
this error display with php5.6 and php7.2
class_bootstrap.php line 1420 - 1425 ist:
}
($hook = vBulletinHook::fetch_hook('cache_templates')) ? eval($hook) : false;
if ($this->group_templates)
{
can u help me?
|