ImpressCMS/impresscms

View on GitHub
htdocs/install/page_configsave.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to method mkdir from undeclared class \icms_core_Filesystem
Open

        if (!icms_core_Filesystem::mkdir($vars['TRUST_PATH'] . '/cache/htmlpurifier/HTML', 0777, '', array('[', '?', '"', '<', '>', '|', ' ')) && !icms_core_Filesystem::mkdir($vars['TRUST_PATH'] . '/cache/htmlpurifier/CSS', 0777, '', array('[', '?', '"', '<', '>', '|', ' ')) && !icms_core_Filesystem::mkdir($vars['TRUST_PATH'] . '/cache/htmlpurifier/URI', 0777, '', array(
Severity: Critical
Found in htdocs/install/page_configsave.php by phan

Variable $wizard is undeclared
Open

        $wizard->redirectToPage('+1');
Severity: Minor
Found in htdocs/install/page_configsave.php by phan

Call to method mkdir from undeclared class \icms_core_Filesystem
Open

            ' ')) && !icms_core_Filesystem::mkdir($vars['TRUST_PATH'] . '/cache/htmlpurifier/Test', 0777, '', array('[', '?', '"', '<', '>', '|', ' '))) {
Severity: Critical
Found in htdocs/install/page_configsave.php by phan

Call to method mkdir from undeclared class \icms_core_Filesystem
Open

    if (!icms_core_Filesystem::mkdir($vars['TRUST_PATH'] . '/cache/htmlpurifier', 0777, '', array('[', '?', '"', '<', '>', '|', ' '))) {
Severity: Critical
Found in htdocs/install/page_configsave.php by phan

Variable $wizard is undeclared
Open

$wizard->setPage('configsave');
Severity: Minor
Found in htdocs/install/page_configsave.php by phan

Inline control structures are not allowed
Open

if (!defined('XOOPS_INSTALL')) exit();

There are no issues that match your filters.

Category
Status