bnomei / kirby3-boost

Boost the speed of Kirby by having content files of pages cached and a fast lookup based on uuids
https://sakila-with-boost.bnomei.com/
MIT License
51 stars 0 forks source link

Bolt error #20

Closed saschabregenhorn closed 1 year ago

saschabregenhorn commented 1 year ago

Hey,

I just tried the basic setup for the Default Template (Kirby 3.9.4 / PHP 8.1.13) and get this error:

Bnomei\Bolt::page(): Argument #1 ($id) must be of type string, null given, called in /site/plugins/kirby3-boost/classes/Bolt.php on line 233

Any ideas what I am doing wrong? Thanks!

bnomei commented 1 year ago

you did nothing wrong. my helper that scans for all folders had a bug.

saschabregenhorn commented 1 year ago

you did nothing wrong. my helper that scans for all folders had a bug.

Thanks for the quick replay, works!