craigk5n / webcalendar

WebCalendar is a PHP application used to maintain a calendar for a single user or an intranet group of users. It can also be configured as an event calendar.
http://www.k5n.us/webcalendar.php
GNU General Public License v2.0
153 stars 75 forks source link

Fatal Error: Invalid form request #456

Open Lutzika opened 8 months ago

Lutzika commented 8 months ago

I need advice. I installed the latest version of webcalendar on the site, when I tried to set the password I got an error page. I downgraded PHP from 8.1 to 7.4, the error message disappeared, but now it says:

WebCalendar Error Fatal Error: Invalid form request

Do you know where the error could be please?

Thank you so much

craigk5n commented 8 months ago

Generally that happens if you wait too long to submit a form. It causes the CSRF token to expire.

What version of WebCalendar is this happening with?