-
I'm getting following error when using `(webp: test.webp)`
> Call to a member function resize() on null
> \site\plugins\kirby3-webp-master\snippets\webp.php:30
Kirby 4.0.0-rc.4
PHP 8.1.23
-
> Undefined constant "D4L\DS"
> "/site/plugins/kirby3-static-site-generator-1.12.2/class.php:405"
-
I tried to use sample in readme
````php
$qrcodeObject = new \Bnomei\QRCode([
'Text' => 'https://github.com/bnomei/kirby3-qrcode',
]);
echo $qrcodeObject->html();
````
And I'm getting foll…
-
There seems to be a incompatibility with [daandelange's kirby3 translations plugin](https://github.com/Daandelange/k3-translations).
When I install the translations plugin, commentions stops workin…
-
Hi,
Even if the form is submitted, I would like to keep the form displayed on the page.
I saw that it's impossible to do it through options or snippet, because it's managed in the core plugin code h…
-
## Description
When I install `spatie/ray` or `genxbe/kirby3-ray` it immediately throws an error `Cannot redeclare dump()`. If I add the constant `KIRBY_HELPER_DUMP` it doesn't seem to help. I'm gu…
-
While the majority of the plugin seems to show up correctly in German, the feedback after submitting a comment is always shown in English.
Could that be because those messages are triggered throug…
-
Hi,
got simplestats up and running to some extend, but when I try to implement the statistics in one of my blueprints, it throws this error, when I enter that particular blueprint in the panel
`…
-
Hi there,
i am currently trying the set up the wonderful commentions plugin in a website that is essentially a one pager and loads only the home template. However, the home-page is loading content fr…
-
Hi, @sebastiangreger !
I am experiencing an issue with the Kirby cache.
When Kirby's cache is on the comments don't work. It just refreshes the page.
The current versions on specific website a…