ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Call to method stripSlashesGPC from undeclared class \icms_core_DataFilter
Open

$email = isset($_POST['email']) ? trim(icms_core_DataFilter::stripSlashesGPC($_POST['email'])) : '';
Severity: Critical
Found in htdocs/register.php by phan

Reference to static property xoopsDB from undeclared class \icms
Open

            $sql = "SELECT bid FROM `" . icms::$xoopsDB->prefix ( 'newblocks' ) . "` WHERE show_func='b_content_show'";

Call to method stripSlashesGPC from undeclared class \icms_core_DataFilter
Open

$vpass = isset($_POST['vpass']) ? icms_core_DataFilter::stripSlashesGPC($_POST['vpass']) : '';
Severity: Critical
Found in htdocs/register.php by phan

Call to method htmlSpecialChars from undeclared class \icms_core_DataFilter
Open

            echo _US_LOGINNAME . ": " . icms_core_DataFilter::htmlSpecialChars($login_name) . "<br />"
Severity: Critical
Found in htdocs/register.php by phan

Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open

            echo sprintf(_DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local($newDbVersion)) . '<br />';

Reference to undeclared constant \_US_REGISTERNG
Open

                echo "<div id='registerng'>" . _US_REGISTERNG . "</div>";
Severity: Minor
Found in htdocs/register.php by phan

Call to method dropTable from undeclared class \icms_db_legacy_updater_Table
Open

                        $tableObj->dropTable();
Severity: Critical
Found in htdocs/modules/system/include/update.php by phan

Invalid offset "sitename" of array type array{startpage:,template_set:mixed}
Open

                $xoopsMailer->setFromName($icmsConfig['sitename']);
Severity: Minor
Found in htdocs/register.php by phan

Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open

                echo sprintf(_DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local($newDbVersion)) . '<br />';

Call to method send from undeclared class \icms_messaging_Handler
Open

                if (!$xoopsMailer->send()) {
Severity: Critical
Found in htdocs/register.php by phan

Variable $bookmark was undeclared, but it is being used as the left-hand side of an assignment operation
Open

Reference to undeclared constant \_US_SORRYINCORRECTPASS
Open

        redirect_header('user.php?op=resetpass', 2, _US_SORRYINCORRECTPASS);
Severity: Minor
Found in htdocs/resetpass.php by phan

Variable $bookmark was undeclared, but it is being used as the left-hand side of an assignment operation
Open

Call to method assign from undeclared class \icms_messaging_Handler
Open

    $xoopsMailer->assign('SITEURL', ICMS_URL.'/');
Severity: Critical
Found in htdocs/resetpass.php by phan

Reference to undeclared constant \_US_PWDRESET
Open

    $xoopsMailer->setSubject(sprintf(_US_PWDRESET, ICMS_URL));
Severity: Minor
Found in htdocs/resetpass.php by phan

Variable $xoopsTpl is undeclared
Open

            $xoopsTpl->assign('lang_event', _NOT_EVENT);
Severity: Minor
Found in htdocs/notifications.php by phan

Variable $xoopsTpl is undeclared
Open

$xoopsTpl->assign("label_search_type", _SR_TYPE . ':');
Severity: Minor
Found in htdocs/search.php by phan

Variable $xoopsTpl is undeclared
Open

            $xoopsTpl->assign('lang_activenotifications', _NOT_ACTIVENOTIFICATIONS);
Severity: Minor
Found in htdocs/notifications.php by phan

Reference to undeclared constant \_SR_KEYTOOSHORT
Open

            redirect_header('search.php', 2, sprintf(_SR_KEYTOOSHORT, icms_conv_nr2local($icmsConfigSearch['keyword_min'])));
Severity: Minor
Found in htdocs/search.php by phan

Reference to undeclared constant \_NOT_DELETINGNOTIFICATIONS
Open

            print '<h4>' . _NOT_DELETINGNOTIFICATIONS . '</h4>';
Severity: Minor
Found in htdocs/notifications.php by phan
Severity
Category
Status
Source
Language