Showing 47,251 of 47,256 total issues
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
if (! icms::$xoopsDB->queryF($sql)) {
- Exclude checks
Reference to static property user
from undeclared class \icms
Open
Open
if (empty(icms::$user)) {
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_CAPTCHA, 'captcha_fontsize_min', '_MD_AM_CAPTCHA_FONTMIN', '10', '_MD_AM_CAPTCHA_FONTMINDSC', 'textbox', 'int', 7);
- Exclude checks
Reference to static property user
from undeclared class \icms
Open
Open
$notifications = &$notification_handler->getByUser(icms::$user->getVar('uid'));
- Exclude checks
Call to method getDirList
from undeclared class \icms_core_Filesystem
Open
Open
$dirlist = icms_core_Filesystem::getDirList($admin_dir);
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_CAPTCHA, 'captcha_maxattempt', '_MD_AM_CAPTCHA_MAXATTEMP', '8', '_MD_AM_CAPTCHA_MAXATTEMPDSC', 'textbox', 'int', 5);
- Exclude checks
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
Open
$block[$module_name][] = array('name' => $item_info['name'], 'url' => $item_info['url']);
- Exclude checks
Call to method add
from undeclared class \icms_db_criteria_Compo
Open
Open
$criteria->add(new icms_db_criteria_Item('isactive', 1));
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->updateModuleDBVersion($newDbVersion, 'system');
- Exclude checks
Invalid offset "language"
of array type array{template_set:mixed}
Open
Open
$plugin_info = system_get_plugin_info($dirname , $icmsConfig['language']) ;
- Exclude checks
Reference to undeclared constant \ICMS_CONF_CAPTCHA
Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_CAPTCHA, 'captcha_fontsize_min', '_MD_AM_CAPTCHA_FONTMIN', '10', '_MD_AM_CAPTCHA_FONTMINDSC', 'textbox', 'int', 7);
- Exclude checks
Reference to undeclared constant \ICMS_CONF_CAPTCHA
Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_CAPTCHA, 'captcha_background_num', '_MD_AM_CAPTCHA_BGNUM', '50', '_MD_AM_CAPTCHA_BGNUMDSC', 'textbox', 'int', 10);
- Exclude checks
Reference to static property user
from undeclared class \icms
Open
Open
if (is_object(icms::$user)) {
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
icms::$xoopsDB->queryF("DELETE FROM `" . icms::$xoopsDB->prefix('config') . "` WHERE (conf_modid='1' AND conf_catid='11')");
- Exclude checks
Call to method __construct
from undeclared class \icms_db_legacy_updater_Table
Open
Open
$table = new icms_db_legacy_updater_Table('users');
- Exclude checks
Call to method deleteFile
from undeclared class \icms_core_Filesystem
Open
Open
icms_core_Filesystem::deleteFile(ICMS_ROOT_PATH . '/preload/customtag.php');
- Exclude checks
Invalid offset "usercookie"
of array type array{template_set:mixed}
Open
Open
$block['unamevalue'] = $_COOKIE[$icmsConfig['usercookie']];
- Exclude checks
Reference to static property user
from undeclared class \icms
Open
Open
$groups = is_object(icms::$user) ? icms::$user->getGroups() : XOOPS_GROUP_ANONYMOUS;
- Exclude checks
Reference to static property user
from undeclared class \icms
Open
Open
if (is_object(icms::$user)) {
- Exclude checks
Call to method handler
from undeclared class \icms
Open
Open
$pm_handler = icms::handler('icms_data_privmessage');
- Exclude checks