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() . "` MODIFY level varchar(3) NOT NULL default '1'", 'Successfully modified field level in table users', '');
- Exclude checks
Variable $dbVersion
is undeclared Open
Open
if ($dbVersion < $newDbVersion) {
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
while (($row1 = icms::$xoopsDB->fetchArray($result1)) && ! $abortUpdate) {
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
icms::$xoopsDB->queryF('UPDATE `' . icms::$xoopsDB->prefix('newblocks') . '` SET `block_type`="S"' . ' WHERE `dirname`="system" AND `block_type`="M"');
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
$result2 = icms::$xoopsDB->query('SELECT imgcat_foldername FROM `' . icms::$xoopsDB->prefix('imagecategory') . '` WHERE imgcat_id="' . $imgcat_id . '"');
- Exclude checks
Variable $dbVersion
is undeclared Open
Open
if ($dbVersion < $newDbVersion) {
- Exclude checks
Argument 1 (string)
is ?12|?13|?14|?15|?16|?17|?18|?19|?20|?21|?22|?24|?25|?26|?27|?28|?29|?30|?32|?33|?34|?35|?36|?37
but \icms_conv_nr2local()
takes int
defined at /code/htdocs/include/functions.php:1231
Open
Open
echo sprintf(_DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local($newDbVersion)) . '<br />';
- Exclude checks
Argument 1 (string)
is ?12|?13|?14|?15|?16|?17|?18|?19|?20|?21|?22|?24|?25|?26|?27|?28|?29|?30|?32
but \icms_conv_nr2local()
takes int
defined at /code/htdocs/include/functions.php:1231
Open
Open
echo sprintf(_DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local($newDbVersion)) . '<br />';
- Exclude checks
Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open
Open
echo sprintf(_DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local($newDbVersion)) . '<br />';
- Exclude checks
Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open
Open
echo sprintf(_DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local($newDbVersion)) . '<br />';
- Exclude checks
Call to method setData
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$table->setData($new_page);
- Exclude checks
Reference to undeclared constant \ICMS_CONF_MAILER
Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_MAILER, 'smtpsecure', '_MD_AM_SMTPSECURE', 'ssl', '_MD_AM_SMTPSECUREDESC', 'select', 'text', 7);
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared 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
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_MAILER, 'smtpsecure', '_MD_AM_SMTPSECURE', 'ssl', '_MD_AM_SMTPSECUREDESC', 'select', 'text', 7);
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
$sql_extract_escdsc = 'UPDATE ' . icms::$xoopsDB->prefix('config') . ' SET `conf_desc` = "_MD_AM_PURIFIER_FILTER_EXTRACTSTYLEESCDSC"' . ' WHERE `conf_name`="purifier_Filter_ExtractStyleBlocks_Escaping"';
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
while ($row = icms::$xoopsDB->fetchArray($result)) {
- Exclude checks
Reference to undeclared constant \_FILE_DELETED
Open
Open
echo sprintf(_FILE_DELETED, $file) . '<br />';
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
$sql_extract_scope = 'UPDATE ' . icms::$xoopsDB->prefix('config') . ' SET `conf_title` = "_MD_AM_PURIFIER_FILTER_EXTRACTSTYLEBLKSCOPE"' . ' WHERE `conf_name`="purifier_Filter_ExtractStyleBlocks_Scope"';
- Exclude checks
Call to method setData
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$table->setData($cat);
- Exclude checks
Call to method fieldExists
from undeclared class \icms_db_legacy_updater_Table
Open
Open
if (!$table->fieldExists("ipf")) {
- Exclude checks