- Issue created by @ebeyrent
- ππΊHungary nagy.balint
Hi!
Did the update hook cause that error (update.php or drush updb)?
- ππΊHungary nagy.balint
It seems that the config_log module is trying to log a config change in the config_log table while the drush updb was running, so before the schema modifications could take place.
admin/config/development/config_log
If the "Custom table ("config_log")" option is disabled then likely it won't attempt to insert into the table, and then the update hook can run. - πΊπΈUnited States ebeyrent
Ah, so the update hook needs to change that config setting before trying to make changes to the schema, and then set the config back when done.