ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Reference to static property module from undeclared class \icms
Open

            if (!empty($event['admin_only']) && !icms::$user->isAdmin(icms::$module->getVar('mid'))) {

Returning type false but b_system_notification_show() is declared to return array
Open

        return false; // do not display block

Reference to static property xoopsDB from undeclared class \icms
Open

        $sql2 = "INSERT INTO " . icms::$xoopsDB->prefix('configoption') . " (confop_id, confop_name, confop_value, conf_id)" . " VALUES" . " (NULL, '_MD_AM_BAR', '0', {$config_id}), " . " (NULL, '_MD_AM_CIRCLE', '1', {$config_id}), " . " (NULL, '_MD_AM_LINE', '2', {$config_id}), " . " (NULL, '_MD_AM_RECTANGLE', '3', {$config_id}), " . " (NULL, '_MD_AM_ELLIPSE', '4', {$config_id}), " . " (NULL, '_MD_AM_POLYGON', '5', {$config_id}), " . " (NULL, '_MD_AM_RANDOM', '100', {$config_id})";

Call to method createTable from undeclared class \icms_db_legacy_updater_Table
Open

            $table->createTable();

Returning type false but b_system_bookmarks_show() is declared to return array
Open

        return FALSE; // do not display block

Call to method createTable from undeclared class \icms_db_legacy_updater_Table
Open

            $table->createTable();

Reference to static property xoopsDB from undeclared class \icms
Open

        $sql = "INSERT INTO " . icms::$xoopsDB->prefix('configoption') . " (confop_id, confop_name, confop_value, conf_id)" . " VALUES" . " (NULL, '_MD_AM_CAPTCHA_OFF', 'none', {$config_id}), " . " (NULL, '_MD_AM_CAPTCHA_IMG', 'image', {$config_id}), " . " (NULL, '_MD_AM_CAPTCHA_TXT', 'text', {$config_id})";

Call to method handler from undeclared class \icms
Open

    $notification_handler = icms::handler('icms_data_notification');

Reference to static property xoopsDB from undeclared class \icms
Open

        icms::$xoopsDB->queryF(" INSERT INTO " . icms::$xoopsDB->prefix("configoption") . " VALUES(NULL, '_MD_AM_REMAILPROTECT', '2', " . $conf_id . ");");

Variable $dbVersion is undeclared
Open

    if ($dbVersion < $newDbVersion) {

Reference to undeclared constant \ICMS_CONF_CAPTCHA
Open

        $icmsDatabaseUpdater->insertConfig(ICMS_CONF_CAPTCHA, 'captcha_polygon_point', '_MD_AM_CAPTCHA_POLPNT', '3', '_MD_AM_CAPTCHA_POLPNTDSC', 'textbox', 'int', 11);

Invalid offset "language" of array type array{template_set:mixed}
Open

    $userlang = $icmsConfig['language'] ;

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig(IM_CONF_AUTOTASKS, 'autotasks_system', '_MD_AM_AUTOTASKS_SYSTEM', 'internal', '_MD_AM_AUTOTASKS_SYSTEMDSC', 'autotasksystem', 'text', 1);

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig(ICMS_CONF_CAPTCHA, 'captcha_polygon_point', '_MD_AM_CAPTCHA_POLPNT', '3', '_MD_AM_CAPTCHA_POLPNTDSC', 'textbox', 'int', 11);

Reference to static property xoopsDB from undeclared class \icms
Open

            icms::$xoopsDB->queryF(" INSERT INTO " . icms::$xoopsDB->prefix("configcategory") . " (confcat_id, confcat_name) VALUES ('12', '_MD_AM_PLUGINS')");

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig(ICMS_CONF_CAPTCHA, 'captcha_mode', '_MD_AM_CAPTCHA_MODE', 'image', '_MD_AM_CAPTCHA_MODEDSC', 'select', 'text', 1);

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 deleteFile from undeclared class \icms_core_Filesystem
Open

                icms_core_Filesystem::deleteFile(ICMS_ROOT_PATH . '/preload/userinfo.php');

Reference to static property xoopsDB from undeclared class \icms
Open

        $config_id = icms::$xoopsDB->getInsertId();
Severity
Category
Status
Source
Language