Paul Posted February 14, 2024 Report Posted February 14, 2024 There's currently a bug in 5.9 that makes ticket piping and CLI imports not work properly. These will be fixed in 5.9.3, but here is a simple change you can make that may work in the interim. You can make a code change on 5.9.2. In app/models/blacklist.php around line 249 change: public function verify(string $input, string $type) To: public function verify(?string $input, string $type) Quote
HostinPK Posted February 15, 2024 Report Posted February 15, 2024 Thanks for your guideline, Paul. However, the piece of code seems to be on line 255 instead of 249. Am I right? Quote
Paul Posted February 15, 2024 Author Report Posted February 15, 2024 14 hours ago, HostinPK said: Thanks for your guideline, Paul. However, the piece of code seems to be on line 255 instead of 249. Am I right? The line number is approximate, the important part is to find the code mentioned and update to what is shown. 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.