Showing 47,251 of 47,256 total issues
Call to method setStart
from undeclared class \icms_db_criteria_Compo
Open
Open
$criteria->setStart($userstart);
- Exclude checks
Call to method __construct
from undeclared class \icms_db_criteria_Item
Open
Open
$block['inactive'] = icms_conv_nr2local($member_handler->getUserCount(new icms_db_criteria_Item('level', 0)));
- Exclude checks
Call to method handler
from undeclared class \icms
Open
Open
$moduleperm_handler = icms::handler('icms_member_groupperm');
- Exclude checks
Call to method setSort
from undeclared class \icms_db_criteria_Compo
Open
Open
$criteria->setSort('user_regdate');
- Exclude checks
Call to method __construct
from undeclared class \icms_db_criteria_Item
Open
Open
$criteria->add(new icms_db_criteria_Item('level', '-1'));
- Exclude checks
Call to method __construct
from undeclared class \icms_db_criteria_Compo
Open
Open
$criteria = new icms_db_criteria_Compo(new icms_db_criteria_Item('level', 0, '>'));
- Exclude checks
Call to method handler
from undeclared class \icms
Open
Open
$notification_handler = icms::handler('icms_data_notification');
- Exclude checks
Reference to undeclared constant \_NO
Open
Open
$form .=" /> " . _NO . "<br />\n";
- Exclude checks
Call to method display
from undeclared class \icms_form_Theme
Open
Open
$editform->display();
- Exclude checks
Call to method setOrder
from undeclared class \icms_db_criteria_Compo
Open
Open
$criteria->setOrder('DESC');
- Exclude checks
Variable $section
was undeclared, but array fields are being added to it. Open
Open
$section['name'] = $category['name'];
- Exclude checks
Variable $icmsModule
is undeclared Open
Open
if (!is_object(icms::$user) || !is_object($icmsModule) || !icms::$user->isAdmin()) {
- Exclude checks
Call to method add
from undeclared class \icms_db_criteria_Compo
Open
Open
$criteria->add(new icms_db_criteria_Item('com_modid', '(' . implode(',', $modIds) . ')', 'IN'));
- Exclude checks
Reference to undeclared constant \_MINUTES
Open
Open
$form .= sprintf(_MINUTES , _MB_SYSTEM_SQL_CACHE . ": <input type='text' name='options[1]' value='$sql_cache_min' size='2' />") ;
- Exclude checks
Reference to undeclared constant \_DESCRIPTION
Open
Open
$modinfo = array(_VERSION, _DESCRIPTION, _AUTHOR, _CREDITS, _LICENSE);
- Exclude checks
Reference to undeclared constant \_NOT_UPDATENOW
Open
Open
$block['submit_button'] = _NOT_UPDATENOW;
- Exclude checks
Variable $abortUpdate
is undeclared Open
Open
if (!$abortUpdate) $newDbVersion = 12;
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
if (getDbValue(icms::$xoopsDB, 'configcategory', 'confcat_name', 'confcat_name="_MD_AM_CAPTCHA"') == FALSE) {
- Exclude checks
Reference to undeclared constant \_YES
Open
Open
$form .= " /> " . _YES . "<input type='radio' id='options[2]' name='options[2]' value='0'";
- Exclude checks
Reference to undeclared constant \ICMS_CONF_CAPTCHA
Open
Open
$icmsDatabaseUpdater->insertConfig(ICMS_CONF_CAPTCHA, 'captcha_casesensitive', '_MD_AM_CAPTCHA_CASESENS', '0', '_MD_AM_CAPTCHA_CASESENSDSC', 'yesno', 'int', 3);
- Exclude checks