EKC Tournament Manager 2.2.4

Does EKC Tournament Manager work with WordPress 6.8.1 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
405PHP deprecation warnings
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 83.65 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

Environment
WordPress version6.8.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs <10
WordPress.org page https://wordpress.org/plugins/ekc-tournament-manager/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 3

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=ekc-tournament-manager%2Fekc-tournament-manager.php&plugin_status=all&paged=1&s&_wpnonce=63d3bfee91
Aspect after-activation
HTTP status 200
Load time 0.478 s
Memory usage 3.61 MiB
JS errors None
Resource errors None

EKC Tournaments

Page screenshot: EKC Tournaments
URL /wp-admin/admin.php?page=ekc-tournaments
Aspect menu-item
HTTP status 200
Load time 0.178 s
Memory usage 3.57 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.193 s
Memory usage 3.51 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.383 s0.266 s-0.117 s3.51 MiB3.6 MiB+ 95.84 KiB
/wp-admin/edit.php0.190 s0.206 s+0.016 s3.57 MiB3.66 MiB+ 89.92 KiB
/wp-admin/post-new.php0.738 s0.695 s-0.043 s6.06 MiB6.15 MiB+ 95.01 KiB
/wp-admin/upload.php0.546 s0.726 s+0.180 s3.52 MiB3.59 MiB+ 72.52 KiB
/wp-admin/options-writing.php0.212 s0.194 s-0.018 s3.5 MiB3.58 MiB+ 76.21 KiB
/wp-admin/media-new.php0.258 s0.173 s-0.085 s3.49 MiB3.57 MiB+ 84.39 KiB
/wp-admin/edit-tags.php?taxonomy=category0.189 s0.212 s+0.023 s3.5 MiB3.6 MiB+ 95.38 KiB
/wp-admin/post-new.php?post_type=page0.585 s0.639 s+0.054 s6.05 MiB6.14 MiB+ 90.52 KiB
/wp-admin/options-discussion.php0.421 s0.255 s-0.166 s3.5 MiB3.57 MiB+ 73.34 KiB
/wp-admin/edit-comments.php0.384 s0.201 s-0.183 s3.52 MiB3.59 MiB+ 72.21 KiB
/0.307 s0.181 s-0.126 s3.43 MiB3.51 MiB+ 74.87 KiB
Average 0.383 s0.341 s-0.042 s3.97 MiB4.05 MiB+ 83.65 KiB

Code Statistics

Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.

SVG
PHP
Language % Lines of code Comment lines Files
SVG73.8%35,0420512
PHP19.5%9,2491,58153
CSS4.2%2,008114
JavaScript0.9%447874
Markdown0.9%42403
Sass0.6%28201
Total 47,452 1,679 577

PHP Code Analysis | More results »

Lines of code 9,264
Total complexity 1,815
Median class complexity 17.0
Median method complexity 1.0
Most complex class MaxWeightMatching
Most complex function Ekc_Teams_Admin_Page::show_team()
Classes 50
Methods 623
Functions 8

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Database Tables 6

Options wp_options 2

Roles 2

ID Name
ekc_tournament_administratorEKC Tournament Administrator
ekc_tournament_directorEKC Tournament Director

Capabilities 8

PHP Error Log 405 lines

