ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

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

Reference to undeclared constant \_CANCEL
Open

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

Call to method deleteFile from undeclared class \icms_core_Filesystem
Open

        icms_core_Filesystem::deleteFile(ICMS_ROOT_PATH . 'banners.php');

Reference to undeclared constant \_NOT_RUSUREDEL
Open

            icms_core_Message::confirm($hidden_vars, '', _NOT_RUSUREDEL);
Severity: Minor
Found in htdocs/notifications.php by phan

Call to method handler from undeclared class \icms
Open

            $notification_handler = icms::handler('icms_data_notification');
Severity: Critical
Found in htdocs/notifications.php by phan

Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open

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

Reference to static property security from undeclared class \icms
Open

                redirect_header('notifications.php', 2, implode('<br />', icms::$security->getErrors()));
Severity: Critical
Found in htdocs/notifications.php by phan

Variable $xoopsTpl is undeclared
Open

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

Argument 1 (string) is ?45|?46 but \icms_conv_nr2local() takes int defined at /code/htdocs/include/functions.php:1231
Open

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

Call to method handler from undeclared class \icms
Open

            $notification_handler = icms::handler('icms_data_notification');
Severity: Critical
Found in htdocs/notifications.php by phan

Call to method __construct from undeclared class \icms_messaging_Handler
Open

                    $xoopsMailer = new icms_messaging_Handler();
Severity: Critical
Found in htdocs/pmlite.php by phan

Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open

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

Reference to static property user from undeclared class \icms
Open

if (icms::$user) {
Severity: Critical
Found in htdocs/pmlite.php by phan

Call to method __construct from undeclared class \icms_db_criteria_Compo
Open

        $criteria = new icms_db_criteria_Compo ( );

Call to method filterHTMLinput from undeclared class \icms_core_DataFilter
Open

            $pm->setVar("msg_text", icms_core_DataFilter::filterHTMLinput($_POST['message'], TRUE, TRUE, TRUE));
Severity: Critical
Found in htdocs/pmlite.php by phan

Reference to undeclared constant \ICMS_CONF_SEARCH
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_SEARCH, 'search_no_res_mod', '_MD_AM_SEARCH_NO_RES_MOD', '1', '_MD_AM_SEARCH_NO_RES_MODDSC', 'yesno', 'int', 3 );

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'adm_left_logo', '_MD_AM_LLOGOADM', '/uploads/img482278e29e81c.png', '_MD_AM_LLOGOADM_DESC', 'select_image', 'text', 1 );

Variable $icmsDatabaseUpdater is undeclared
Open

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

Reference to undeclared constant \ICMS_CONF_PERSONA
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'email_shadow', '_MD_AM_EMAILSHADOW', '#cccccc', '_MD_AM_EMAILSHADOW_DESC', 'color', 'text', 15 );

Reference to undeclared constant \ICMS_CONF_PERSONA
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'show_impresscms_menu', '_MD_AM_SHOW_ICMSMENU', '1', '_MD_AM_SHOW_ICMSMENU_DESC', 'yesno', 'int', 22 );
Severity
Category
Status
Source
Language