Dashboard
Change Log
Issue Tracker
Register
Log In
View Issue Detail
ID
Project
Category
Submitted / Last Updated
02212
UserSpice
ACP Code
2025-11-20 16:00:33
Reported
Dan Hoover
Assigned To
Unassigned
Priority
none
Reported
5.9.7
Status
new
Resolution Version and Commit
Summary
sanitize request method
Description
PHP Error [8192]: Server::sanitize_request_method(): Implicitly marking parameter $allow as nullable is deprecated, the explicit nullable type must be used instead in /homepages/3/d958587516/htdocs/JWCruises/www/users/classes/Server.php on line 326 change: sanitize_request_method(string $m, array $allow = null) to: sanitize_request_method(string $m, ?array $allow = null)