Open NicoHood opened 3 years ago
Unfortunately, I cannot reproduce this one. Must be related to your page template somehow, have you customized it?
I am using the template from quark theme: https://github.com/getgrav/grav-theme-quark/blob/develop/blueprints/default.yaml
This is also causing the issue. So it will be broken for many users, as it is the default theme.
I'm using Quark as well and there are no issues for me.
You can reproduce this plugin by adding my grav seo plugin at the latest commit.
The bug occurs because of:
public $features = [
'blueprints' => 0, // Use priority 0
];
Even if the plugin is disabled, the error occurs (ouch!)
Must be this: https://github.com/NicoHood/grav-plugin-seo/blob/master/blueprints/default.yaml#L1
I will need to check it out.
@NicoHood I think I found the issue. If you move the page blueprints (or all files/folders) into blueprints/pages
in the plugin, everything will work.
That said, I think this is a bug and should be fixed.
PS: Disabled plugins will not do anything anymore. They are fully disabled and shouldn't cause errors like this anymore.
Were did the bug got fixed? In grav 1.7.16 this issue still exists! And the quark theme also did not get fixed yet:
https://github.com/getgrav/grav-theme-quark/blob/develop/blueprints/default.yaml
Please reopen this issue
When trying to access http://localhost:8000/de/admin/plugins/flex-objects (The Flex Plugin overview from admin panel) I get the following error:
This does only happen with the flex plugin, no other plugin.