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
I detected the following bug:
There is in Security tab of page configuration.
If you configure the "Page Groups" with no value or with a group but don't select any specific CRUD permisión when saving it brokes giving the next message:
Server Error
Sorry, something went terribly wrong!
4 - Syntax error
For further details please review your logs/ folder, or enable displaying of errors in your system configuration.
Then in grav.log yo will see:
grav.CRITICAL: Syntax error - Trace: #0 /var/www/vhosts/[...]/user/plugins/flex-objects/classes/Admin/AdminController.php(1861): json_decode('', true, 512, 4194304) #1
And 30 lines more.
8 about AdminController
4 about EventDispatcher
4 about Themes
10 about RequestHandler
etc.
This was found trying to figure out how can I configure a private page for users (With Grav Login Plugin)
Best regards
The text was updated successfully, but these errors were encountered:
I detected the following bug:
There is in Security tab of page configuration.
If you configure the "Page Groups" with no value or with a group but don't select any specific CRUD permisión when saving it brokes giving the next message:
Server Error
Sorry, something went terribly wrong!
4 - Syntax error
For further details please review your logs/ folder, or enable displaying of errors in your system configuration.
Then in grav.log yo will see:
grav.CRITICAL: Syntax error - Trace: #0 /var/www/vhosts/[...]/user/plugins/flex-objects/classes/Admin/AdminController.php(1861): json_decode('', true, 512, 4194304) #1
And 30 lines more.
8 about AdminController
4 about EventDispatcher
4 about Themes
10 about RequestHandler
etc.
This was found trying to figure out how can I configure a private page for users (With Grav Login Plugin)
Best regards
The text was updated successfully, but these errors were encountered: