ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Call to method __construct from undeclared class \icms_db_criteria_Item
Open

        $criteria->add ( new icms_db_criteria_Item ( 'conf_name', 'google_analytics' ) );

Call to method __construct from undeclared class \icms_db_legacy_updater_Table
Open

        $table = new icms_db_legacy_updater_Table ( 'users' );

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'adm_right_logo', '_MD_AM_RLOGOADM', '', '_MD_AM_RLOGOADM_DESC', 'select_image', 'text', 4 );

Reference to static property xoopsDB from undeclared class \icms
Open

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

Reference to static property xoopsDB from undeclared class \icms
Open

        icms::$xoopsDB->queryF ( "DELETE FROM `" . icms::$xoopsDB->prefix ( 'config' ) . "` WHERE conf_name='use_jsjalali'" );

Reference to static property xoopsDB from undeclared class \icms
Open

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

Reference to undeclared constant \ICMS_CONF_PERSONA
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_PERSONA, 'shadow_x', '_MD_AM_SHADOWX', '2', '_MD_AM_SHADOWX_DESC', 'textbox', 'int', 16 );

Variable $abortUpdate is undeclared
Open

    if (!$abortUpdate) $newDbVersion = 7;

Variable $icmsDatabaseUpdater is undeclared
Open

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

Call to method addNewFields from undeclared class \icms_db_legacy_updater_Table
Open

    if ($alter) $table->addNewFields();

Call to method name from undeclared class \icms_db_legacy_updater_Table
Open

        $icmsDatabaseUpdater->runQuery ( 'INSERT INTO ' . $table->name () . ' (imgcat_id, imgcat_name, imgcat_maxsize, imgcat_maxwidth, imgcat_maxheight, imgcat_display, imgcat_weight, imgcat_type, imgcat_storetype) VALUES (NULL, "Logos", 350000, 350, 80, 1, 0, "C", "file")', 'Successfully created Logos imagecategory', 'Problems when try to create Logos imagecategory' );

Call to method handler from undeclared class \icms
Open

        $configitem_handler = icms::handler('icms_config_item');

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->runQuery ( 'INSERT INTO ' . $table->name () . ' VALUES(0,1,' . $categ_id . ',1,"imgcat_write")', '', '' );

Variable $icmsDatabaseUpdater is undeclared
Open

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

Variable $dbVersion is undeclared
Open

    if ($dbVersion < $newDbVersion) {

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->runQuery ( 'INSERT INTO ' . $table->name () . ' VALUES(0,1,' . $categ_id . ',1,"imgcat_read")', '', '' );

Call to method addNewFields from undeclared class \icms_db_legacy_updater_Table
Open

        $table->addNewFields();

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

Call to method fieldExists from undeclared class \icms_db_legacy_updater_Table
Open

        if (! $table->fieldExists ( 'page_id' )) {

Call to method addNewField from undeclared class \icms_db_legacy_updater_Table
Open

            $table->addNewField ( 'enc_type', "tinyint(2) UNSIGNED NOT NULL default 0" );
Severity
Category
Status
Source
Language