Showing 47,251 of 47,256 total issues
Reference to static property user
from undeclared class \icms
Open
Open
$criteria->add(new icms_db_criteria_Item('to_userid', icms::$user->getVar('uid')));
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
if (icms::$xoopsDB->getRowsNum($result) > 0) {
- Exclude checks
Call to method setSort
from undeclared class \icms_db_criteria_Compo
Open
Open
$criteria->setSort('posts');
- Exclude checks
Call to method handler
from undeclared class \icms
Open
Open
$comment_handler = icms::handler('icms_data_comment');
- Exclude checks
Call to method __construct
from undeclared class \icms_db_criteria_Item
Open
Open
$criteria1 = new icms_db_criteria_Compo(new icms_db_criteria_Item('gperm_name', 'module_read', '='));
- Exclude checks
Reference to undeclared constant \_NOT_NAMENOTAVAILABLE
Open
Open
$item_info = array('name' => '[' . _NOT_NAMENOTAVAILABLE . ']', 'url' => '');
- Exclude checks
Variable $dbVersion
is undeclared Open
Open
if ($dbVersion < $newDbVersion) {
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
if (! icms::$xoopsDB->queryF($sql2)) {
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
icms::$xoopsDB->queryF("UPDATE `" . icms::$xoopsDB->prefix('config') . "` SET conf_formtype = 'textsarea', conf_valuetype = 'text' WHERE conf_name = 'reg_disclaimer'");
- Exclude checks
Call to method handler
from undeclared class \icms
Open
Open
$member_handler = icms::handler('icms_member');
- Exclude checks
Call to method handler
from undeclared class \icms
Open
Open
$member_handler = icms::handler('icms_member');
- Exclude checks
Reference to static property user
from undeclared class \icms
Open
Open
if (!empty($event['admin_only']) && !icms::$user->isAdmin(icms::$module->getVar('mid'))) {
- Exclude checks
Call to method __construct
from undeclared class \icms_db_criteria_Item
Open
Open
$mod_lists = $module_handler->getList(new icms_db_criteria_Item(1,1),true);
- Exclude checks
Argument 2 (language)
is null
but \system_get_plugin_info()
takes string
defined at /code/htdocs/modules/system/blocks/system_waiting.php:137
Open
Open
$plugin_info = system_get_plugin_info($dirname , $icmsConfig['language']) ;
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_CAPTCHA, 'captcha_fontsize_max', '_MD_AM_CAPTCHA_FONTMAX', '12', '_MD_AM_CAPTCHA_FONTMAXDSC', 'textbox', 'int', 8);
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->updateTable($table);
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
icms::$xoopsDB->queryF("UPDATE `" . icms::$xoopsDB->prefix('config') . "` SET conf_formtype = 'select', conf_valuetype = 'text' WHERE conf_name = 'email_protect'");
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
if (getDbValue(icms::$xoopsDB, 'configcategory', 'confcat_name', 'confcat_name="_MD_AM_PLUGINS"') == FALSE) {
- Exclude checks
Reference to undeclared constant \ICMS_CONF_PLUGINS
Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_PLUGINS, 'geshi_default', '_MD_AM_GESHI_DEFAULT', 'php', '_MD_AM_GESHI_DEFAULT_DESC', 'select_geshi', 'text', 3);
- Exclude checks
Variable $icmsDatabaseUpdater
is undeclared Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_USER, 'allow_chguname', '_MD_AM_ALLWCHGUNAME', '0', '_MD_AM_ALLWCHGUNAMEDSC', 'yesno', 'int', 11);
- Exclude checks