-
In seoGetimage function in seo.php, line 78 creates the error `Call to a member function media() on null` if the page of image is not found:
```
$imgarray = $this->grav['page']->find($fixedurl)->m…
-
This is ridiculous. Using Grav CMS. Alright, I want to either inherent the quark theme, or at least copy it.
I use warpline hosting. I can FTP into powershell, but bin command does nothing. SSH noth…
-
Hello there,
I am a french developer who is trying Grav CMS to replace Wordpress projects.
From now I can do whatever I want and I am pretty happy with Grav, there is just one point on **date in…
-
I think this is a problem with sessions, but i'm all of 4 hours invested in grav and wouldn't know if this is a config problem or a code problem: **we get forcefully logged out of grav-admin and recei…
-
Although I adjust the subtitle / description for the feed in the feed plugin settings to my blog tagline in the Grav Admin panel the subtitle / description stays unchanged at "Sample Blog Description"…
-
When first setting up this plugin, I made the grave mistake of uploading all my FA SVGs, via the admin UI. This obviously took forever and I had to do it in batches to avoid having the browser crash, …
-
The form allows you to submit fewer characters than the set minimum in the configuration. This is probably related to this improvement: https://github.com/getgrav/grav-plugin-simplesearch/pull/165.
-
I encountered the following issue trying to use the Direct Upload interface in the Grav Admin plugin (Grav v1.6.16 - Admin v1.9.10 with PHP 7.2.19). On line 191 of Installer.php, $zip->getNameIndex(0…
-
https://github.com/getgrav/grav-learn/blob/develop/pages/08.advanced/05.multisite-setup/docs.17.md
indicates that `user/setup.php` could do something like:
```php
return [
'plugins' => []
];
…
-
It is quite common for a plugin to check whether it should activate or not by checking the current uri/path against an 'enable_on_routes' config variable.
In Admin, this technique is cumbersome to …