ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Argument 1 (string) is ?12|?13|?14|?15|?16|?17|?18|?19|?20 but \icms_conv_nr2local() takes int defined at /code/htdocs/include/functions.php:1231
Open

        echo sprintf(_DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local($newDbVersion)) . '<br />';

Call to method __construct from undeclared class \icms_db_criteria_Item
Open

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

Reference to undeclared constant \ICMS_CONF
Open

        $icmsDatabaseUpdater->insertConfig(ICMS_CONF, 'theme_admin_set', '_MD_AM_ADMIN_DTHEME', 'iTheme', '_MD_AM_ADMIN_DTHEME_DESC', 'theme_admin', 'other', 12);

Call to method __construct from undeclared class \icms_db_criteria_Compo
Open

    $criteria = new icms_db_criteria_Compo(new icms_db_criteria_Item('com_status', XOOPS_COMMENT_ACTIVE));

Call to method addNewField from undeclared class \icms_db_legacy_updater_Table
Open

            $table->addNewField('content_seo_description', "text");

Reference to static property user from undeclared class \icms
Open

    $gperm_groupid = is_object(icms::$user) ? icms::$user->getGroups() : array(XOOPS_GROUP_ANONYMOUS);

Reference to static property xoopsDB from undeclared class \icms
Open

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

Call to method add from undeclared class \icms_db_criteria_Compo
Open

    $criteria1->add(new icms_db_criteria_Item('gperm_groupid', '(' . implode(',', $gperm_groupid) . ')', 'IN'));

Call to method __construct from undeclared class \icms_db_criteria_Item
Open

    $modules = $module_handler->getObjects(new icms_db_criteria_Item('hascomments', 1), TRUE);

Reference to undeclared constant \_NO
Open

    $form .= " />&nbsp;" . _NO . "";

Reference to undeclared constant \_NO
Open

    $form .= " />&nbsp;" . _NO . "";

Reference to static property xoopsDB from undeclared class \icms
Open

        $config_id = icms::$xoopsDB->getInsertId();

Variable $icmsDatabaseUpdater is undeclared
Open

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

Argument 1 (string) is ?12|?13|?14|?15|?16|?17|?18 but \icms_conv_nr2local() takes int defined at /code/htdocs/include/functions.php:1231
Open

        echo sprintf(_DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local($newDbVersion)) . '<br />';

Variable $icmsDatabaseUpdater is undeclared
Open

        $icmsDatabaseUpdater->updateModuleDBVersion($newDbVersion, 'system');

Invalid offset "sslloginlink" of array type array{template_set:mixed}
Open

        if ($icmsConfig['use_ssl'] == 1 && $icmsConfig['sslloginlink'] != '') {

Argument 1 (string) is ?12|?13|?14|?15|?16|?17|?18|?19|?20|?21 but \icms_conv_nr2local() takes int defined at /code/htdocs/include/functions.php:1231
Open

        echo sprintf(_DATABASEUPDATER_UPDATE_OK, icms_conv_nr2local($newDbVersion)) . '<br />';

Reference to static property xoopsDB from undeclared class \icms
Open

        icms::$xoopsDB->queryF("DELETE FROM `" . icms::$xoopsDB->prefix('tplfile') . "` WHERE tpl_module='waiting'");

Call to method htmlSpecialChars from undeclared class \icms_core_DataFilter
Open

                        $block['groups'][$i]['users'][] = array('id' => $userinfo['uid'], 'name' => icms_core_DataFilter::htmlSpecialChars($userinfo['uname']), 'msglink' => '&nbsp;', 'avatar' => ICMS_UPLOAD_URL . '/' . $userinfo['user_avatar']);

Variable $icmsDatabaseUpdater is undeclared
Open

            $icmsDatabaseUpdater->updateTable($table);
Severity
Category
Status
Source
Language