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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.