- Issue created by @rgnyldz
- 🇹🇷Turkey orkut murat yılmaz Istanbul
I've just found a related issue with a working patch 🐛 Minify html breaks pages in Drupal 10.2 Active .
- Status changed to Needs review
11 months ago 1:10pm 26 December 2023 - 🇹🇷Turkey orkut murat yılmaz Istanbul
@RgnYLDZ, can you try these 2 drush commands? They can be helpful, as mentioned here 💬 Aggregation not working css and js cache directories not being created Postponed: needs info :
drush config:delete system.performance stale_file_threshold drush config:delete system.performance ipless
- Status changed to Active
11 months ago 11:10am 27 December 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
The error is caused by
IpLessSettingForm::checkSettings()
which adds to the system.performance configuration object a value that is not defined in the system.schema.yml file, used to validate the configuration object and which throws the error you are seeing.The solution is for this module to use its own configuration object instead of using one used by Drupal core.
- 🇮🇹Italy apaderno Brescia, 🇮🇹
Running
drush config:delete system.performance ipless
would just temporary fix the issue. After the module settings are changed again, the same error will be shown. - 🇹🇷Turkey orkut murat yılmaz Istanbul
@apaderno, thanks for detailed explanation.
@Damien Laguerre, can you add a configuration object to this module?
-
Damien Laguerre →
committed 39bc5ca1 on 4.x
Issue #3410887: 'ipless' is not a supported key'
-
Damien Laguerre →
committed 39bc5ca1 on 4.x
- 🇫🇷France damien laguerre
To remain compatible with all sites using ipless, I've implemented the hook_config_schema_info_alter to include to system.performance schema the ipless config description.
- Status changed to RTBC
10 months ago 12:01pm 17 January 2024 - Status changed to Fixed
7 months ago 7:15am 19 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.