ImpressCMS/impresscms

View on GitHub
htdocs/install/page_start.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to method chmod from undeclared class \icms_core_Filesystem
Open

icms_core_Filesystem::chmod("../mainfile.php", 0777);
Severity: Critical
Found in htdocs/install/page_start.php by phan

Variable $wizard is undeclared
Open

include "./language/$wizard->language/welcome.php";
Severity: Minor
Found in htdocs/install/page_start.php by phan

Variable $wizard is undeclared
Open

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

Call to method chmod from undeclared class \icms_core_Filesystem
Open

icms_core_Filesystem::chmod("../uploads", 0777);
Severity: Critical
Found in htdocs/install/page_start.php by phan

Call to method chmod from undeclared class \icms_core_Filesystem
Open

icms_core_Filesystem::chmod("../modules", 0777);
Severity: Critical
Found in htdocs/install/page_start.php by phan

Call to method chmod from undeclared class \icms_core_Filesystem
Open

icms_core_Filesystem::chmod("../cache", 0777);
Severity: Critical
Found in htdocs/install/page_start.php by phan

Call to method chmod from undeclared class \icms_core_Filesystem
Open

icms_core_Filesystem::chmod("../templates_c", 0777);
Severity: Critical
Found in htdocs/install/page_start.php by phan

Expected 0 spaces before closing bracket; 1 found
Open

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

Inline control structures are not allowed
Open

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

Space after opening parenthesis of function call prohibited
Open

$wizard->setPage( 'start' );

Expected 1 newline at end of file; 0 found
Open

include 'install_tpl.php';

Expected 0 spaces before closing bracket; 1 found
Open

$wizard->setPage( 'start' );

Space after opening parenthesis of function call prohibited
Open

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

Expected 0 spaces before closing bracket; 1 found
Open

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

There are no issues that match your filters.

Category
Status