ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Reference to static property user from undeclared class \icms
Open

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

Variable $xoopsTpl is undeclared
Open

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

Reference to undeclared constant \_NOT_ACTIVENOTIFICATIONS
Open

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

Reference to undeclared constant \_PM_GOBACK
Open

            echo "[ <a href='javascript:history.go(-1)'>" . _PM_GOBACK . "</a> ]</div>";
Severity: Minor
Found in htdocs/pmlite.php by phan

Reference to undeclared constant \_DATABASEUPDATER_MSG_QUERY_FAILED
Open

    $icmsDatabaseUpdater->runQuery($sql, sprintf(_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL, $sql), sprintf(_DATABASEUPDATER_MSG_QUERY_FAILED, $sql));

Variable $icmsDatabaseUpdater is undeclared
Open

    $icmsDatabaseUpdater->runQuery($sql, sprintf(_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL, $sql), sprintf(_DATABASEUPDATER_MSG_QUERY_FAILED, $sql));

Reference to undeclared constant \_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL
Open

    $icmsDatabaseUpdater->runQuery($sql, sprintf(_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL, $sql), sprintf(_DATABASEUPDATER_MSG_QUERY_FAILED, $sql));

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF, 'use_ext_date', '_MD_AM_EXT_DATE', 0, '_MD_AM_EXT_DATEDSC', 'yesno', 'int', 12 );

Variable $icmsDatabaseUpdater is undeclared
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_PERSONA, 'adm_left_logo_url', '_MD_AM_LLOGOADM_URL', '' . XOOPS_URL . '/', '_MD_AM_LLOGOADM_URL_DESC', 'textbox', 'text', 2 );

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'email_font_len', '_MD_AM_EMAILLEN', '12', '_MD_AM_EMAILLEN_DESC', 'textbox', 'int', 13 );

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'max_url_long', '_MD_AM_URLLEN', '50', '_MD_AM_URLLEN_DESC', 'textbox', 'int', 19 );

Reference to undeclared constant \ICMS_CONF_PERSONA
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'pre_chars_left', '_MD_AM_PRECHARS', '35', '_MD_AM_PRECHARS_DESC', 'textbox', 'int', 20 );

Reference to undeclared constant \ICMS_CONF_PERSONA
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'last_chars_left', '_MD_AM_LASTCHARS', '10', '_MD_AM_LASTCHARS_DESC', 'textbox', 'int', 21 );

Call to method name from undeclared class \icms_db_legacy_updater_Table
Open

        $icmsDatabaseUpdater->runQuery ( 'INSERT INTO ' . $table->name () . ' (image_id, image_name, image_nicename, image_mimetype, image_created, image_display, image_weight, imgcat_id) VALUES (NULL, "img482278e29e81c.png", "ImpressCMS", "image/png", ' . time () . ', 1, 0, ' . $categ_id . ')', 'Successfully added default ImpressCMS admin logo', 'Problems when try to add ImpressCMS admin logo' );

Variable $abortUpdate is undeclared
Open

    if (!$abortUpdate) $newDbVersion = 3;

Variable $icmsDatabaseUpdater is undeclared
Open

            $icmsDatabaseUpdater->updateTable ( $table );

Variable $abortUpdate is undeclared
Open

    if (!$abortUpdate) $newDbVersion = 4;

Reference to undeclared constant \ICMS_CONF_PERSONA
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'use_jsjalali', '_MD_AM_JALALICAL', '0', '_MD_AM_JALALICALDSC', 'yesno', 'int', 23 );

Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open

        echo sprintf ( _DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local ( $newDbVersion ) ) . '<br />';
Severity
Category
Status
Source
Language