Paul Posted January 17, 2024 Report Posted January 17, 2024 If you're running 5.9.0, clients may not be able to open tickets while authenticated. A simple solution, pending an official patch release is: Edit /app/models/blacklist.php around line 255. Look for: public function verify(string $input, string $type) Replace with: public function verify(?string $input, string $type) HarrisonLILY 1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now