Showing 47,251 of 47,256 total issues
Reference to undeclared constant \_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL
Open
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));
- Exclude checks
Reference to static property config
from undeclared class \icms
Open
Open
$configs = icms::$config->getConfigs(icms_buildCriteria(array (
- Exclude checks
Reference to undeclared constant \_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL
Open
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));
- Exclude checks
Reference to undeclared constant \ICMS_CONF_PURIFIER
Open
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));
- Exclude checks
Call to method __construct
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$table = new icms_db_legacy_updater_Table("system_customtag");
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_PURIFIER, 'purifier_Core_NormalizeNewlines', '_MD_AM_PURIFIER_CORE_NORMALNEWLINES', '1', '_MD_AM_PURIFIER_CORE_NORMALNEWLINESDSC', 'yesno', 'int', $p);
- Exclude checks
Reference to static property config
from undeclared class \icms
Open
Open
$configs = icms::$config->getConfigs(icms_buildCriteria(array (
- Exclude checks
Reference to static property config
from undeclared class \icms
Open
Open
$allowElements = icms::$config->getConfigs(icms_buildCriteria(array (
- Exclude checks
Call to method __construct
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$table = new icms_db_legacy_updater_Table("config");
- Exclude checks
Reference to undeclared constant \_DATABASEUPDATER_MSG_QUERY_FAILED
Open
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));
- Exclude checks
Call to method name
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$sql = "UPDATE `" . $table->name() . "` SET pass_expired = 1 WHERE pass_expired = 0 AND pass NOT LIKE '$%';";
- Exclude checks
Call to method __construct
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$table = new icms_db_legacy_updater_Table("configoption");
- Exclude checks
Reference to static property config
from undeclared class \icms
Open
Open
$configs = icms::$config->getConfigs(icms_buildCriteria(array (
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->updateModuleDBVersion($newDbVersion, 'system');
- Exclude checks
Variable $dbVersion
is undeclared Open
Open
if ($dbVersion <= $newDbVersion) {
- Exclude checks
Call to method name
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$sql = "UPDATE `" . $table->name() . "` SET confop_value = confop_value + 20 WHERE confop_name LIKE '_MD_AM_ENC_%' AND confop_value < 20;";
- Exclude checks
Call to method name
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$sql = "UPDATE `" . $table->name() . "` SET conf_formtype = 'textarea' WHERE conf_name = 'priv_policy';";
- Exclude checks
Reference to undeclared constant \_DATABASEUPDATER_MSG_QUERY_FAILED
Open
Open
$icmsDatabaseUpdater->runQuery($sql, sprintf(_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL, $sql), sprintf(_DATABASEUPDATER_MSG_QUERY_FAILED, $sql));
- Exclude checks
Call to method __construct
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$table = new icms_db_legacy_updater_Table("users");
- Exclude checks
Reference to undeclared constant \ICMS_CONF_USER
Open
Open
$icmsDatabaseUpdater->insertConfig ( ICMS_CONF_USER, 'welcome_msg', '_MD_AM_WELCOMEMSG', 0, '_MD_AM_WELCOMEMSGDSC', 'yesno', 'int', 3 );
- Exclude checks