Closed (fixed)
Project:
Image Resize Filter
Version:
8.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2018 at 23:08 UTC
Updated:
31 May 2018 at 08:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
thomas.frobieterSame here - let me know if i can provide more information to help you fixing it.
Comment #3
anybodyOkay I had a look into it and the problem seems to be the nested array created by "checkboxes" FAPI element.
Have a look at:
https://drupal.stackexchange.com/questions/155382/filter-module-wont-let...
That seems to be related. So I'd guess to create an own schema in the module (and as update).
Furthermore there should be a little improvement to the default value (check if the value exists):
Comment #4
thomas.frobieterI set this issue to critical, because you can't save textformats anymore while this module is active.
Comment #5
gnugetHi!
The schema file is missing in the module. On this patch, I just added it.
(The module hasn't even an alpha release yet, so no upgrade path provided at this time, you might need to reinstall the module to load the schema)
Comment #6
mlncn commentedThis works!
Comment #8
ram4nd commentedComment #9
anybodyThank you so much!! :)
Comment #10
anybodyWe still get
Auf der Website ist ein unvorhergesehener Fehler aufgetreten. Bitte versuchen Sie es später nochmal.InvalidArgumentException: The configuration property filters.filter_image_resize.settings.image_locations.local doesn't exist. in Drupal\Core\Config\Schema\ArrayElement->get() (line 76 of core/lib/Drupal/Core/Config/Schema/ArrayElement.php).
Drupal\Core\Config\StorableConfigBase->castValue('filters.filter_image_resize.settings.image_locations.local', 'local') (Line: 211) when saving the filter settings form after update to the latest dev version. Sorry.Comment #11
gnugetDid you uninstalled and re-installed the module? (check my comment that there is not a upgrade path because we don't even have an alpha release)
Comment #12
gnugetI'm going to mark it as fixed again, if you still have issues even after reinstalling the module, please feel free to re-opening it so we can look closer why is not working for you.
David.
Comment #13
anybodySorry. I overread that. Works perfectly after re-install. Time for an alpha release? :)