http://ronaldsmeets.info/
To recap: I’m using the Land.io Skeleton package, with Grav core and plugins updated to the latest versions. In the Land.io theme there is a Contact Form that uses the Forms plugin (obviously?). However when I try to send an e-mail via this form I get the message
"Oops there was a problem, please check your input and submit the form again."
First I though it was the e-mail plugin that threw the error, but when I trace back the origin of the message it seems to have something to do with a ‘nonce not validated’ (it’s in \user\plugins\form\classes\form.php, line 141, and the user\plugins\form\languages.yaml file), however I have no clue how to solve this
Any idea’s?
ps: on a side note - maybe it’s related(?) - I can’t get the admin panel to work either. Admin plugin is installed and I have setup a user via $ bin/plugin login new-user and all. However login in gets me to an “Access denied…” message. As it is using the same Form plugin, maybe it’s related but I can’t confirm.
Regarding the other problem you have, looks related because (just tried) it seems the Landio theme redirects the admin login (/admin) to another page (/user-login). Looking to find out why!
For the second problem, remove line route: /user-login of the file user/config/plugins/login.yaml. A definitive fix will come in the next Login plugin update.