EKC Tournament Manager 2.2.0

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

Summary

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

Memory usage: 98.88 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.6.2
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=b22499bbda
Aspect after-activation
HTTP status 200
Load time 0.535 s
Memory usage 3.57 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.245 s
Memory usage 3.54 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.268 s
Memory usage 3.47 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.419 s0.397 s-0.022 s3.47 MiB3.56 MiB+ 93.54 KiB
/wp-admin/edit.php0.308 s0.261 s-0.047 s3.54 MiB3.62 MiB+ 89.24 KiB
/wp-admin/post-new.php0.898 s0.727 s-0.171 s5.75 MiB5.87 MiB+ 115.41 KiB
/wp-admin/upload.php0.693 s0.492 s-0.201 s3.49 MiB3.56 MiB+ 71.84 KiB
/wp-admin/options-writing.php0.238 s0.504 s+0.266 s3.41 MiB3.54 MiB+ 134.34 KiB
/wp-admin/media-new.php0.269 s0.262 s-0.007 s3.4 MiB3.54 MiB+ 147.71 KiB
/wp-admin/edit-tags.php?taxonomy=category0.190 s0.259 s+0.069 s3.47 MiB3.56 MiB+ 94.7 KiB
/wp-admin/post-new.php?post_type=page0.599 s0.692 s+0.093 s5.75 MiB5.86 MiB+ 110.99 KiB
/wp-admin/options-discussion.php0.239 s0.329 s+0.090 s3.41 MiB3.54 MiB+ 136.66 KiB
/wp-admin/edit-comments.php0.208 s0.280 s+0.072 s3.49 MiB3.56 MiB+ 71.53 KiB
/0.341 s0.276 s-0.065 s3.45 MiB3.48 MiB+ 21.73 KiB
Average 0.400 s0.407 s+0.007 s3.88 MiB3.97 MiB+ 98.88 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
SVG74.5%35,0420512
PHP18.8%8,8401,54151
CSS4.3%2,008114
JavaScript1.0%447874
Markdown0.9%40303
Sass0.6%28201
Total 47,022 1,639 575

PHP Code Analysis | More results »

Lines of code 8,854
Total complexity 1,816
Median class complexity 17.5
Median method complexity 1.0
Most complex class MaxWeightMatching
Most complex function MaxWeightMatching::main()
Classes 48
Methods 594
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 435 lines

[18-Sep-2024 13:49: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 571
[18-Sep-2024 13:49: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 571
[18-Sep-2024 13:49: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 920
[18-Sep-2024 13:49: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 234
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49: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 234
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49:26 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49:26 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49:26 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49:26 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49:26 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49:26 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49: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 234
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49: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 234
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49: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 234
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49: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 234
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49: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 2189
[18-Sep-2024 13:49: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 234
[18-Sep-2024 13:49: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
[18-Sep-2024 13:49:30 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
[18-Sep-2024 13:49:30 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
[18-Sep-2024 13:49:30 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
[18-Sep-2024 13:49:30 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49:30 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2189
[18-Sep-2024 13:49:30 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49:30 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2189
[18-Sep-2024 13:49:30 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49:30 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2189
[18-Sep-2024 13:49:30 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49:30 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2189
[18-Sep-2024 13:49:30 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49:30 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2189
[18-Sep-2024 13:49:30 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[18-Sep-2024 13:49:30 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2189
[18-Sep-2024 13:49: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 234
[18-Sep-2024 13:49: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

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