ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Variable $icmsDatabaseUpdater is undeclared
Open

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

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->db->queryF ( "UPDATE `" . $icmsDatabaseUpdater->db->prefix ( 'config' ) . "` SET conf_formtype = 'textsarea', conf_valuetype = 'array' WHERE conf_name = 'censor_words'" );

Call to method name from undeclared class \icms_db_legacy_updater_Table
Open

            $icmsDatabaseUpdater->runQuery ( "ALTER TABLE `" . $table->name () . "` MODIFY dbversion INT(11) unsigned NOT NULL DEFAULT 1", 'Successfully modified field dbversion in table modules', '' );

Variable $abortUpdate is undeclared
Open

    if (!$abortUpdate) $newDbVersion = 10;

Variable $icmsDatabaseUpdater is undeclared
Open

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

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 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');" );

Call to method add from undeclared class \icms_db_criteria_Compo
Open

                $criteria->add(new icms_db_criteria_Item('conf_name', $item));
Severity: Critical
Found in htdocs/modules/system/include/update.php by phan

Call to method add from undeclared class \icms_db_criteria_Compo
Open

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

Variable $icmsDatabaseUpdater is undeclared
Open

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

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->db->queryF ( "UPDATE `" . $icmsDatabaseUpdater->db->prefix ( 'config' ) . "` SET conf_formtype = 'textsarea', conf_valuetype = 'text' WHERE conf_name = 'multi_login_msg'" );

Call to method __construct from undeclared class \icms_db_criteria_Item
Open

            $duplicate_files = $tplfile_handler->getObjects(new icms_db_criteria_Item('tpl_id', "(" . implode(',', $tplids) . ")", "IN"));
Severity: Critical
Found in htdocs/modules/system/include/update.php by phan

Call to method name from undeclared class \icms_db_legacy_updater_Table
Open

        $icmsDatabaseUpdater->runQuery ( "ALTER TABLE `" . $table->name () . "` DROP INDEX unamepass, ADD INDEX unamepass (uname (10), pass (10))", 'Successfully altered the index unamepass on table users', '' );

Call to method getDatabaseUpdater from undeclared class \icms_db_legacy_Factory
Open

    $icmsDatabaseUpdater = icms_db_legacy_Factory::getDatabaseUpdater();
Severity: Critical
Found in htdocs/modules/system/include/update.php by phan

Reference to static property xoopsDB from undeclared class \icms
Open

            $result = icms::$xoopsDB->query ( $sql );

Call to method fieldExists from undeclared class \icms_db_legacy_updater_Table
Open

        if ($table->fieldExists ( 'dbversion' )) {

Reference to static property xoopsDB from undeclared class \icms
Open

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

Call to method deleteRecursive from undeclared class \icms_core_Filesystem
Open

                icms_core_Filesystem::deleteRecursive(ICMS_EDITOR_PATH . '/FCKeditor', true);
Severity: Critical
Found in htdocs/modules/system/include/update.php by phan

Call to method cleanFolders from undeclared class \icms_core_Filesystem
Open

    return icms_core_Filesystem::cleanFolders(array (
Severity: Critical
Found in htdocs/modules/system/include/update.php by phan

Variable $icmsDatabaseUpdater is undeclared
Open

            $icmsDatabaseUpdater->runQuery ( "ALTER TABLE `" . $table->name () . "` MODIFY dbversion INT(11) unsigned NOT NULL DEFAULT 1", 'Successfully modified field dbversion in table modules', '' );
Severity
Category
Status
Source
Language