ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Call to method name from undeclared class \icms_db_legacy_updater_Table
Open

            $icmsDatabaseUpdater->runQuery("ALTER TABLE `" . $table->name() . "` MODIFY level varchar(3) NOT NULL default '1'", 'Successfully modified field level in table users', '');

Variable $dbVersion is undeclared
Open

    if ($dbVersion < $newDbVersion) {

Reference to static property xoopsDB from undeclared class \icms
Open

                    while (($row1 = icms::$xoopsDB->fetchArray($result1)) && ! $abortUpdate) {

Reference to static property xoopsDB from undeclared class \icms
Open

        icms::$xoopsDB->queryF('UPDATE `' . icms::$xoopsDB->prefix('newblocks') . '` SET `block_type`="S"' . ' WHERE `dirname`="system" AND `block_type`="M"');

Reference to static property xoopsDB from undeclared class \icms
Open

                $result2 = icms::$xoopsDB->query('SELECT imgcat_foldername FROM `' . icms::$xoopsDB->prefix('imagecategory') . '` WHERE imgcat_id="' . $imgcat_id . '"');

Variable $dbVersion is undeclared
Open

    if ($dbVersion < $newDbVersion) {

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

        echo sprintf(_DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local($newDbVersion)) . '<br />';

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

        echo sprintf(_DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local($newDbVersion)) . '<br />';

Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open

        echo sprintf(_DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local($newDbVersion)) . '<br />';

Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open

        echo sprintf(_DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local($newDbVersion)) . '<br />';

Call to method setData from undeclared class \icms_db_legacy_updater_Table
Open

            $table->setData($new_page);

Reference to undeclared constant \ICMS_CONF_MAILER
Open

        $icmsDatabaseUpdater->insertConfig(ICMS_CONF_MAILER, 'smtpsecure', '_MD_AM_SMTPSECURE', 'ssl', '_MD_AM_SMTPSECUREDESC', 'select', 'text', 7);

Variable $icmsDatabaseUpdater is undeclared
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', '');

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig(ICMS_CONF_MAILER, 'smtpsecure', '_MD_AM_SMTPSECURE', 'ssl', '_MD_AM_SMTPSECUREDESC', 'select', 'text', 7);

Reference to static property xoopsDB from undeclared class \icms
Open

        $sql_extract_escdsc = 'UPDATE ' . icms::$xoopsDB->prefix('config') . ' SET `conf_desc` = "_MD_AM_PURIFIER_FILTER_EXTRACTSTYLEESCDSC"' . ' WHERE `conf_name`="purifier_Filter_ExtractStyleBlocks_Escaping"';

Reference to static property xoopsDB from undeclared class \icms
Open

        while ($row = icms::$xoopsDB->fetchArray($result)) {

Reference to undeclared constant \_FILE_DELETED
Open

                echo sprintf(_FILE_DELETED, $file) . '<br />';

Reference to static property xoopsDB from undeclared class \icms
Open

        $sql_extract_scope = 'UPDATE ' . icms::$xoopsDB->prefix('config') . ' SET `conf_title` = "_MD_AM_PURIFIER_FILTER_EXTRACTSTYLEBLKSCOPE"' . ' WHERE `conf_name`="purifier_Filter_ExtractStyleBlocks_Scope"';

Call to method setData from undeclared class \icms_db_legacy_updater_Table
Open

                $table->setData($cat);

Call to method fieldExists from undeclared class \icms_db_legacy_updater_Table
Open

    if (!$table->fieldExists("ipf")) {
Severity
Category
Status
Source
Language