ImpressCMS/impresscms

View on GitHub
htdocs/error.php

Summary

Maintainability
A
0 mins
Test Coverage

Reference to undeclared constant \_ERR_SEARCH
Open

$xoopsTpl->assign('lang_search', _ERR_SEARCH);
Severity: Minor
Found in htdocs/error.php by phan

Variable $xoopsTpl is undeclared
Open

$xoopsTpl->assign('lang_search_our_site', _ERR_SEARCH_OUR_SITE);
Severity: Minor
Found in htdocs/error.php by phan

Variable $xoopsTpl is undeclared
Open

$xoopsTpl->assign('lang_error_no', $lang_error_no);
Severity: Minor
Found in htdocs/error.php by phan

Variable $xoopsTpl is undeclared
Open

$xoopsTpl->assign('lang_advanced_search', _ERR_ADVANCED_SEARCH);
Severity: Minor
Found in htdocs/error.php by phan

Variable $xoopsTpl is undeclared
Open

$xoopsTpl->assign('icms_pagetitle', $lang_error_no.' '.constant('_ERR_'.$e.'_TITLE'));
Severity: Minor
Found in htdocs/error.php by phan

Variable $xoopsTpl is undeclared
Open

$xoopsTpl->assign('lang_search', _ERR_SEARCH);
Severity: Minor
Found in htdocs/error.php by phan

Reference to undeclared constant \_ERR_START_AGAIN
Open

$xoopsTpl->assign('lang_start_again', _ERR_START_AGAIN);
Severity: Minor
Found in htdocs/error.php by phan

Variable $xoopsTpl is undeclared
Open

$xoopsTpl->assign('lang_error_title', $lang_error_no.' '.constant('_ERR_'.$e.'_TITLE'));
Severity: Minor
Found in htdocs/error.php by phan

Reference to undeclared constant \_ERR_SEARCH_OUR_SITE
Open

$xoopsTpl->assign('lang_search_our_site', _ERR_SEARCH_OUR_SITE);
Severity: Minor
Found in htdocs/error.php by phan

Reference to undeclared constant \_ERR_ADVANCED_SEARCH
Open

$xoopsTpl->assign('lang_advanced_search', _ERR_ADVANCED_SEARCH);
Severity: Minor
Found in htdocs/error.php by phan

Variable $xoopsTpl is undeclared
Open

$xoopsTpl->assign('lang_error_desc', sprintf(constant('_ERR_'.$e.'_DESC'), $siteName));
Severity: Minor
Found in htdocs/error.php by phan

Variable $xoopsTpl is undeclared
Open

$xoopsTpl->assign('lang_found_contact', sprintf(_ERR_CONTACT, $icmsConfig['adminmail']));
Severity: Minor
Found in htdocs/error.php by phan

Variable $xoopsTpl is undeclared
Open

$xoopsTpl->assign('lang_start_again', _ERR_START_AGAIN);
Severity: Minor
Found in htdocs/error.php by phan

Reference to undeclared constant \_ERR_NO
Open

$lang_error_no = sprintf(_ERR_NO, $e);
Severity: Minor
Found in htdocs/error.php by phan

Reference to undeclared constant \_ERR_CONTACT
Open

$xoopsTpl->assign('lang_found_contact', sprintf(_ERR_CONTACT, $icmsConfig['adminmail']));
Severity: Minor
Found in htdocs/error.php by phan

Expected 1 newline at end of file; 0 found
Open

require_once ICMS_ROOT_PATH.'/footer.php';
Severity: Minor
Found in htdocs/error.php by phpcodesniffer

There are no issues that match your filters.

Category
Status