ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Call to method setStart from undeclared class \icms_db_criteria_Compo
Open

    $criteria->setStart($userstart);

Call to method __construct from undeclared class \icms_db_criteria_Item
Open

        $block['inactive'] = icms_conv_nr2local($member_handler->getUserCount(new icms_db_criteria_Item('level', 0)));

Call to method handler from undeclared class \icms
Open

    $moduleperm_handler = icms::handler('icms_member_groupperm');

Call to method setSort from undeclared class \icms_db_criteria_Compo
Open

    $criteria->setSort('user_regdate');

Call to method __construct from undeclared class \icms_db_criteria_Item
Open

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

Call to method __construct from undeclared class \icms_db_criteria_Compo
Open

    $criteria = new icms_db_criteria_Compo(new icms_db_criteria_Item('level', 0, '>'));

Call to method handler from undeclared class \icms
Open

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

Reference to undeclared constant \_NO
Open

    $form .=" />&nbsp;" . _NO . "<br />\n";

Call to method display from undeclared class \icms_form_Theme
Open

    $editform->display();

Call to method setOrder from undeclared class \icms_db_criteria_Compo
Open

    $criteria->setOrder('DESC');

Variable $section was undeclared, but array fields are being added to it.
Open

        $section['name'] = $category['name'];

Variable $icmsModule is undeclared
Open

if (!is_object(icms::$user) || !is_object($icmsModule) || !icms::$user->isAdmin()) {

Call to method add from undeclared class \icms_db_criteria_Compo
Open

        $criteria->add(new icms_db_criteria_Item('com_modid', '(' . implode(',', $modIds) . ')', 'IN'));

Reference to undeclared constant \_MINUTES
Open

    $form .= sprintf(_MINUTES , _MB_SYSTEM_SQL_CACHE . ":&nbsp;<input type='text' name='options[1]' value='$sql_cache_min' size='2' />") ;

Reference to undeclared constant \_DESCRIPTION
Open

$modinfo = array(_VERSION, _DESCRIPTION, _AUTHOR, _CREDITS, _LICENSE);

Reference to undeclared constant \_NOT_UPDATENOW
Open

    $block['submit_button'] = _NOT_UPDATENOW;

Variable $abortUpdate is undeclared
Open

    if (!$abortUpdate) $newDbVersion = 12;

Reference to static property xoopsDB from undeclared class \icms
Open

        if (getDbValue(icms::$xoopsDB, 'configcategory', 'confcat_name', 'confcat_name="_MD_AM_CAPTCHA"') == FALSE) {

Reference to undeclared constant \_YES
Open

    $form .= " />&nbsp;" . _YES . "<input type='radio' id='options[2]' name='options[2]' value='0'";

Reference to undeclared constant \ICMS_CONF_CAPTCHA
Open

        $icmsDatabaseUpdater->insertConfig(ICMS_CONF_CAPTCHA, 'captcha_casesensitive', '_MD_AM_CAPTCHA_CASESENS', '0', '_MD_AM_CAPTCHA_CASESENSDSC', 'yesno', 'int', 3);
Severity
Category
Status
Source
Language