ImpressCMS/impresscms

View on GitHub
htdocs/index.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to method handler from undeclared class \icms
Open

$member_handler = icms::handler('icms_member');
Severity: Critical
Found in htdocs/index.php by phan

Reference to static property user from undeclared class \icms
Open

$group = $member_handler->getUserBestGroup((@is_object(icms::$user) ? icms::$user->getVar('uid') : 0));
Severity: Critical
Found in htdocs/index.php by phan

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

$icmsConfig['startpage'] = $icmsConfig['startpage'][$group];
Severity: Minor
Found in htdocs/index.php by phan

Call to method handler from undeclared class \icms
Open

        $page_handler = icms::handler('icms_data_page');
Severity: Critical
Found in htdocs/index.php by phan

There are no issues that match your filters.

Category
Status