ImpressCMS/impresscms

View on GitHub
htdocs/install/page_tablesfill.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable $wizard is undeclared
Open

    $wizard->loadLangFile( 'install2' );
Severity: Minor
Found in htdocs/install/page_tablesfill.php by phan

Variable $adminmail is undeclared
Open

    $result = make_data( $dbm, $cm, $adminname, $adminlogin_name, $adminpass, $adminmail, $language, $group );
Severity: Minor
Found in htdocs/install/page_tablesfill.php by phan

Variable $wizard is undeclared
Open

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

Variable $wizard is undeclared
Open

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

Variable $wizard is undeclared
Open

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

Variable $wizard is undeclared
Open

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

Variable $wizard is undeclared
Open

    $language = $wizard->language;
Severity: Minor
Found in htdocs/install/page_tablesfill.php by phan

Variable $adminlogin_name is undeclared
Open

    $result = make_data( $dbm, $cm, $adminname, $adminlogin_name, $adminpass, $adminmail, $language, $group );
Severity: Minor
Found in htdocs/install/page_tablesfill.php by phan

Variable $adminpass is undeclared
Open

    $result = make_data( $dbm, $cm, $adminname, $adminlogin_name, $adminpass, $adminmail, $language, $group );
Severity: Minor
Found in htdocs/install/page_tablesfill.php by phan

Variable $adminname is undeclared
Open

    $result = make_data( $dbm, $cm, $adminname, $adminlogin_name, $adminpass, $adminmail, $language, $group );
Severity: Minor
Found in htdocs/install/page_tablesfill.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

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

Expected 0 spaces before closing bracket; 1 found
Open

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

Expected 0 spaces before closing bracket; 1 found
Open

$res = $dbm->query( "SELECT COUNT(*) FROM " . $dbm->db->prefix( "users" ) );

Expected 0 spaces before closing bracket; 1 found
Open

$res = $dbm->query( "SELECT COUNT(*) FROM " . $dbm->db->prefix( "users" ) );

Expected 0 spaces before closing bracket; 1 found
Open

        $wizard->redirectToPage( '+0' );

Space after opening parenthesis of function call prohibited
Open

    $group = make_groups( $dbm );

Expected 0 spaces before closing bracket; 1 found
Open

    $result = make_data( $dbm, $cm, $adminname, $adminlogin_name, $adminpass, $adminmail, $language, $group );

Expected 0 spaces before closing bracket; 1 found
Open

    $wizard->redirectToPage( 'dbsettings' );

Space after opening parenthesis of function call prohibited
Open

        $wizard->redirectToPage( '+0' );

Space after opening parenthesis of function call prohibited
Open

$res = $dbm->query( "SELECT COUNT(*) FROM " . $dbm->db->prefix( "users" ) );

Space after opening parenthesis of function call prohibited
Open

    $wizard->redirectToPage( 'dbsettings' );

Space after opening parenthesis of function call prohibited
Open

    $result = make_data( $dbm, $cm, $adminname, $adminlogin_name, $adminpass, $adminmail, $language, $group );

Space after opening parenthesis of function call prohibited
Open

    extract( $_SESSION['siteconfig'], EXTR_SKIP );

Space after opening parenthesis of function call prohibited
Open

    $wizard->loadLangFile( 'install2' );

Expected 0 spaces before closing bracket; 1 found
Open

    $group = make_groups( $dbm );

Space after opening parenthesis of function call prohibited
Open

    $wizard->redirectToPage( 'dbsettings' );

Expected 0 spaces before closing bracket; 1 found
Open

    extract( $_SESSION['siteconfig'], EXTR_SKIP );

Space after opening parenthesis of function call prohibited
Open

$res = $dbm->query( "SELECT COUNT(*) FROM " . $dbm->db->prefix( "users" ) );

Expected 0 spaces before closing bracket; 1 found
Open

$wizard->setPage( 'tablesfill' );

Expected 0 spaces before closing bracket; 1 found
Open

    $wizard->redirectToPage( 'dbsettings' );

Expected 0 spaces before closing bracket; 1 found
Open

    $wizard->loadLangFile( 'install2' );

Space after opening parenthesis of function call prohibited
Open

$wizard->setPage( 'tablesfill' );

Expected 0 spaces before closing bracket; 1 found
Open

list ( $count ) = $dbm->db->fetchRow( $res );

Expected 1 newline at end of file; 0 found
Open

include 'install_tpl.php';

Space after opening parenthesis of function call prohibited
Open

list ( $count ) = $dbm->db->fetchRow( $res );

There are no issues that match your filters.

Category
Status