ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Reference to undeclared constant \_PM_ORCLOSEWINDOW
Open

                    . _PM_CLICKHERE . "</a><br /><br /><a href=\"javascript:window.close();\">" . _PM_ORCLOSEWINDOW . "</a></div>";
Severity: Minor
Found in htdocs/pmlite.php by phan

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->db->queryF ( "UPDATE `" . $icmsDatabaseUpdater->db->prefix ( 'config' ) . "` SET conf_formtype = 'textsarea', conf_valuetype = 'text' WHERE conf_name = 'reg_disclaimer'" );

Argument 1 (string) is ?40|?41 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 />';

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->db->queryF ( "UPDATE `" . $icmsDatabaseUpdater->db->prefix ( 'config' ) . "` SET conf_formtype = 'textsarea', conf_valuetype = 'array' WHERE conf_name = 'bad_ips'" );

Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open

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

Reference to undeclared constant \ICMS_CONF_PURIFIER
Open

    $icmsDatabaseUpdater->insertConfig(ICMS_CONF_PURIFIER, 'purifier_HTML_SafeIframe', '_MD_AM_PURIFIER_HTML_SAFEIFRAME', 0, '_MD_AM_PURIFIER_HTML_SAFEIFRAMEDSC', 'yesno', 'int', $p);

Reference to static property config from undeclared class \icms
Open

                    icms::$config->deleteConfig($config[0]);
Severity: Critical
Found in htdocs/modules/system/include/update.php by phan

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->db->queryF ( "UPDATE `" . $icmsDatabaseUpdater->db->prefix ( 'config' ) . "` SET conf_formtype = 'textsarea', conf_valuetype = 'array' WHERE conf_name = 'bad_unames'" );

Reference to undeclared constant \_DATABASEUPDATER_UPDATE_DB
Open

        icms_core_Message::error(sprintf(_DATABASEUPDATER_UPDATE_ERR, icms_conv_nr2local($newDbVersion)), _DATABASEUPDATER_UPDATE_DB, TRUE);

Call to method add from undeclared class \icms_db_criteria_Compo
Open

            $criteria->add(new icms_db_criteria_Item('conf_value', 'FCKeditor'));
Severity: Critical
Found in htdocs/modules/system/include/update.php by phan

Call to method name from undeclared class \icms_db_legacy_updater_Table
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 add from undeclared class \icms_db_criteria_Compo
Open

            $criteria->add(new icms_db_criteria_Item('conf_value', 'tinymce'));
Severity: Critical
Found in htdocs/modules/system/include/update.php by phan

Reference to undeclared constant \_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL
Open

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

Variable $bookmark was undeclared, but it is being used as the left-hand side of an assignment operation
Open

Call to method __construct from undeclared class \icms_db_legacy_updater_Table
Open

                    $tableObj = new icms_db_legacy_updater_Table($table);
Severity: Critical
Found in htdocs/modules/system/include/update.php by phan

Reference to undeclared constant \_DATABASEUPDATER_MSG_QUERY_FAILED
Open

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

Variable $bookmark was undeclared, but it is being used as the left-hand side of an assignment operation
Open

Reference to undeclared constant \_DATABASEUPDATER_MSG_FROM_112
Open

        echo _DATABASEUPDATER_MSG_FROM_112;

Reference to undeclared constant \_MD_AM_DBUPDATED
Open

define('_AM_DBUPDATED',_MD_AM_DBUPDATED);

Call to method name from undeclared class \icms_db_legacy_updater_Table
Open

    $sql = "ALTER TABLE `" . $table->name() . "` MODIFY version VARCHAR(20);";
Severity
Category
Status
Source
Language