You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
first things first: Thanks for doing such an amazing job with grav and it's plugins - I love it!
But, last night, I had a lot of troubles with the releases of grav and the form plugin. After installing both of them, my site stopped working immediately by throwing this error message on every page:
Today, I came up with the solution: I hadn't installed the login plugin and system.session was set to false. I changed both of it and now everything works again.
So, please add a dependency to the "login" plugin. Or fix the coding there... 😄
The text was updated successfully, but these errors were encountered:
It's not really a login dependency, as form should not require anything else, however, it is a bug in Grav's trait to ensure that user is available. Also, flash forms to support the ajax uploads will not work without a session, but I added a safety check so it does not error out.
brickcamp
changed the title
Missing dependency on plugin "login" (else: "Identifier 'user' is not defined")
Error "Identifier 'user' is not defined"
Apr 14, 2019
Hi there,
first things first: Thanks for doing such an amazing job with grav and it's plugins - I love it!
But, last night, I had a lot of troubles with the releases of grav and the form plugin. After installing both of them, my site stopped working immediately by throwing this error message on every page:
Identifier "user" is not defined.
Download ZIP-file containing error page
Today, I came up with the solution: I hadn't installed the login plugin and system.session was set to false. I changed both of it and now everything works again.
So, please add a dependency to the "login" plugin. Or fix the coding there... 😄
The text was updated successfully, but these errors were encountered: