wagnerwagner / merx

Merx is a plugin to create online shops with Kirby.
https://merx.wagnerwagner.de
102 stars 10 forks source link

Declaration of Wagnerwagner\Merx\ProductList::__set(string $key, $value) must be compatible with Kirby #64

Closed apps4research closed 1 year ago

apps4research commented 1 year ago

I'm getting the following error after updating the sample Merx shop (starterkit) to Kirby 3.8.3 (same happens with 3.8.2) when calling up a product page. Running PHP 8.1.9.

Declaration of Wagnerwagner\Merx\ProductList::__set(string $key, $value) must be compatible with Kirby\Toolkit\Collection::__set(string $key, $value): void

apps4research commented 1 year ago

Working now, guess I didn't gave the latest version of the plugin. :)