ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

When appending to a value of type array{:array{title:null}}|array{}, found an array access index of type null, but expected the index to be of type int|string
Open

            $adminmenu[$modversion['group']]['link']        = "#";
Severity: Minor
Found in htdocs/modules/system/menu.php by phan

Reference to undeclared constant \ICMS_CONF
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF, 'use_captchaf', '_MD_AM_USECAPTCHAFORM', 1, '_MD_AM_USECAPTCHAFORMDSC', 'yesno', 'int', 37 );

Reference to undeclared constant \ICMS_CONF_SEARCH
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_SEARCH, 'search_per_page', '_MD_AM_SEARCH_PER_PAGE', '20', '_MD_AM_SEARCH_PER_PAGEDSC', 'textbox', 'int', 4 );

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF, 'use_captchaf', '_MD_AM_USECAPTCHAFORM', 1, '_MD_AM_USECAPTCHAFORMDSC', 'yesno', 'int', 37 );

Reference to static property xoopsDB from undeclared class \icms
Open

        list ( $categ_id ) = icms::$xoopsDB->fetchRow ( $result );

Reference to static property user from undeclared class \icms
Open

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

Reference to undeclared constant \ICMS_CONF_USER
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_USER, 'allow_htsig', '_MD_AM_ALLWHTSIG', 1, '_MD_AM_ALLWHTSIGDSC', 'yesno', 'int', 4 );

Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open

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

Reference to undeclared constant \ICMS_CONF_METAFOOTER
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_METAFOOTER, 'google_analytics', '_MD_AM_GOOGLE_ANA', '', '_MD_AM_GOOGLE_ANA_DESC', 'textbox', 'text', 21 );

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_SEARCH, 'search_per_page', '_MD_AM_SEARCH_PER_PAGE', '20', '_MD_AM_SEARCH_PER_PAGEDSC', 'textbox', 'int', 4 );

Variable $xoopsTpl is undeclared
Open

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

Reference to undeclared constant \ICMS_CONF_PERSONA
Open

        $criteria->add ( new icms_db_criteria_Item ( 'conf_catid', ICMS_CONF_PERSONA ) );

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig ( IM_CONF_CONTENT, 'show_pinfo', '_MD_AM_CONT_SHOWPINFO', '1', '_MD_AM_CONT_SHOWPINFODSC', 'yesno', 'int', 4 );

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig ( IM_CONF_MULILANGUAGE, 'ml_autoselect_enabled', '_MD_AM_ML_AUTOSELECT_ENABLED', '0', '_MD_AM_ML_AUTOSELECT_ENABLED_DESC', 'yesno', 'int', 1 );

Reference to undeclared constant \_NOT_EVENTS
Open

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

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'adm_right_logo_url', '_MD_AM_RLOGOADM_URL', '', '_MD_AM_RLOGOADM_URL_DESC', 'textbox', 'text', 5 );

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->updateModuleDBVersion ( $newDbVersion, 'system' );

Call to method confirm from undeclared class \icms_core_Message
Open

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

Reference to undeclared constant \ICMS_CONF_PERSONA
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'email_font', '_MD_AM_EMAILTTF', 'arial.ttf', '_MD_AM_EMAILTTF_DESC', 'select_font', 'text', 12 );

Reference to undeclared constant \IM_CONF_CONTENT
Open

        $icmsDatabaseUpdater->insertConfig ( IM_CONF_CONTENT, 'show_nav', '_MD_AM_CONT_SHOWNAV', '1', '_MD_AM_CONT_SHOWNAVDSC', 'yesno', 'int', 2 );
Severity
Category
Status
Source
Language