ImpressCMS/impresscms

View on GitHub
htdocs/include/site-closed.php

Summary

Maintainability
A
0 mins
Test Coverage

Reference to undeclared constant \_LOGIN
Open

        'lang_login' => _LOGIN,
Severity: Minor
Found in htdocs/include/site-closed.php by phan

Reference to static property user from undeclared class \icms
Open

    foreach (icms::$user->getGroups() as $group) {
Severity: Critical
Found in htdocs/include/site-closed.php by phan

Reference to static property module from undeclared class \icms
Open

            ? icms::$module->getVar('name')
Severity: Critical
Found in htdocs/include/site-closed.php by phan

Reference to undeclared constant \_PASSWORD
Open

        'lang_password' => _PASSWORD,
Severity: Minor
Found in htdocs/include/site-closed.php by phan

Call to method __construct from undeclared class \icms_view_theme_Factory
Open

    $themeFactory = new icms_view_theme_Factory();
Severity: Critical
Found in htdocs/include/site-closed.php by phan

Reference to static property module from undeclared class \icms
Open

        'icms_pagetitle' => isset(icms::$module) && is_object(icms::$module)
Severity: Critical
Found in htdocs/include/site-closed.php by phan

Reference to static property module from undeclared class \icms
Open

        'icms_dirname' => @icms::$module ? icms::$module->getVar('dirname') : 'system',
Severity: Critical
Found in htdocs/include/site-closed.php by phan

Reference to instance property allowedThemes from undeclared class \icms_view_theme_Factory
Open

    $themeFactory->allowedThemes = $icmsConfig['theme_set_allowed'];
Severity: Minor
Found in htdocs/include/site-closed.php by phan

Call to method createInstance from undeclared class \icms_view_theme_Factory
Open

    $icmsTheme =& $themeFactory->createInstance(array("plugins" => array()));
Severity: Critical
Found in htdocs/include/site-closed.php by phan

Reference to static property user from undeclared class \icms
Open

} elseif (is_object(icms::$user)) {
Severity: Critical
Found in htdocs/include/site-closed.php by phan

Reference to instance property defaultTheme from undeclared class \icms_view_theme_Factory
Open

    $themeFactory->defaultTheme = $icmsConfig['theme_set'];
Severity: Minor
Found in htdocs/include/site-closed.php by phan

Reference to undeclared constant \_USERNAME
Open

        'lang_username' => _USERNAME,
Severity: Minor
Found in htdocs/include/site-closed.php by phan

Variable $icmsConfigMetaFooter is undeclared
Open

    foreach ($icmsConfigMetaFooter as $name => $value) {
Severity: Minor
Found in htdocs/include/site-closed.php by phan

TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
Open

            $allowed = TRUE;

TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
Open

    icms_loadLanguageFile("system", "customtag", TRUE);

TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
Open

$allowed = FALSE;

TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
Open

    $allowed = TRUE;

TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
Open

return TRUE;

TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
Open

    $icmsTpl->debugging = FALSE;

Expected 0 spaces before closing bracket; newline found
Open

    $icmsTpl->assign(array(

There are no issues that match your filters.

Category
Status