htdocs/install/page_langselect.php
Call to method getDirList
from undeclared class \icms_core_Filesystem
Open
Open
$languages = icms_core_Filesystem::getDirList( "./language/" );
- Exclude checks
Variable $wizard
is undeclared Open
Open
$sel = ( $lang == $wizard->language ) ? ' checked="checked"' : '';
- Exclude checks
Argument 5 (domain)
is null
but \setcookie()
takes string
Open
Open
setcookie( 'xo_install_lang', $lang, time() + 3600, '/', null );
- Exclude checks
Variable $wizard
is undeclared Open
Open
$wizard->setPage( 'langselect' );
- Exclude checks
Call to method getDirList
from undeclared class \icms_core_Filesystem
Open
Open
$languages = icms_core_Filesystem::getDirList( "./language/" );
- Exclude checks
Variable $wizard
is undeclared Open
Open
$wizard->redirectToPage( '+1' );
- Exclude checks
Space found after opening bracket of FOREACH loop Open
Open
foreach ( $languages as $lang) {
- 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
$wizard->redirectToPage( '+1' );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
$languages = icms_core_Filesystem::getDirList( "./language/" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
$wizard->setPage( 'langselect' );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found 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
Space after opening parenthesis of function call prohibited Open
Open
$languages = icms_core_Filesystem::getDirList( "./language/" );
- 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
setcookie( 'xo_install_lang', $lang, time() + 3600, '/', null );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
$wizard->setPage( 'langselect' );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
$wizard->redirectToPage( '+1' );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
setcookie( 'xo_install_lang', $lang, time() + 3600, '/', null );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
$languages = icms_core_Filesystem::getDirList( "./language/" );
- Exclude checks
Expected 0 spaces after opening bracket; 1 found Open
Open
foreach ( $languages as $lang) {
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
$languages = icms_core_Filesystem::getDirList( "./language/" );
- Exclude checks