-
I am getting
```
TypeError: array_merge(): Argument #2 must be of type array, null given in file /.../site/plugins/kirby3-janitor/classes/Janitor.php on line 37
```
when trying to use the CLI. Bo…
-
To make the plugin eg. usable with Kirby Janitor plugin or with any other plugin both `KirbyGitHelper::push()` and `KirbyGitHelper::pull()` should return `true/false` if they succeed or fail.
See …
-
In `composer.json`, this plugin is marked as compatible with PHP >= `7.4.0`. After installing the latest version, composer complains though that it requires PHP 8.0.2:
https://github.com/bnomei/kir…
-
Hi, @bnomei, I am using your great plugin in my [theme](https://www.thezero.club/demo/one/), and on 99,9% of server environments, it works great out of the box.
But few users reported that it does…
-
Hi,
I think everything is working correctly with the plugin, I have done a test fetch which worked. However, when the authentication triggered in Kirby's panel was completed I got the following error…
-
**Describe the bug**
When using the page's update function from a controller the input is validated even with the validate flag set to false.
No exception is thrown even when the validate flag i…
tinus updated
2 years ago
-
The current date formatter only works with the `date` and the deprecated `strftime` date handlers, but not the newer `intl` option. https://getkirby.com/docs/reference/system/options/date
https://g…
-
hello and thank you for the great plugin. i was wondering if a custom css class could be added somehow to the img tag that is generated in the front-end via
```php
```
or maybe even better a …
-
Hello there,
I have a problem with the janitor button on subpages (children of site children). It works on all pages, except on subpages.
Interestingly, it works on my local environment, but not…
-
I thought the use of `Collection` instead of `Pages` was because of handling of drafts. It seems the `searchForTemplate` gathers drafts but they are null in the collection anyway. The problem with col…