ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Reference to static property user from undeclared class \icms
Open

        $criteria->add(new icms_db_criteria_Item('to_userid', icms::$user->getVar('uid')));

Reference to static property xoopsDB from undeclared class \icms
Open

        if (icms::$xoopsDB->getRowsNum($result) > 0) {

Call to method setSort from undeclared class \icms_db_criteria_Compo
Open

    $criteria->setSort('posts');

Call to method handler from undeclared class \icms
Open

    $comment_handler = icms::handler('icms_data_comment');

Call to method __construct from undeclared class \icms_db_criteria_Item
Open

    $criteria1 = new icms_db_criteria_Compo(new icms_db_criteria_Item('gperm_name', 'module_read', '='));

Reference to undeclared constant \_NOT_NAMENOTAVAILABLE
Open

                $item_info = array('name' => '[' . _NOT_NAMENOTAVAILABLE . ']', 'url' => '');

Variable $dbVersion is undeclared
Open

    if ($dbVersion < $newDbVersion) {

Reference to static property xoopsDB from undeclared class \icms
Open

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

Reference to static property xoopsDB from undeclared class \icms
Open

        icms::$xoopsDB->queryF("UPDATE `" . icms::$xoopsDB->prefix('config') . "` SET conf_formtype = 'textsarea', conf_valuetype = 'text' WHERE conf_name = 'reg_disclaimer'");

Call to method handler from undeclared class \icms
Open

    $member_handler = icms::handler('icms_member');

Call to method handler from undeclared class \icms
Open

    $member_handler = icms::handler('icms_member');

Reference to static property user from undeclared class \icms
Open

            if (!empty($event['admin_only']) && !icms::$user->isAdmin(icms::$module->getVar('mid'))) {

Call to method __construct from undeclared class \icms_db_criteria_Item
Open

    $mod_lists = $module_handler->getList(new icms_db_criteria_Item(1,1),true);

Argument 2 (language) is null but \system_get_plugin_info() takes string defined at /code/htdocs/modules/system/blocks/system_waiting.php:137
Open

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

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig(ICMS_CONF_CAPTCHA, 'captcha_fontsize_max', '_MD_AM_CAPTCHA_FONTMAX', '12', '_MD_AM_CAPTCHA_FONTMAXDSC', 'textbox', 'int', 8);

Variable $icmsDatabaseUpdater is undeclared
Open

            $icmsDatabaseUpdater->updateTable($table);

Reference to static property xoopsDB from undeclared class \icms
Open

        icms::$xoopsDB->queryF("UPDATE `" . icms::$xoopsDB->prefix('config') . "` SET conf_formtype = 'select', conf_valuetype = 'text' WHERE conf_name = 'email_protect'");

Reference to static property xoopsDB from undeclared class \icms
Open

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

Reference to undeclared constant \ICMS_CONF_PLUGINS
Open

        $icmsDatabaseUpdater->insertConfig(ICMS_CONF_PLUGINS, 'geshi_default', '_MD_AM_GESHI_DEFAULT', 'php', '_MD_AM_GESHI_DEFAULT_DESC', 'select_geshi', 'text', 3);

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->insertConfig(ICMS_CONF_USER, 'allow_chguname', '_MD_AM_ALLWCHGUNAME', '0', '_MD_AM_ALLWCHGUNAMEDSC', 'yesno', 'int', 11);
Severity
Category
Status
Source
Language