I had the same issue. Workaround from @wolfyno worked for me. Thank you very much!
I just did step 1 suggested by @wolfyno without step 2 and it worked.
// ‘value’ => $item[‘color’],
‘value’ => !empty($item[‘color’]) ? $item[‘color’] : ‘#000000’,
@tkucey Just install Filemanager Plugin. With this you can browse all the files. Navigate to colors.php download it, edit it, upload it and replace the old one.
-
This reply was modified 4 months, 2 weeks ago by silviofuchs.