ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Reference to undeclared constant \_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL
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));

Reference to static property config from undeclared class \icms
Open

    $configs = icms::$config->getConfigs(icms_buildCriteria(array (

Reference to undeclared constant \_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL
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 undeclared constant \ICMS_CONF_PURIFIER
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));

Call to method __construct from undeclared class \icms_db_legacy_updater_Table
Open

    $table = new icms_db_legacy_updater_Table("system_customtag");

Variable $icmsDatabaseUpdater is undeclared
Open

    $icmsDatabaseUpdater->insertConfig(ICMS_CONF_PURIFIER, 'purifier_Core_NormalizeNewlines', '_MD_AM_PURIFIER_CORE_NORMALNEWLINES', '1', '_MD_AM_PURIFIER_CORE_NORMALNEWLINESDSC', 'yesno', 'int', $p);

Reference to static property config from undeclared class \icms
Open

    $configs = icms::$config->getConfigs(icms_buildCriteria(array (

Reference to static property config from undeclared class \icms
Open

    $allowElements = icms::$config->getConfigs(icms_buildCriteria(array (

Call to method __construct from undeclared class \icms_db_legacy_updater_Table
Open

    $table = new icms_db_legacy_updater_Table("config");

Reference to undeclared constant \_DATABASEUPDATER_MSG_QUERY_FAILED
Open

    $icmsDatabaseUpdater->runQuery($sql = "UPDATE `" . $table->name() . "` SET conf_value ='" . $newElements . "' WHERE conf_name = 'purifier_HTML_AllowedElements'", sprintf(_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL, $sql), sprintf(_DATABASEUPDATER_MSG_QUERY_FAILED, $sql));

Call to method name from undeclared class \icms_db_legacy_updater_Table
Open

    $sql = "UPDATE `" . $table->name() . "` SET pass_expired = 1 WHERE pass_expired = 0 AND pass NOT LIKE '$%';";

Call to method __construct from undeclared class \icms_db_legacy_updater_Table
Open

    $table = new icms_db_legacy_updater_Table("configoption");

Reference to static property config from undeclared class \icms
Open

    $configs = icms::$config->getConfigs(icms_buildCriteria(array (

Variable $icmsDatabaseUpdater is undeclared
Open

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

Variable $dbVersion is undeclared
Open

    if ($dbVersion <= $newDbVersion) {

Call to method name from undeclared class \icms_db_legacy_updater_Table
Open

    $sql = "UPDATE `" . $table->name() . "` SET confop_value = confop_value + 20 WHERE confop_name LIKE '_MD_AM_ENC_%' AND confop_value < 20;";

Call to method name from undeclared class \icms_db_legacy_updater_Table
Open

    $sql = "UPDATE `" . $table->name() . "` SET conf_formtype = 'textarea' WHERE conf_name = 'priv_policy';";

Reference to undeclared constant \_DATABASEUPDATER_MSG_QUERY_FAILED
Open

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

Call to method __construct from undeclared class \icms_db_legacy_updater_Table
Open

    $table = new icms_db_legacy_updater_Table("users");

Reference to undeclared constant \ICMS_CONF_USER
Open

        $icmsDatabaseUpdater->insertConfig ( ICMS_CONF_USER, 'welcome_msg', '_MD_AM_WELCOMEMSG', 0, '_MD_AM_WELCOMEMSGDSC', 'yesno', 'int', 3 );
Severity
Category
Status
Source
Language