sylvainjule / kirby-color-palette

A color palette to pick colors from in the panel. Kirby 3 only.
57 stars 9 forks source link

[K4] 4.0 Compatibility #31

Open afbora opened 1 year ago

afbora commented 1 year ago

No route found for path: "undefined" and request method: "GET"

Kirby 4.0.0-rc.4 PHP 8.1.23

mikewink commented 10 months ago

Experiencing the same error with Kirby 4.0.3 and plugin version 1.0.4

timkinali commented 10 months ago

Could it be because of these methods being used:

$file->panelUrl(true)
$file->panelIcon($image)
tobimori commented 9 months ago

If anyone needs this, I made a quick-and-dirty fork of the Color Palette plugin that removes the broken Color Extractor functionality but works with Kirby 4 instead: https://packagist.org/packages/tobimori/kirby-color-palette Not planning to merge this because it just removes functionality but it works for legacy projects.