phpBB Ext Check v1.8.4 / Report
Extension info
Display Name:LF who was here 2 (Ext Check test version with false positives)
Clean Name:lukewcs/whowashere
Version:2.0.0-RC2
Release Time:2019-12-24
Author Name:LukeWCS / Anvar / Joas Schilling [nickvergessen]
PHP requirement :>=5.5.0
phpBB requirement:>=3.1.11,<3.3.0@dev
Files (24 with 115.21 KiB):css 1 / html 5 / js 1 / json 1 / php 13 / txt 1 / yml 1 / ??? 1
Ext Check info
Extension Pre Validator:Extension Pre Validator v0.0.11 by phpBB (https://github.com/phpbb)
PHP_CodeSniffer:PHP_CodeSniffer v3.9.1 (stable) by PHPCSStandards (https://github.com/PHPCSStandards)
phpBB PHP Strict Standard Extensions:phpBB PHP Strict Standard Extensions v3.3.5 [522a171] by phpBB (https://github.com/phpbb)
PHPCompatibility:PHPCompatibility v10.0.0 [cc959ab] (dev) by PHPCompatibility (https://github.com/PHPCompatibility)
VariableAnalysis:PHP_CodeSniffer VariableAnalysis v2.11.17 by sirbrillig (https://github.com/sirbrillig)
phpBB33YAMLcheck:phpBB 3.3 YAML check v1.1.0 by LukeWCS & Mike-on-Tour
XHTMLcheck:XHTML check v1.0.0 by LukeWCS
PHP (WINNT):Web: 8.1.27 / CLI: 8.2.14 / EPV CLI: 7.2.34
Legend: no matching files / passed / 🛈 notice / warning / error / fatal / exception error
EPV PPSSE C5.5 C5.6 C7.0 C7.1 C7.2 C7.3 C7.4 C8.0 C8.1 C8.2 CX VA YMLC XHTC
2024-04-01 22:18:28.601 / 00:00.003
The uploaded file was checked. File type: application/zip (40.97 KiB)
2024-04-01 22:18:28.631 / 00:00.029
The ZIP archive was extracted.
2024-04-01 22:18:28.635 / 00:00.004
The file composer.json was searched and read.
2024-04-01 22:18:28.635 / 00:00.000
All requirements are met, tests are carried out.
2024-04-01 22:18:28.640 / 00:00.004
The file types were identified and counted.
2024-04-01 22:18:28.641 / 00:00.001
The versions of PHP and the tools were determined.
2024-04-01 22:18:28.991 / 00:00.349 Extension Pre Validator 3 / 2 / 4 / 🛈 3
Running Extension Pre Validator on directory ext. Running tests. Validation: FAILED Fatal: 3, Error: 2, Warning: 4, Notice: 3 Test results for extension: Fatal error: Parsing yaml file (\lukewcs\whowashere\config\services.yml) failed: The reserved indicator "@" cannot start a plain scalar; you need to quote the scalar at line 5 (near "- @lukewcs.whowashere.core"). Fatal error: Unable to load file: \lukewcs\whowashere\config\services.yml Notice: The file overall_header_head_append has no valid extension. Fatal error: English language pack is missing Notice: Language de is missing the language file permissions_who_was_here.php Warning: Language file de/overwrite_phpbb_msg.php is missing the language key USER_DELETED Warning: Language file de/who_was_here.php is missing the language key LFWWH_POS_EXP Warning: Language file de_x_sie/info_acp_who_was_here.php is missing the language key LFWWH_NAV_TITLE Warning: "GPL-2.0" is a deprecated SPDX license identifier, use "GPL-2.0-only" instead. in \lukewcs\whowashere\composer.json Notice: Using md5 on line 700 in \lukewcs\whowashere\core\who_was_here.php Error: Using htmlspecialchars on line 704 in \lukewcs\whowashere\core\who_was_here.php Error: Migration file \lukewcs\whowashere\migrations\s_2_0_0_initial_schema.php is missing the revert_schema() method.
2024-04-01 22:18:29.515 / 00:00.523 phpBB PHP Strict Standard Extensions 30
Ruleset : phpBB PHP Strict Standard Extensions Extensions : php,js,css Files found : 15 Files affected: 7
FILE: lukewcs\whowashere\acp\acp_who_was_here_module.php ----------------------------------------------------------------------------- FOUND 5 ERRORS AFFECTING 5 LINES ----------------------------------------------------------------------------- 22 | ERROR | Opening brace should be on a new line 23 | ERROR | Tabs must be used to indent lines; spaces are not allowed 24 | ERROR | Tabs must be used to indent lines; spaces are not allowed 39 | ERROR | Inline control structures are not allowed 122 | ERROR | Expected 1 newline at end of file; 0 found -----------------------------------------------------------------------------
FILE: lukewcs\whowashere\core\who_was_here.php -------------------------------------------------------------------------------- FOUND 8 ERRORS AFFECTING 8 LINES -------------------------------------------------------------------------------- 18 | ERROR | Whitespace found at end of line 66 | ERROR | Whitespace found at end of line 70 | ERROR | Whitespace found at end of line 73 | ERROR | Whitespace found at end of line 83 | ERROR | Opening brace should be on a new line 104 | ERROR | Opening brace should be on a new line 106 | ERROR | Expected 1 space after cast statement; 0 found 109 | ERROR | There should be exactly one space between the keyword and | | opening parenthesis --------------------------------------------------------------------------------
FILE: lukewcs\whowashere\event\listener.php -------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------------- 29 | ERROR | Access specifier (e.g. public) should not follow static scope | | attribute. Encountered "public" after static --------------------------------------------------------------------------------
FILE: lukewcs\whowashere\migrations\s_2_0_0_initial_schema.php -------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------------- 22 | ERROR | Access specifier (e.g. public) should not follow static scope | | attribute. Encountered "public" after static --------------------------------------------------------------------------------
FILE: lukewcs\whowashere\migrations\v_2_0_0.php -------------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 4 LINES -------------------------------------------------------------------------------- 22 | ERROR | Access specifier (e.g. public) should not follow static scope | | attribute. Encountered "public" after static 37 | ERROR | Whitespace found at end of line 47 | ERROR | Whitespace found at end of line 61 | ERROR | Whitespace found at end of line --------------------------------------------------------------------------------
FILE: lukewcs\whowashere\styles\all\template\who_was_here.js ---------------------------------------------------------------------------- FOUND 5 ERRORS AFFECTING 4 LINES ---------------------------------------------------------------------------- 14 | ERROR | Whitespace found at end of line 40 | ERROR | Tabs must be used to indent lines; spaces are not allowed 41 | ERROR | Tabs must be used to indent lines; spaces are not allowed 42 | ERROR | Tabs must be used to indent lines; spaces are not allowed 42 | ERROR | Whitespace found at end of line ----------------------------------------------------------------------------
FILE: lukewcs\whowashere\styles\all\theme\who_was_here.css ---------------------------------------------------------------------------- FOUND 6 ERRORS AFFECTING 6 LINES ---------------------------------------------------------------------------- 1 | ERROR | Whitespace found at end of line 10 | ERROR | Tabs must be used to indent lines; spaces are not allowed 11 | ERROR | Tabs must be used to indent lines; spaces are not allowed 12 | ERROR | Tabs must be used to indent lines; spaces are not allowed 13 | ERROR | Tabs must be used to indent lines; spaces are not allowed 14 | ERROR | Tabs must be used to indent lines; spaces are not allowed ----------------------------------------------------------------------------
2024-04-01 22:18:30.502 / 00:00.986 PHPCompatibility 5.5 40
Ruleset : PHPCompatibility (testVersion: 5.5) Extensions : php Files found : 13 Files affected: 2
FILE: lukewcs\whowashere\core\who_was_here.php -------------------------------------------------------------------------------- FOUND 13 ERRORS AFFECTING 7 LINES -------------------------------------------------------------------------------- 443 | ERROR | The power operator (**) is not present in PHP version 5.5 or | | earlier 604 | ERROR | 'int' type declaration is not present in PHP version 5.6 or | | earlier 604 | ERROR | 'string' type declaration is not present in PHP version 5.6 or | | earlier 604 | ERROR | 'string' return type is not present in PHP version 5.6 or | | earlier 616 | ERROR | 'string' type declaration is not present in PHP version 5.6 or | | earlier 616 | ERROR | 'string' return type is not present in PHP version 5.6 or | | earlier 624 | ERROR | 'string' return type is not present in PHP version 5.6 or | | earlier 636 | ERROR | 'int' type declaration is not present in PHP version 5.6 or | | earlier 636 | ERROR | 'string' return type is not present in PHP version 5.6 or | | earlier 666 | ERROR | 'bool' type declaration is not present in PHP version 5.6 or | | earlier 666 | ERROR | 'int' type declaration is not present in PHP version 5.6 or | | earlier 666 | ERROR | 'string' return type is not present in PHP version 5.6 or | | earlier 687 | ERROR | 'string' return type is not present in PHP version 5.6 or | | earlier --------------------------------------------------------------------------------
FILE: lukewcs\whowashere\migrations\v_2_0_0.php -------------------------------------------------------------------------------- FOUND 27 ERRORS AFFECTING 27 LINES -------------------------------------------------------------------------------- 34 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 35 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 36 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 38 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 39 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 40 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 41 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 42 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 43 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 44 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 45 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 46 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 48 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 49 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 50 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 51 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 52 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 53 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 54 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 55 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 56 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 57 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 58 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 59 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 60 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 62 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 63 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier --------------------------------------------------------------------------------
2024-04-01 22:18:31.476 / 00:00.972 PHPCompatibility 5.6 39
Ruleset : PHPCompatibility (testVersion: 5.6) Extensions : php Files found : 13 Files affected: 2
FILE: lukewcs\whowashere\core\who_was_here.php -------------------------------------------------------------------------------- FOUND 12 ERRORS AFFECTING 6 LINES -------------------------------------------------------------------------------- 604 | ERROR | 'int' type declaration is not present in PHP version 5.6 or | | earlier 604 | ERROR | 'string' type declaration is not present in PHP version 5.6 or | | earlier 604 | ERROR | 'string' return type is not present in PHP version 5.6 or | | earlier 616 | ERROR | 'string' type declaration is not present in PHP version 5.6 or | | earlier 616 | ERROR | 'string' return type is not present in PHP version 5.6 or | | earlier 624 | ERROR | 'string' return type is not present in PHP version 5.6 or | | earlier 636 | ERROR | 'int' type declaration is not present in PHP version 5.6 or | | earlier 636 | ERROR | 'string' return type is not present in PHP version 5.6 or | | earlier 666 | ERROR | 'bool' type declaration is not present in PHP version 5.6 or | | earlier 666 | ERROR | 'int' type declaration is not present in PHP version 5.6 or | | earlier 666 | ERROR | 'string' return type is not present in PHP version 5.6 or | | earlier 687 | ERROR | 'string' return type is not present in PHP version 5.6 or | | earlier --------------------------------------------------------------------------------
FILE: lukewcs\whowashere\migrations\v_2_0_0.php -------------------------------------------------------------------------------- FOUND 27 ERRORS AFFECTING 27 LINES -------------------------------------------------------------------------------- 34 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 35 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 36 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 38 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 39 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 40 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 41 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 42 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 43 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 44 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 45 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 46 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 48 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 49 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 50 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 51 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 52 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 53 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 54 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 55 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 56 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 57 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 58 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 59 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 60 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 62 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 63 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier --------------------------------------------------------------------------------
2024-04-01 22:18:32.419 / 00:00.942 PHPCompatibility 7.0
Ruleset : PHPCompatibility (testVersion: 7.0) Extensions : php Files found : 13 Files affected: 0 No issues found
2024-04-01 22:18:33.377 / 00:00.957 PHPCompatibility 7.1
Ruleset : PHPCompatibility (testVersion: 7.1) Extensions : php Files found : 13 Files affected: 0 No issues found
2024-04-01 22:18:34.319 / 00:00.942 PHPCompatibility 7.2
Ruleset : PHPCompatibility (testVersion: 7.2) Extensions : php Files found : 13 Files affected: 0 No issues found
2024-04-01 22:18:35.276 / 00:00.956 PHPCompatibility 7.3
Ruleset : PHPCompatibility (testVersion: 7.3) Extensions : php Files found : 13 Files affected: 0 No issues found
2024-04-01 22:18:36.265 / 00:00.987 PHPCompatibility 7.4
Ruleset : PHPCompatibility (testVersion: 7.4) Extensions : php Files found : 13 Files affected: 0 No issues found
2024-04-01 22:18:37.238 / 00:00.972 PHPCompatibility 8.0
Ruleset : PHPCompatibility (testVersion: 8.0) Extensions : php Files found : 13 Files affected: 0 No issues found
2024-04-01 22:18:38.167 / 00:00.927 PHPCompatibility 8.1 1
Ruleset : PHPCompatibility (testVersion: 8.1) Extensions : php Files found : 13 Files affected: 1
FILE: lukewcs\whowashere\acp\acp_who_was_here_module.php -------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------------- 35 | WARNING | Function strftime() is deprecated since PHP 8.1; Use date() or | | IntlDateFormatter::format() instead --------------------------------------------------------------------------------
2024-04-01 22:18:39.110 / 00:00.942 PHPCompatibility 8.2 1
Ruleset : PHPCompatibility (testVersion: 8.2) Extensions : php Files found : 13 Files affected: 1
FILE: lukewcs\whowashere\acp\acp_who_was_here_module.php -------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------------- 35 | WARNING | Function strftime() is deprecated since PHP 8.1; Use date() or | | IntlDateFormatter::format() instead --------------------------------------------------------------------------------
2024-04-01 22:18:40.174 / 00:01.062 PHPCompatibility X 41 / 1
Ruleset : PHPCompatibility (testVersion: 5.5-) Extensions : php Files found : 13 Files affected: 3
FILE: lukewcs\whowashere\acp\acp_who_was_here_module.php -------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------------- 35 | WARNING | Function strftime() is deprecated since PHP 8.1; Use date() or | | IntlDateFormatter::format() instead --------------------------------------------------------------------------------
FILE: lukewcs\whowashere\core\who_was_here.php -------------------------------------------------------------------------------- FOUND 14 ERRORS AFFECTING 8 LINES -------------------------------------------------------------------------------- 443 | ERROR | The power operator (**) is not present in PHP version 5.5 or | | earlier 604 | ERROR | 'int' type declaration is not present in PHP version 5.6 or | | earlier 604 | ERROR | 'string' type declaration is not present in PHP version 5.6 or | | earlier 604 | ERROR | 'string' return type is not present in PHP version 5.6 or | | earlier 616 | ERROR | 'string' type declaration is not present in PHP version 5.6 or | | earlier 616 | ERROR | 'string' return type is not present in PHP version 5.6 or | | earlier 624 | ERROR | 'string' return type is not present in PHP version 5.6 or | | earlier 636 | ERROR | 'int' type declaration is not present in PHP version 5.6 or | | earlier 636 | ERROR | 'string' return type is not present in PHP version 5.6 or | | earlier 666 | ERROR | 'bool' type declaration is not present in PHP version 5.6 or | | earlier 666 | ERROR | 'int' type declaration is not present in PHP version 5.6 or | | earlier 666 | ERROR | 'string' return type is not present in PHP version 5.6 or | | earlier 687 | ERROR | 'string' return type is not present in PHP version 5.6 or | | earlier 704 | ERROR | The default value of the $flags parameter for htmlspecialchars() | | was changed from ENT_COMPAT to ENT_QUOTES | ENT_SUBSTITUTE | | | ENT_HTML401 in PHP 8.1. For cross-version compatibility, the | | $flags parameter should be explicitly set. --------------------------------------------------------------------------------
FILE: lukewcs\whowashere\migrations\v_2_0_0.php -------------------------------------------------------------------------------- FOUND 27 ERRORS AFFECTING 27 LINES -------------------------------------------------------------------------------- 34 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 35 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 36 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 38 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 39 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 40 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 41 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 42 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 43 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 44 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 45 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 46 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 48 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 49 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 50 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 51 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 52 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 53 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 54 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 55 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 56 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 57 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 58 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 59 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 60 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 62 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier 63 | ERROR | The null coalescing operator (??) is not present in PHP version | | 5.6 or earlier --------------------------------------------------------------------------------
2024-04-01 22:18:40.847 / 00:00.673 VariableAnalysis 10
Ruleset : VariableAnalysis Extensions : php Files found : 6 Files affected: 4
FILE: lukewcs\whowashere\acp\acp_who_was_here_module.php --------------------------------------------------------------------------- FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 3 LINES --------------------------------------------------------------------------- 22 | WARNING | Unused function parameter $id. 22 | WARNING | Unused function parameter $mode. 23 | WARNING | Redeclaration of global variable $user as global variable. 35 | WARNING | Unused variable $time. ---------------------------------------------------------------------------
FILE: lukewcs\whowashere\core\who_was_here.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES ---------------------------------------------------------------------- 251 | WARNING | Unused variable $wwh_username_colour. 513 | WARNING | Unused variable $result. 519 | WARNING | Unused variable $result. ----------------------------------------------------------------------
FILE: lukewcs\whowashere\event\listener.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 39 | WARNING | Unused function parameter $event. 44 | WARNING | Unused function parameter $event. ----------------------------------------------------------------------
FILE: lukewcs\whowashere\migrations\v_2_0_0.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ---------------------------------------------------------------------- 158 | WARNING | Unused variable $result. ----------------------------------------------------------------------
2024-04-01 22:18:40.952 / 00:00.104 phpBB33YAMLcheck 10
Extensions : yml Files found : 1 Files affected: 1
FILE: lukewcs\whowashere\config\services.yml -------------------------------------------------------------------------------- FOUND 10 ERRORS AFFECTING 10 LINES -------------------------------------------------------------------------------- 5 | ERROR | Unquoted strings cannot start with "@" or "%", use single or | | double quotes. 9 | ERROR | Tabs are not allowed, use 4 spaces instead. 11 | ERROR | Unquoted strings cannot start with "@" or "%", use single or | | double quotes. 12 | ERROR | Unquoted strings cannot start with "@" or "%", use single or | | double quotes. 13 | ERROR | Unquoted strings cannot start with "@" or "%", use single or | | double quotes. 14 | ERROR | Unquoted strings cannot start with "@" or "%", use single or | | double quotes. 15 | ERROR | Unquoted strings cannot start with "@" or "%", use single or | | double quotes. 16 | ERROR | Unquoted strings cannot start with "@" or "%", use single or | | double quotes. 17 | ERROR | Unquoted strings cannot start with "@" or "%", use single or | | double quotes. 18 | ERROR | Unquoted strings cannot start with "@" or "%", use single or | | double quotes. --------------------------------------------------------------------------------
2024-04-01 22:18:41.072 / 00:00.119 XHTMLcheck 129
Extensions : html,php,js Files found : 19 Files affected: 7
FILE: lukewcs\whowashere\adm\style\acp_who_was_here.html -------------------------------------------------------------------------------- FOUND 0 ERRORS AND 117 WARNINGS AFFECTING 90 LINES -------------------------------------------------------------------------------- 22 | WARNING | Self closing tag '/>', use '>' instead. 24 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 24 | WARNING | Self closing tag '/>', use '>' instead. 25 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 25 | WARNING | Self closing tag '/>', use '>' instead. 29 | WARNING | Self closing tag '/>', use '>' instead. 31 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 31 | WARNING | Self closing tag '/>', use '>' instead. 32 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 32 | WARNING | Self closing tag '/>', use '>' instead. 36 | WARNING | Self closing tag '/>', use '>' instead. 39 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 40 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 41 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 42 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 51 | WARNING | Self closing tag '/>', use '>' instead. 53 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 53 | WARNING | Self closing tag '/>', use '>' instead. 54 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 54 | WARNING | Self closing tag '/>', use '>' instead. 58 | WARNING | Self closing tag '/>', use '>' instead. 60 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 60 | WARNING | Self closing tag '/>', use '>' instead. 61 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 61 | WARNING | Self closing tag '/>', use '>' instead. 65 | WARNING | Self closing tag '/>', use '>' instead. 68 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 69 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 70 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 75 | WARNING | Self closing tag '/>', use '>' instead. 77 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 77 | WARNING | Self closing tag '/>', use '>' instead. 78 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 78 | WARNING | Self closing tag '/>', use '>' instead. 82 | WARNING | Self closing tag '/>', use '>' instead. 84 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 84 | WARNING | Self closing tag '/>', use '>' instead. 85 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 85 | WARNING | Self closing tag '/>', use '>' instead. 89 | WARNING | Self closing tag '/>', use '>' instead. 92 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 93 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 94 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 99 | WARNING | Self closing tag '/>', use '>' instead. 102 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 103 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 104 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 109 | WARNING | Self closing tag '/>', use '>' instead. 111 | WARNING | Self closing tag '/>', use '>' instead. 115 | WARNING | Self closing tag '/>', use '>' instead. 118 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 119 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 120 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 129 | WARNING | Self closing tag '/>', use '>' instead. 132 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 133 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 140 | WARNING | Self closing tag '/>', use '>' instead. 143 | WARNING | Self closing tag '/>', use '>' instead. 146 | WARNING | Self closing tag '/>', use '>' instead. 150 | WARNING | Self closing tag '/>', use '>' instead. 153 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 154 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 155 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 156 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 157 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 158 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 163 | WARNING | Self closing tag '/>', use '>' instead. 165 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 165 | WARNING | Self closing tag '/>', use '>' instead. 166 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 166 | WARNING | Self closing tag '/>', use '>' instead. 170 | WARNING | Self closing tag '/>', use '>' instead. 172 | WARNING | Self closing tag '/>', use '>' instead. 176 | WARNING | Self closing tag '/>', use '>' instead. 179 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 180 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 181 | WARNING | Quoted attribute value 'selected="selected"', use 'selected' | | instead. 190 | WARNING | Self closing tag '/>', use '>' instead. 192 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 192 | WARNING | Self closing tag '/>', use '>' instead. 193 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 193 | WARNING | Self closing tag '/>', use '>' instead. 197 | WARNING | Self closing tag '/>', use '>' instead. 199 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 199 | WARNING | Self closing tag '/>', use '>' instead. 200 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 200 | WARNING | Self closing tag '/>', use '>' instead. 204 | WARNING | Self closing tag '/>', use '>' instead. 206 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 206 | WARNING | Self closing tag '/>', use '>' instead. 207 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 207 | WARNING | Self closing tag '/>', use '>' instead. 211 | WARNING | Self closing tag '/>', use '>' instead. 213 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 213 | WARNING | Self closing tag '/>', use '>' instead. 214 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 214 | WARNING | Self closing tag '/>', use '>' instead. 222 | WARNING | Self closing tag '/>', use '>' instead. 224 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 224 | WARNING | Self closing tag '/>', use '>' instead. 225 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 225 | WARNING | Self closing tag '/>', use '>' instead. 229 | WARNING | Self closing tag '/>', use '>' instead. 231 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 231 | WARNING | Self closing tag '/>', use '>' instead. 232 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 232 | WARNING | Self closing tag '/>', use '>' instead. 236 | WARNING | Self closing tag '/>', use '>' instead. 238 | WARNING | Self closing tag '/>', use '>' instead. 246 | WARNING | Self closing tag '/>', use '>' instead. 248 | WARNING | Self closing tag '/>', use '>' instead. 252 | WARNING | Self closing tag '/>', use '>' instead. 254 | WARNING | Self closing tag '/>', use '>' instead. 255 | WARNING | Quoted attribute value 'checked="checked"', use 'checked' | | instead. 255 | WARNING | Self closing tag '/>', use '>' instead. 262 | WARNING | Self closing tag '/>', use '>' instead. 263 | WARNING | Self closing tag '/>', use '>' instead. --------------------------------------------------------------------------------
FILE: lukewcs\whowashere\language\de\overwrite_phpbb_msg.php -------------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES -------------------------------------------------------------------------------- 30 | WARNING | Self closing tag '/>', use '>' instead. 31 | WARNING | Self closing tag '/>', use '>' instead. --------------------------------------------------------------------------------
FILE: lukewcs\whowashere\language\de_x_sie\overwrite_phpbb_msg.php -------------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES -------------------------------------------------------------------------------- 30 | WARNING | Self closing tag '/>', use '>' instead. 31 | WARNING | Self closing tag '/>', use '>' instead. --------------------------------------------------------------------------------
FILE: ...e\styles\prosilver\template\event\index_body_birthday_block_before.html -------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------------- 2 | WARNING | Self closing tag '/>', use '>' instead. --------------------------------------------------------------------------------
FILE: ...shere\styles\prosilver\template\event\index_body_stat_blocks_after.html -------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------------- 2 | WARNING | Self closing tag '/>', use '>' instead. --------------------------------------------------------------------------------
FILE: ...here\styles\prosilver\template\event\index_body_stat_blocks_before.html -------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------------- 2 | WARNING | Self closing tag '/>', use '>' instead. --------------------------------------------------------------------------------
FILE: lukewcs\whowashere\styles\prosilver\template\who_was_here.html -------------------------------------------------------------------------------- FOUND 0 ERRORS AND 5 WARNINGS AFFECTING 5 LINES -------------------------------------------------------------------------------- 6 | WARNING | Self closing tag '/>', use '>' instead. 7 | WARNING | Self closing tag '/>', use '>' instead. 8 | WARNING | Self closing tag '/>', use '>' instead. 10 | WARNING | Self closing tag '/>', use '>' instead. 11 | WARNING | Self closing tag '/>', use '>' instead. --------------------------------------------------------------------------------
2024-04-01 22:18:41.072 / 00:00.000
All checks have been carried out.
2024-04-01 22:18:41.092 / 00:00.019
The temporary folder has been deleted.
2024-04-01 22:18:41.094 / 00:00.000 Ext Check log entry. Running time: 00:12.501
2024-04-01 22:18:41.093 lukewcs_whowashere_2-0-0-RC2 EPV=3 PPSSE=3 C5.5=3 C5.6=3 C7.0=0 C7.1=0 C7.2=0 C7.3=0 C7.4=0 C8.0=0 C8.1=2 C8.2=2 CX=3 VA=2 YMLC=3 XHTC=2 OPT=SC:0/CA:1 AUTH=@cli@ TIME=00:12.501