ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Reference to static property xoopsDB from undeclared class \icms
Open

        if (getDbValue ( icms::$xoopsDB, 'newblocks', 'show_func', 'show_func="b_content_relmenu_show"' ) == FALSE) {

When appending to a value of type array{:array{absolute:1}}|array{:array{link:'#'}}|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']]['hassubs']        = 1;
Severity: Minor
Found in htdocs/modules/system/menu.php by phan

Reference to undeclared constant \_DATABASEUPDATER_MSG_QUERY_FAILED
Open

    if ($table->fieldExists("text_color")) $icmsDatabaseUpdater->runQuery($sql = "ALTER TABLE `" . $table->name() . "` CHANGE text_color color_text varchar(6) NOT NULL default ''", sprintf(_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL, $sql), sprintf(_DATABASEUPDATER_MSG_QUERY_FAILED, $sql));

Reference to static property xoopsDB from undeclared class \icms
Open

            list ( $new_block_id ) = icms::$xoopsDB->FetchRow ( $result );

Variable $icmsDatabaseUpdater is undeclared
Open

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

When appending to a value of type array{:array{absolute:1}}|array{:array{hassubs:1}}|array{:array{link:'#'}}|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']]['subs'][] = array(
Severity: Minor
Found in htdocs/modules/system/menu.php by phan

Reference to static property xoopsDB from undeclared class \icms
Open

            icms::$xoopsDB->queryF ( " INSERT INTO " . icms::$xoopsDB->prefix ( "group_permission" ) . " VALUES ('', 3, " . $new_block_id . ", 1, 'block_read');" );

Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open

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

Variable $icmsDatabaseUpdater is undeclared
Open

    $icmsDatabaseUpdater->runQuery($sql = "UPDATE `" . $table->name() . "` SET gperm_name = 'view_customtag' WHERE gperm_name = 'view' AND gperm_modid = 1", sprintf(_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL, $sql), sprintf(_DATABASEUPDATER_MSG_QUERY_FAILED, $sql));

Reference to undeclared constant \_NOT_CATEGORY
Open

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

Reference to static property xoopsDB from undeclared class \icms
Open

        icms::$xoopsDB->queryF ( " INSERT INTO " . icms::$xoopsDB->prefix ( "group_permission" ) . " VALUES ('', 1, 17, 1, 'system_admin');" );

Variable $icmsDatabaseUpdater is undeclared
Open

    $icmsDatabaseUpdater->runQuery($sql = "UPDATE `" . $table->name() . "` SET conf_order = conf_order + 2 WHERE conf_order >= " . $p . " AND conf_catid = " . ICMS_CONF_PURIFIER, sprintf(_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL, $sql), sprintf(_DATABASEUPDATER_MSG_QUERY_FAILED, $sql));

Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open

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

Reference to undeclared constant \_NOT_ITEMID
Open

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

Reference to undeclared constant \_DATABASEUPDATER_MSG_QUERY_FAILED
Open

    $icmsDatabaseUpdater->runQuery($sql = "UPDATE `" . $table->name() . "` SET conf_order = conf_order + 1 WHERE conf_order >= " . $p . " AND conf_catid = " . ICMS_CONF_PURIFIER, sprintf(_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL, $sql), sprintf(_DATABASEUPDATER_MSG_QUERY_FAILED, $sql));

Variable $icmsDatabaseUpdater is undeclared
Open

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

Variable $xoopsTpl is undeclared
Open

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

Reference to static property xoopsDB from undeclared class \icms
Open

        icms::$xoopsDB->queryF ( " INSERT INTO " . icms::$xoopsDB->prefix ( "group_permission" ) . " VALUES ('', 1, 18, 1, 'system_admin');" );

Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open

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

Reference to undeclared constant \ICMS_CONF_PURIFIER
Open

    $icmsDatabaseUpdater->insertConfig(ICMS_CONF_PURIFIER, 'purifier_Core_NormalizeNewlines', '_MD_AM_PURIFIER_CORE_NORMALNEWLINES', '1', '_MD_AM_PURIFIER_CORE_NORMALNEWLINESDSC', 'yesno', 'int', $p);
Severity
Category
Status
Source
Language