-
My ATOM feed updates fine, but the RSS feed will not update. I've turned off all caching, both within Grav and on my webserver, but I can't get them to update.
Is there a way to force the feeds to …
-
When I enable Line Numbers, grav-plugin-highlight stops using my CSS Theme. I can select any theme, and this plugin won't use it until I disable Line Numbers.
-
This links to issue https://github.com/getgrav/grav/issues/3432
As well as the multiple security salts, I also have one plugin (custom-banner) which is serving up data from two places, depending on…
-
When `user://` points to a directory missing a `plugins/` directory (for whatever reason, from permission to `setup.php`, `streams.yaml`, to debugging config order/override), this strange error is thr…
-
The simple forms plugin has not been updated in three years and is not supported in the plugin list of Grav or by the admin panel.
ghost updated
5 years ago
-
Add this to any plugin:
```
$path = $this->grav['uri']->path();
$this->grav['log']->emergency('Emergency, emergency, there is an emergency here!');
$this->grav['log']->emergency($path);
```
No…
-
Hi!
I took a look at your plugin and could not manage to make it work with different APIs.
Here is an example:
```
[rest2table url=https://api.cdnjs.com/libraries?search=jquery][/rest2table…
-
Using grav 1.7.0-rc.20 with admin plugin.
When adding a PDF in the *Page Media* section of a page, an error occurs when saving the page which result of an empty list of media.
![grav-pdf-error](…
-
When one configures manually session options in system.yaml i.e.
```
session:
[...]
options:
cache_limiter: private
```
like in
https://github.com/getgrav/grav/issues/1081#issuecomment…
-
I have a well functioning subdomain type multisite multilingual (9 language) Grav system.
The only problem is updating the plugins.
The good solution here in this system was that all sites (in t…