-
I installed based on the doc on my local env. your plugin.
`composer require getkirby/cli bnomei/kirby3-janitor`
```
{
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"getkirby/c…
-
## Description
Hi all!
I think I ran into a bug with a field named `inventory` and accessing it in a page model.
The output is:
```
array(3) {
["children"]=>
array(0) {
}
["files"]=…
3tlam updated
2 months ago
-
I am using the plugin on a Kirby 4 site and all seems to work will apart from when I click on the magnifity glass on the side panel. I get the following error.
FabianMichael\Meta\PageMeta::get(): …
-
## Description
When registering a custom route with the callback pattern Kirby does not apply the correct page model when using the `page` helper with a preceding call to `childrenAndDrafts()`.
``…
-
When using
composer.json
```json
"extra": {
"kirby-cms-path": false,
}
```
the cli fails. I am not sure if "kirby-cms-path" sets the path or you can just use `false` so it's moved to vendor.…
-
Hello I get this error while fetching the site page using Nuxt KQL x Headless Kirby.
The website has multilanguage.
Is the plugin compatible with this workflow?
```
ERROR Failed KQL query "site"…
-
Just stumbled over the example for the `system.loadPlugins:after` hook [in the guide][1] and wanted to dynamically register an extensions based on a config option in a plugin like suggested in the doc…
-
After Updating better-rest to its latest version (1.2.8) Kirby (3.5.3.1) throws an ErrorException on startup:
```
Whoops\Exception\ErrorException thrown with message "include(.../site/plugins/bett…
-
Hi Bnomei, I am trying out autoid on a server with php8.0.12 and I get the following error
```
Whoops\Exception\ErrorException thrown with message "Undefined array key "dirname""
Stacktrace:
#…
-
I have just installed your plugin via composer to my Kirby 3.6.0 alpha test installation and added the code to my article template.
```
```
Then I got an error:
> Whoops\Exception\ErrorExc…