htdocs/install/page_tablesfill.php
Variable $wizard
is undeclared Open
Open
$wizard->loadLangFile( 'install2' );
- Exclude checks
Variable $adminmail
is undeclared Open
Open
$result = make_data( $dbm, $cm, $adminname, $adminlogin_name, $adminpass, $adminmail, $language, $group );
- Exclude checks
Variable $wizard
is undeclared Open
Open
$wizard->redirectToPage( 'dbsettings' );
- Exclude checks
Variable $wizard
is undeclared Open
Open
$wizard->setPage( 'tablesfill' );
- Exclude checks
Variable $wizard
is undeclared Open
Open
$wizard->redirectToPage( 'dbsettings' );
- Exclude checks
Variable $wizard
is undeclared Open
Open
$wizard->redirectToPage( '+0' );
- Exclude checks
Variable $wizard
is undeclared Open
Open
$language = $wizard->language;
- Exclude checks
Variable $adminlogin_name
is undeclared Open
Open
$result = make_data( $dbm, $cm, $adminname, $adminlogin_name, $adminpass, $adminmail, $language, $group );
- Exclude checks
Variable $adminpass
is undeclared Open
Open
$result = make_data( $dbm, $cm, $adminname, $adminlogin_name, $adminpass, $adminmail, $language, $group );
- Exclude checks
Variable $adminname
is undeclared Open
Open
$result = make_data( $dbm, $cm, $adminname, $adminlogin_name, $adminpass, $adminmail, $language, $group );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
if (!defined( 'XOOPS_INSTALL' ) ) exit();
- Exclude checks
Inline control structures are not allowed Open
Open
if (!defined( 'XOOPS_INSTALL' ) ) exit();
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
if (!defined( 'XOOPS_INSTALL' ) ) exit();
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
if (!defined( 'XOOPS_INSTALL' ) ) exit();
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
$res = $dbm->query( "SELECT COUNT(*) FROM " . $dbm->db->prefix( "users" ) );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
$res = $dbm->query( "SELECT COUNT(*) FROM " . $dbm->db->prefix( "users" ) );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
$wizard->redirectToPage( '+0' );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
$group = make_groups( $dbm );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
$result = make_data( $dbm, $cm, $adminname, $adminlogin_name, $adminpass, $adminmail, $language, $group );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
$wizard->redirectToPage( 'dbsettings' );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
$wizard->redirectToPage( '+0' );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
$res = $dbm->query( "SELECT COUNT(*) FROM " . $dbm->db->prefix( "users" ) );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
$wizard->redirectToPage( 'dbsettings' );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
$result = make_data( $dbm, $cm, $adminname, $adminlogin_name, $adminpass, $adminmail, $language, $group );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
extract( $_SESSION['siteconfig'], EXTR_SKIP );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
$wizard->loadLangFile( 'install2' );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
$group = make_groups( $dbm );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
$wizard->redirectToPage( 'dbsettings' );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
extract( $_SESSION['siteconfig'], EXTR_SKIP );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
$res = $dbm->query( "SELECT COUNT(*) FROM " . $dbm->db->prefix( "users" ) );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
$wizard->setPage( 'tablesfill' );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
$wizard->redirectToPage( 'dbsettings' );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
$wizard->loadLangFile( 'install2' );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
$wizard->setPage( 'tablesfill' );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
list ( $count ) = $dbm->db->fetchRow( $res );
- Exclude checks
Expected 1 newline at end of file; 0 found Open
Open
include 'install_tpl.php';
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
list ( $count ) = $dbm->db->fetchRow( $res );
- Exclude checks