Support Forums - Classified Ads Script Osclass

General osclass questions => Report bug => Topic started by: katalin2k on February 01, 2025, 06:29:59 PM

Title: noCaptcha not working after PHP version switch
Post by: katalin2k on February 01, 2025, 06:29:59 PM
I switched PHP versions I few time to try to debug something and after I finally chose PHP 8.2 noCaptcha is no longer working properly. It still appears but after solving it says "ERROR: Please solve Captcha correctly." even if it's correct or even checked directly without needing to solve.
Any fix for this?
Title: Re: noCaptcha not working after PHP version switch
Post by: MB Themes on February 01, 2025, 08:04:58 PM
Best is to use nocaptcha recaptcha plugin.
Title: Re: noCaptcha not working after PHP version switch
Post by: katalin2k on February 01, 2025, 09:24:10 PM
Best is to use nocaptcha recaptcha plugin.
That’s the plugin I am talking about
Title: Re: noCaptcha not working after PHP version switch
Post by: MB Themes on February 02, 2025, 11:26:42 AM
Its working ok with 8.2, if you got some issue you mist review error log
Title: Re: noCaptcha not working after PHP version switch
Post by: katalin2k on February 02, 2025, 02:53:14 PM
Its working ok with 8.2, if you got some issue you mist review error log
Thanks! I had allow_url_fopen set to off and that's why it stopped working.
Title: Re: noCaptcha not working after PHP version switch
Post by: MB Themes on February 03, 2025, 03:02:53 PM
Thanks for confirmation ;)