[08-May-2025 08:34:26 UTC] PHP Deprecated:  Optional parameter $sort_column declared before required parameter $filter is implicitly treated as a required parameter in /wp-content/plugins/ekc-tournament-manager/includes/database-access.php on line 556
[08-May-2025 08:34:26 UTC] PHP Deprecated:  Optional parameter $sort declared before required parameter $filter is implicitly treated as a required parameter in /wp-content/plugins/ekc-tournament-manager/includes/database-access.php on line 556
[08-May-2025 08:34:26 UTC] PHP Deprecated:  Optional parameter $sort declared before required parameter $filter is implicitly treated as a required parameter in /wp-content/plugins/ekc-tournament-manager/includes/database-access.php on line 905
[08-May-2025 08:34:26 UTC] PHP Deprecated:  Return type of Ekc_Tournament::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/tournament.php on line 243
[08-May-2025 08:34:26 UTC] PHP Deprecated:  Return type of Ekc_Team::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/team.php on line 197
[08-May-2025 08:34:26 UTC] PHP Deprecated:  Return type of Ekc_Player::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/player.php on line 64
[08-May-2025 08:34:26 UTC] PHP Deprecated:  Return type of Ekc_Result::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/result.php on line 126
[08-May-2025 08:34:26 UTC] PHP Deprecated:  Return type of Ekc_Tournament_Backup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/backup/tournament-backup.php on line 65
[08-May-2025 08:34:26 UTC] PHP Deprecated:  Return type of Ekc_Tournament::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/tournament.php on line 243
[08-May-2025 08:34:26 UTC] PHP Deprecated:  Return type of Ekc_Team::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/team.php on line 197
[08-May-2025 08:34:26 UTC] PHP Deprecated:  Return type of Ekc_Player::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/player.php on line 64
[08-May-2025 08:34:26 UTC] PHP Deprecated:  Return type of Ekc_Result::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/result.php on line 126
[08-May-2025 08:34:26 UTC] PHP Deprecated:  Return type of Ekc_Tournament_Backup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/backup/tournament-backup.php on line 65
[08-May-2025 08:34:26 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:26 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:26 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:26 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:26 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:26 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:26 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:26 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:26 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:26 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:26 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:26 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:27 UTC] PHP Deprecated:  Return type of Ekc_Tournament::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/tournament.php on line 243
[08-May-2025 08:34:27 UTC] PHP Deprecated:  Return type of Ekc_Team::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/team.php on line 197
[08-May-2025 08:34:27 UTC] PHP Deprecated:  Return type of Ekc_Player::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/player.php on line 64
[08-May-2025 08:34:27 UTC] PHP Deprecated:  Return type of Ekc_Result::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/result.php on line 126
[08-May-2025 08:34:27 UTC] PHP Deprecated:  Return type of Ekc_Tournament_Backup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/backup/tournament-backup.php on line 65
[08-May-2025 08:34:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:27 UTC] PHP Deprecated:  Return type of Ekc_Tournament::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/tournament.php on line 243
[08-May-2025 08:34:27 UTC] PHP Deprecated:  Return type of Ekc_Team::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/team.php on line 197
[08-May-2025 08:34:27 UTC] PHP Deprecated:  Return type of Ekc_Player::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/player.php on line 64
[08-May-2025 08:34:27 UTC] PHP Deprecated:  Return type of Ekc_Result::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/result.php on line 126
[08-May-2025 08:34:27 UTC] PHP Deprecated:  Return type of Ekc_Tournament_Backup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/backup/tournament-backup.php on line 65
[08-May-2025 08:34:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:28 UTC] PHP Deprecated:  Return type of Ekc_Tournament::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/tournament.php on line 243
[08-May-2025 08:34:28 UTC] PHP Deprecated:  Return type of Ekc_Team::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/team.php on line 197
[08-May-2025 08:34:28 UTC] PHP Deprecated:  Return type of Ekc_Player::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/player.php on line 64
[08-May-2025 08:34:28 UTC] PHP Deprecated:  Return type of Ekc_Result::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/result.php on line 126
[08-May-2025 08:34:28 UTC] PHP Deprecated:  Return type of Ekc_Tournament_Backup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/backup/tournament-backup.php on line 65
[08-May-2025 08:34:29 UTC] PHP Deprecated:  Return type of Ekc_Tournament::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/tournament.php on line 243
[08-May-2025 08:34:29 UTC] PHP Deprecated:  Return type of Ekc_Team::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/team.php on line 197
[08-May-2025 08:34:29 UTC] PHP Deprecated:  Return type of Ekc_Player::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/player.php on line 64
[08-May-2025 08:34:29 UTC] PHP Deprecated:  Return type of Ekc_Result::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/result.php on line 126
[08-May-2025 08:34:29 UTC] PHP Deprecated:  Return type of Ekc_Tournament_Backup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/backup/tournament-backup.php on line 65
[08-May-2025 08:34:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:29 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:29 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:29 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:29 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:29 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:29 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:29 UTC] PHP Deprecated:  Return type of Ekc_Tournament::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/tournament.php on line 243
[08-May-2025 08:34:29 UTC] PHP Deprecated:  Return type of Ekc_Team::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/team.php on line 197
[08-May-2025 08:34:29 UTC] PHP Deprecated:  Return type of Ekc_Player::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/player.php on line 64
[08-May-2025 08:34:29 UTC] PHP Deprecated:  Return type of Ekc_Result::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/result.php on line 126
[08-May-2025 08:34:29 UTC] PHP Deprecated:  Return type of Ekc_Tournament_Backup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/backup/tournament-backup.php on line 65
[08-May-2025 08:34:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:29 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:29 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:29 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:29 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:29 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[08-May-2025 08:34:29 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[08-May-2025 08:34:30 UTC] PHP Deprecated:  Return type of Ekc_Tournament::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/tournament.php on line 243
[08-May-2025 08:34:30 UTC] PHP Deprecated:  Return type of Ekc_Team::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/ekc-tournament-manager/includes/model/team.php on line 197

(+305 more lines)
See also: All tests for this plugin, How to Hide the "EKC Tournaments" Admin Menu