Showing 47,251 of 47,256 total issues
Call to method name
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$icmsDatabaseUpdater->runQuery("ALTER TABLE `" . $table->name() . "` DROP INDEX conf_mod_cat_id, ADD INDEX mod_cat_order(conf_modid, conf_catid, conf_order)", 'Successfully altered the indexes on table config', '');
- Exclude checks
Call to method fieldExists
from undeclared class \icms_db_legacy_updater_Table
Open
Open
if ($table->fieldExists('pass')) {
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->runQuery($sql_update, $goodmsg, $badmsg, true);
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->runQuery($sql_page_update, $goodmsg, $badmsg, true);
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->updateModuleDBVersion($newDbVersion, 'system');
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
$start_page = getDbValue(icms::$xoopsDB, 'config', 'conf_value', 'conf_name="startpage"');
- Exclude checks
Call to method alterTable
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$table->alterTable();
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->updateModuleDBVersion($newDbVersion, 'system');
- Exclude checks
Call to method name
from undeclared class \icms_db_legacy_updater_Table
Open
Open
if ($table->fieldExists("background_color")) $icmsDatabaseUpdater->runQuery($sql = "ALTER TABLE `" . $table->name() . "` CHANGE background_color color_background varchar(6) NOT NULL default ''", sprintf(_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL, $sql), sprintf(_DATABASEUPDATER_MSG_QUERY_FAILED, $sql));
- Exclude checks
Call to method copyRecursive
from undeclared class \icms_core_Filesystem
Open
Open
if (icms_core_Filesystem::copyRecursive(
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->updateModuleDBVersion($newDbVersion, 'system');
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
$sql = 'UPDATE `' . icms::$xoopsDB->prefix( 'config') . '` SET `conf_order`=9 WHERE `conf_name`="sendmailpath"';
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
$config_id = icms::$xoopsDB->getInsertId();
- Exclude checks
Call to method error
from undeclared class \icms_core_Message
Open
Open
icms_core_Message::error(sprintf(_CSSTIDY_VULN, $file));
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->updateModuleDBVersion($newDbVersion, 'system');
- Exclude checks
Call to method addNewField
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$table->addNewField("slot", "varchar(12) NOT NULL default ''");
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_PURIFIER, 'purifier_URI_Base', '_MD_AM_PURIFIER_URI_BASE', addslashes($host_base), '_MD_AM_PURIFIER_URI_BASEDSC', 'textbox', 'text', $p++);
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_PURIFIER, 'purifier_URI_Disable', '_MD_AM_PURIFIER_URI_DISABLE', '0', '_MD_AM_PURIFIER_URI_DISABLEDSC', 'yesno', 'int', $p++);
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_PURIFIER, 'purifier_URI_MakeAbsolute', '_MD_AM_PURIFIER_URI_MAKEABS', '0', '_MD_AM_PURIFIER_URI_MAKEABSDSC', 'yesno', 'int', $p++);
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
if (! icms::$xoopsDB->queryF($sql)) {
- Exclude checks