You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could provoke a PHP Fatal error ([] operator not supported for strings).
In snoopy.php line 859 and three more: $this->results[] = $results;
Could provoke a PHP Fatal error (cannot use string offset as an array).
In \htdocs\modules\system\themes\dark\dark.php, line 164 and 167: $mod_options[$item]['link'] = empty($mod_options[$item]['absolute']) ? XOOPS_URL . "/modules/{$moddir}/" . $mod_options[$item]['link'] : $mod_options[$item]['link'];
Same in \htdocs\modules\system\themes\default\default.php, line 131 and 134
Could provoke a PHP Fatal error ([] operator not supported for strings).
\htdocs\modules\system\admin\modulesadmin\modulesadmin.php line 294, 306, 353, 378, 1189, 1214 $configs[] = array(
Same in \htdocs\xoops_lib\modules\protector\oninstall.php line 48, 64, 69, 75, 78, 106, 109, 114, 116, e.g. $ret[] = 'SQL file found at <b>' . htmlspecialchars($sql_file_path) . '</b>.<br> Creating tables...';
Same in \htdocs\xoops_lib\modules\protector\onuninstall.php line 47, 53, 55
Same in \htdocs\modules\system\themes\transition\transition.php line 165, 168 $mod_options[$item]['link'] = empty($mod_options[$item]['absolute']) ? XOOPS_URL . "/modules/{$moddir}/" . $mod_options[$item]['link'] : $mod_options[$item]['link'];
The text was updated successfully, but these errors were encountered:
Could provoke a PHP Fatal error ([] operator not supported for strings).
In snoopy.php line 859 and three more:
$this->results[] = $results;
Could provoke a PHP Fatal error (cannot use string offset as an array).
In \htdocs\modules\system\themes\dark\dark.php, line 164 and 167:
$mod_options[$item]['link'] = empty($mod_options[$item]['absolute']) ? XOOPS_URL . "/modules/{$moddir}/" . $mod_options[$item]['link'] : $mod_options[$item]['link'];
Same in \htdocs\modules\system\themes\default\default.php, line 131 and 134
Could provoke a PHP Fatal error ([] operator not supported for strings).
\htdocs\modules\system\admin\modulesadmin\modulesadmin.php line 294, 306, 353, 378, 1189, 1214
$configs[] = array(
Same in \htdocs\xoops_lib\modules\protector\oninstall.php line 48, 64, 69, 75, 78, 106, 109, 114, 116, e.g.
$ret[] = 'SQL file found at <b>' . htmlspecialchars($sql_file_path) . '</b>.<br> Creating tables...';
Same in \htdocs\xoops_lib\modules\protector\onuninstall.php line 47, 53, 55
Same in \htdocs\modules\system\themes\transition\transition.php line 165, 168
$mod_options[$item]['link'] = empty($mod_options[$item]['absolute']) ? XOOPS_URL . "/modules/{$moddir}/" . $mod_options[$item]['link'] : $mod_options[$item]['link'];
The text was updated successfully, but these errors were encountered: