thorsten / phpMyFAQ

phpMyFAQ - Open Source FAQ web application for PHP 8.1+ and MySQL, PostgreSQL and other databases
https://www.phpmyfaq.de
Mozilla Public License 2.0
582 stars 253 forks source link

4.0 Captcha-Function when sending new question from frontend doesn't work #3050

Closed c1972 closed 6 days ago

c1972 commented 1 week ago

When trying to send new questions via email-form from the 4.0 frontend, the captcha function seems not to work. After several tries not even one was successful.

captcha

One more test showed: I can trigger recommendation emails, but I can't suggest new posts. So there seems to be a difference with the captcha.

Site: cc10.de OS: Windows 11 Pro 23H2 Browser: Chrome 126.0.6478.127 phpMyFAQ Version: 4.0 PHP-Version: 8.2 Database: MariaDB 10.11.4 Elasticsearch: No

Regards Christian

modelrailroader commented 6 days ago

There is another issue with the captcha image which only exists in Firefox: The captcha image can't be reloaded. This is due to caching. I implemented a solution which will be linked to this issue as well.