ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open

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

Reference to static property xoopsDB from undeclared class \icms
Open

        icms::$xoopsDB->queryF("UPDATE `" . icms::$xoopsDB->prefix('config') . "` SET conf_valuetype = 'array' WHERE conf_name = 'startpage'");

Reference to static property xoopsDB from undeclared class \icms
Open

            icms::$xoopsDB->queryF("RENAME TABLE `" . icms::$xoopsDB->prefix("smartprofile_category") . "` TO `" . icms::$xoopsDB->prefix("profile_category") . "`");

Reference to undeclared constant \_DATABASEUPDATER_UPDATE_OK
Open

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

Reference to static property xoopsDB from undeclared class \icms
Open

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

Call to method add from undeclared class \icms_db_criteria_Compo
Open

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

Call to method htmlSpecialChars from undeclared class \icms_core_DataFilter
Open

                            'name' => icms_core_DataFilter::htmlSpecialChars($userinfo['uname']),

Call to method setOrder from undeclared class \icms_db_criteria_Compo
Open

    $criteria->setOrder('DESC');

Call to method setSort from undeclared class \icms_db_criteria_Compo
Open

    $criteria->setSort('com_created');

Call to method isEnabled from undeclared class \icms_data_notification_Handler
Open

    if (empty(icms::$user) || !icms_data_notification_Handler::isEnabled('block')) {

Reference to static property user from undeclared class \icms
Open

        $subscribed_events = $notification_handler->getSubscribedEvents($category['name'], $category['item_id'], icms::$module->getVar('mid'), icms::$user->getVar('uid'));

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

    $block['current_theme'] = $icmsConfig['theme_set'];

Reference to undeclared constant \_YES
Open

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

Call to method render from undeclared class \icms_form_elements_Radioyn
Open

        $form .= '<tr><td width="25%">' . constant('_MB_SYSTEM_SOCIAL_PROVIDER_' . $i) . '</td><td>' . $yesno->render() . '</td></tr>';

Call to method handler from undeclared class \icms
Open

    $module_handler = icms::handler('icms_module');

Reference to undeclared constant \_LANGCODE
Open

$modversion['manual']['wiki'][] = "<a href='https://www.impresscms.org/modules/simplywiki/index.php?page=Administration" . _LANGCODE . "' target='_blank'>" . _LANGNAME . "</a>";
Severity: Minor
Found in htdocs/modules/system/icms_version.php by phan

Reference to static property xoopsDB from undeclared class \icms
Open

            icms::$xoopsDB->queryF(" INSERT INTO " . icms::$xoopsDB->prefix("configcategory") . " (confcat_id, confcat_name) VALUES ('11', '_MD_AM_CAPTCHA')");

Variable $abortUpdate is undeclared
Open

    if (!$abortUpdate) $newDbVersion = 13;

Reference to static property xoopsDB from undeclared class \icms
Open

        icms::$xoopsDB->queryF(" INSERT INTO " . icms::$xoopsDB->prefix("configoption") . " VALUES(NULL, '_MD_AM_GDMAILPROTECT', '1', " . $conf_id . ");");

Reference to undeclared constant \ICMS_CONF_PLUGINS
Open

        $icmsDatabaseUpdater->insertConfig(ICMS_CONF_PLUGINS, 'code_sanitizer', '_MD_AM_SELECTSHIGHLIGHT', 'none', '_MD_AM_SELECTSHIGHLIGHT_DESC', 'select', 'text', 2);
Severity
Category
Status
Source
Language