ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Reference to static property xoopsDB from undeclared class \icms
Open

        if (! icms::$xoopsDB->queryF($sql)) {

Reference to static property user from undeclared class \icms
Open

    if (empty(icms::$user)) {

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig(ICMS_CONF_CAPTCHA, 'captcha_fontsize_min', '_MD_AM_CAPTCHA_FONTMIN', '10', '_MD_AM_CAPTCHA_FONTMINDSC', 'textbox', 'int', 7);

Reference to static property user from undeclared class \icms
Open

    $notifications = &$notification_handler->getByUser(icms::$user->getVar('uid'));

Call to method getDirList from undeclared class \icms_core_Filesystem
Open

    $dirlist = icms_core_Filesystem::getDirList($admin_dir);

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig(ICMS_CONF_CAPTCHA, 'captcha_maxattempt', '_MD_AM_CAPTCHA_MAXATTEMP', '8', '_MD_AM_CAPTCHA_MAXATTEMPDSC', 'textbox', 'int', 5);

When appending to a value of type array{}, found an array access index of type null, but expected the index to be of type int|string
Open

            $block[$module_name][] = array('name' => $item_info['name'], 'url' => $item_info['url']);

Call to method add from undeclared class \icms_db_criteria_Compo
Open

    $criteria->add(new icms_db_criteria_Item('isactive', 1));

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->updateModuleDBVersion($newDbVersion, 'system');

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

        $plugin_info = system_get_plugin_info($dirname , $icmsConfig['language']) ;

Reference to undeclared constant \ICMS_CONF_CAPTCHA
Open

        $icmsDatabaseUpdater->insertConfig(ICMS_CONF_CAPTCHA, 'captcha_fontsize_min', '_MD_AM_CAPTCHA_FONTMIN', '10', '_MD_AM_CAPTCHA_FONTMINDSC', 'textbox', 'int', 7);

Reference to undeclared constant \ICMS_CONF_CAPTCHA
Open

        $icmsDatabaseUpdater->insertConfig(ICMS_CONF_CAPTCHA, 'captcha_background_num', '_MD_AM_CAPTCHA_BGNUM', '50', '_MD_AM_CAPTCHA_BGNUMDSC', 'textbox', 'int', 10);

Reference to static property user from undeclared class \icms
Open

    if (is_object(icms::$user)) {

Reference to static property xoopsDB from undeclared class \icms
Open

        icms::$xoopsDB->queryF("DELETE FROM `" . icms::$xoopsDB->prefix('config') . "` WHERE (conf_modid='1' AND conf_catid='11')");

Call to method __construct from undeclared class \icms_db_legacy_updater_Table
Open

        $table = new icms_db_legacy_updater_Table('users');

Call to method deleteFile from undeclared class \icms_core_Filesystem
Open

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

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

            $block['unamevalue'] = $_COOKIE[$icmsConfig['usercookie']];

Reference to static property user from undeclared class \icms
Open

    $groups = is_object(icms::$user) ? icms::$user->getGroups() : XOOPS_GROUP_ANONYMOUS;

Reference to static property user from undeclared class \icms
Open

    if (is_object(icms::$user)) {

Call to method handler from undeclared class \icms
Open

        $pm_handler = icms::handler('icms_data_privmessage');
Severity
Category
Status
Source
Language