ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Reference to undeclared constant \_US_TIMEZONE
Open

            echo _US_TIMEZONE . ": $f_timezone<br />";
Severity: Minor
Found in htdocs/register.php by phan

Variable $abortUpdate is undeclared
Open

        if (!$abortUpdate) {

Call to method deleteFile from undeclared class \icms_core_Filesystem
Open

                    icms_core_Filesystem::deleteFile($filetoremove);
Severity: Critical
Found in htdocs/modules/system/include/update.php by phan

Call to method htmlSpecialChars from undeclared class \icms_core_DataFilter
Open

                . "' /><input type='hidden' maxlength='99' name='pass' value='" . icms_core_DataFilter::htmlSpecialChars($pass)
Severity: Critical
Found in htdocs/register.php by phan

Call to method getDropedFields from undeclared class \icms_db_legacy_updater_Table
Open

            if ($table->getDropedFields()) {
Severity: Critical
Found in htdocs/modules/system/include/update.php by phan

Reference to undeclared constant \_US_FINISH
Open

                . "<input type='submit' value='". _US_FINISH ."' /></form>";
Severity: Minor
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

Call to method setSubject from undeclared class \icms_messaging_Handler
Open

                $xoopsMailer->setSubject(sprintf(_US_USERKEYFOR, $uname));
Severity: Critical
Found in htdocs/register.php by phan

Reference to undeclared constant \ICMS_CONF
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF, 'editor_enabled_list', '_MD_AM_EDITOR_ENABLED_LIST', ".serialize(array('default')).", '_MD_AM_EDITOR_ENABLED_LIST_DESC', 'editor_multi', 'array', 16 );

Reference to static property user from undeclared class \icms
Open

            $user_info = array('uid' => icms::$user->getVar('uid'));
Severity: Critical
Found in htdocs/notifications.php by phan

Call to method setSubject from undeclared class \icms_messaging_Handler
Open

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

Reference to undeclared constant \_NOT_CLEAR
Open

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

Variable $icmsConfigSearch is undeclared
Open

$search_limiter = (($icmsConfigSearch['enable_deep_search'] == FALSE) ? $icmsConfigSearch['num_shallow_search'] : FALSE);
Severity: Minor
Found in htdocs/search.php by phan

Suspicious array access to nullable ?array
Open

            foreach ($_POST['del_not'] as $n_array) {
Severity: Minor
Found in htdocs/notifications.php by phan

Reference to undeclared constant \ICMS_CONF_METAFOOTER
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_METAFOOTER, 'use_google_analytics', '_MD_AM_USE_GOOGLE_ANA', 0, '_MD_AM_USE_GOOGLE_ANA_DESC', 'yesno', 'int', 21 );

Reference to undeclared constant \_SR_PLZENTER
Open

        redirect_header("search.php", 1, _SR_PLZENTER);
Severity: Minor
Found in htdocs/search.php by phan

Reference to static property security from undeclared class \icms
Open

        if (!icms::$security->check()) {
Severity: Critical
Found in htdocs/pmlite.php by phan

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_SEARCH, 'search_user_date', '_MD_AM_SEARCH_USERDATE', '1', '_MD_AM_SEARCH_USERDATE', 'yesno', 'int', 2 );

Reference to undeclared constant \ICMS_CONF_PERSONA
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'adm_left_logo_alt', '_MD_AM_LLOGOADM_ALT', 'ImpressCMS', '_MD_AM_LLOGOADM_ALT_DESC', 'textbox', 'text', 3 );

Variable $xoopsTpl is undeclared
Open

$xoopsTpl->assign('basic_search', FALSE);
Severity: Minor
Found in htdocs/search.php by phan
Severity
Category
Status
Source
Language