ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig(ICMS_CONF_PURIFIER, 'purifier_CSS_AllowedProperties', '_MD_AM_PURIFIER_CSS_ALLOWPROP', '', '_MD_AM_PURIFIER_CSS_ALLOWPROPDSC', 'textsarea', 'array', $p++);

Call to method fieldExists from undeclared class \icms_db_legacy_updater_Table
Open

        if (! $table->fieldExists('imgcat_pid')) {

Call to method addData from undeclared class \icms_db_legacy_updater_Table
Open

        $table->addData();

Reference to static property xoopsDB from undeclared class \icms
Open

        icms::$xoopsDB->queryF('UPDATE `' . icms::$xoopsDB->prefix('newblocks') . '` SET `title`="' . $title . '", `side`=' . $side . ', `weight`=' . $weight . ', `visible`=' . $visible . ', `bcachetime`=' . $bcachetime . ' WHERE `show_func`="b_system_waiting_show" AND `func_file`="system_waiting.php"');

Call to method mkdir from undeclared class \icms_core_Filesystem
Open

        $purifier_path = icms_core_Filesystem::mkdir(ICMS_TRUST_PATH . '/cache/htmlpurifier');

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->runQuery($sql_extract_scopedsc, 'Constant _MD_AM_PURIFIER_FILTER_EXTRACTSTYLEBLKSCOPEDSC Updated', 'Unable to update Constant _MD_AM_PURIFIER_FILTER_EXTRACTSTYLEBLKSCOPEDSC', true);

Reference to static property xoopsDB from undeclared class \icms
Open

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

Reference to static property xoopsDB from undeclared class \icms
Open

                list($imgcat_foldername) = icms::$xoopsDB->fetchRow($result2);

Reference to static property xoopsDB from undeclared class \icms
Open

        $result = icms::$xoopsDB->query($sql);

Variable $dbVersion is undeclared
Open

if ($dbVersion < 40) include 'update-112-to-122.php';

Call to method __construct from undeclared class \icms_db_legacy_updater_Table
Open

    $table = new icms_db_legacy_updater_Table('users');

Call to method name from undeclared class \icms_db_legacy_updater_Table
Open

    $icmsDatabaseUpdater->runQuery("ALTER TABLE `" . $table->name() . "` DROP INDEX login_name, ADD UNIQUE INDEX login_name (login_name)", 'Successfully added the indexes on table users', '');

Reference to undeclared constant \ICMS_CONF_PURIFIER
Open

        $icmsDatabaseUpdater->insertConfig(ICMS_CONF_PURIFIER, 'purifier_HTML_TidyLevel', '_MD_AM_PURIFIER_HTML_TIDYLEVEL', 'medium', '_MD_AM_PURIFIER_HTML_TIDYLEVELDSC', 'select', 'text', $p++);

Reference to undeclared constant \_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL
Open

    if ($table->fieldExists("border_color")) $icmsDatabaseUpdater->runQuery($sql = "ALTER TABLE `" . $table->name() . "` CHANGE border_color color_border varchar(6) NOT NULL default ''", sprintf(_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL, $sql), sprintf(_DATABASEUPDATER_MSG_QUERY_FAILED, $sql));

Reference to undeclared constant \_DATABASEUPDATER_MSG_QUERY_FAILED
Open

    $icmsDatabaseUpdater->runQuery($sql = "UPDATE `" . $table->name() . "` SET gperm_name = 'view_customtag' WHERE gperm_name = 'view' AND gperm_modid = 1", sprintf(_DATABASEUPDATER_MSG_QUERY_SUCCESSFUL, $sql), sprintf(_DATABASEUPDATER_MSG_QUERY_FAILED, $sql));

Reference to static property config from undeclared class \icms
Open

        icms::$config->insertConfig($configs[0]);

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig(ICMS_CONF_PURIFIER, 'enable_purifier', '_MD_AM_PURIFIER_ENABLE', '1', '_MD_AM_PURIFIER_ENABLEDSC', 'yesno', 'int', $p++);

Variable $icmsDatabaseUpdater is undeclared
Open

    $icmsDatabaseUpdater->insertConfig(ICMS_CONF_PURIFIER, 'purifier_HTML_FlashAllowFullScreen', '_MD_AM_PURIFIER_HTML_FLASHFULLSCRN', '0', '_MD_AM_PURIFIER_HTML_FLASHFULLSCRNDSC', 'yesno', 'int', $p);

Reference to static property xoopsDB from undeclared class \icms
Open

        $config_id = icms::$xoopsDB->getInsertId();

Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open

        echo sprintf(_DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local($newDbVersion)) . '<br />';
Severity
Category
Status
Source
Language