steirico / kirby-plugin-image-crop-field

Kirby image crop field based on vue-cropperjs and gumlet/php-image-resize
MIT License
15 stars 3 forks source link

line : 89 message : "Trying to access array offset on value of type null" #45

Open jonataneriksson opened 1 year ago

jonataneriksson commented 1 year ago

I had to fix this by replacing line 89 of fields/croppedImage: $fieldName = $field["name"]; with $fieldName = $field["name"] ?? false;