1
Hello
XOOPS 2.5.11
php 7.4 / mysql 8 /
5.01 Beta 4 [2021-03-21] / xswatch 4
Erreurs
Notification: Trying to access array offset on value of type null dans le fichier /modules/newbb/footer.php ligne 44
Context
global $forumCookie; // for $forumCookie["prefix"] revert last change - use global instead of include
// add toggle script
//$toggle_script = "var toggle_cookie="" . $forumCookie['prefix'] . 'G' . '';';
$toggle_script = 'var toggle_cookie="' . $forumCookie['prefix'] . 'G";';
$xoTheme->addScript(null, ['type' => 'text/javascript'], $toggle_script);
line 44 :
$toggle_script = 'var toggle_cookie="' . $forumCookie['prefix'] . 'G";';