Showing 47,251 of 47,256 total issues
Call to method stripSlashesGPC
from undeclared class \icms_core_DataFilter
Open
Open
$email = isset($_POST['email']) ? trim(icms_core_DataFilter::stripSlashesGPC($_POST['email'])) : '';
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
$sql = "SELECT bid FROM `" . icms::$xoopsDB->prefix ( 'newblocks' ) . "` WHERE show_func='b_content_show'";
- Exclude checks
Call to method stripSlashesGPC
from undeclared class \icms_core_DataFilter
Open
Open
$vpass = isset($_POST['vpass']) ? icms_core_DataFilter::stripSlashesGPC($_POST['vpass']) : '';
- Exclude checks
Call to method htmlSpecialChars
from undeclared class \icms_core_DataFilter
Open
Open
echo _US_LOGINNAME . ": " . icms_core_DataFilter::htmlSpecialChars($login_name) . "<br />"
- Exclude checks
Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open
Open
echo sprintf(_DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local($newDbVersion)) . '<br />';
- Exclude checks
Reference to undeclared constant \_US_REGISTERNG
Open
Open
echo "<div id='registerng'>" . _US_REGISTERNG . "</div>";
- Exclude checks
Call to method dropTable
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$tableObj->dropTable();
- Exclude checks
Invalid offset "sitename"
of array type array{startpage:,template_set:mixed}
Open
Open
$xoopsMailer->setFromName($icmsConfig['sitename']);
- Exclude checks
Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open
Open
echo sprintf(_DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local($newDbVersion)) . '<br />';
- Exclude checks
Call to method send
from undeclared class \icms_messaging_Handler
Open
Open
if (!$xoopsMailer->send()) {
- Exclude checks
Variable $bookmark
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
- Exclude checks
Reference to undeclared constant \_US_SORRYINCORRECTPASS
Open
Open
redirect_header('user.php?op=resetpass', 2, _US_SORRYINCORRECTPASS);
- Exclude checks
Variable $bookmark
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
- Exclude checks
Call to method assign
from undeclared class \icms_messaging_Handler
Open
Open
$xoopsMailer->assign('SITEURL', ICMS_URL.'/');
- Exclude checks
Reference to undeclared constant \_US_PWDRESET
Open
Open
$xoopsMailer->setSubject(sprintf(_US_PWDRESET, ICMS_URL));
- Exclude checks
Variable $xoopsTpl
is undeclared Open
Open
$xoopsTpl->assign('lang_event', _NOT_EVENT);
- Exclude checks
Variable $xoopsTpl
is undeclared Open
Open
$xoopsTpl->assign("label_search_type", _SR_TYPE . ':');
- Exclude checks
Variable $xoopsTpl
is undeclared Open
Open
$xoopsTpl->assign('lang_activenotifications', _NOT_ACTIVENOTIFICATIONS);
- Exclude checks
Reference to undeclared constant \_SR_KEYTOOSHORT
Open
Open
redirect_header('search.php', 2, sprintf(_SR_KEYTOOSHORT, icms_conv_nr2local($icmsConfigSearch['keyword_min'])));
- Exclude checks
Reference to undeclared constant \_NOT_DELETINGNOTIFICATIONS
Open
Open
print '<h4>' . _NOT_DELETINGNOTIFICATIONS . '</h4>';
- Exclude checks