ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Variable $abortUpdate is undeclared
Open

    if (!$abortUpdate) $newDbVersion = 8;

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->runQuery ( "ALTER TABLE `" . $table->name () . "` MODIFY pass_expired tinyint(1) unsigned NOT NULL default 0", 'Successfully altered field pass_expired in table users', '' );

Reference to static property xoopsDB from undeclared class \icms
Open

            icms::$xoopsDB->queryF ( " INSERT INTO " . icms::$xoopsDB->prefix ( "block_module_link" ) . " VALUES (" . $new_block_id . ", 0, 1);" );

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 static property xoopsDB from undeclared class \icms
Open

            icms::$xoopsDB->queryF ( " INSERT INTO " . icms::$xoopsDB->prefix ( "block_module_link" ) . " VALUES (" . $new_block_id . ", 0, 0);" );

Reference to static property xoopsDB from undeclared class \icms
Open

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

Reference to static property xoopsDB from undeclared class \icms
Open

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

Reference to static property xoopsDB from undeclared class \icms
Open

            icms::$xoopsDB->queryF ( " INSERT INTO " . icms::$xoopsDB->prefix ( "block_module_link" ) . " VALUES (" . $new_block_id . ", 0, 0);" );

Reference to static property xoopsDB from undeclared class \icms
Open

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

Variable $dbVersion is undeclared
Open

    if ($dbVersion < $newDbVersion) {

Reference to static property xoopsDB from undeclared class \icms
Open

        while (list($tplid) = icms::$xoopsDB->fetchRow($result)) {
Severity: Critical
Found in htdocs/modules/system/include/update.php by phan

Call to method __construct from undeclared class \icms_db_criteria_Compo
Open

            $criteria = new icms_db_criteria_Compo();
Severity: Critical
Found in htdocs/modules/system/include/update.php by phan

Call to method deleteRecursive from undeclared class \icms_core_Filesystem
Open

                echo icms_core_Filesystem::deleteRecursive($foldertoremove, true). '</br>';
Severity: Critical
Found in htdocs/modules/system/include/update.php by phan

Reference to undeclared constant \_DATABASEUPDATER_UPDATE_ERR
Open

        icms_core_Message::error(sprintf(_DATABASEUPDATER_UPDATE_ERR, icms_conv_nr2local($newDbVersion)), _DATABASEUPDATER_UPDATE_DB, TRUE);

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

Variable $subs was undeclared, but array fields are being added to it.
Open

                        $subs[$x]['title'] = constant($confcats[$x]->getVar('confcat_name'));
Severity: Info
Found in htdocs/modules/system/menu.php by phan

Reference to undeclared constant \_NOT_NOACCESS
Open

    redirect_header('index.php', 3, _NOT_NOACCESS);
Severity: Minor
Found in htdocs/notifications.php by phan

Call to method setSort from undeclared class \icms_db_criteria_Item
Open

            $criteria->setSort('not_modid,not_category,not_itemid');
Severity: Critical
Found in htdocs/notifications.php by phan

Reference to undeclared constant \_NOT_EVENT
Open

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

Reference to static property security from undeclared class \icms
Open

                echo implode('<br />', icms::$security->getErrors());
Severity: Critical
Found in htdocs/pmlite.php by phan
Severity
Category
Status
Source
Language