Hi,
Problem/Motivation
I updated this module from 8.x-1.7 to 8.x-1.8 this morning and got this error while updating the database: The "text_default" plugin does not exist..
Proposed resolution
In the install file, change the format "text_default" to "plain_text", because "text_default" is used only for testing.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | dismissible-message-bar-formatter-widget-03.patch | 768 bytes | admirlju |
| dismissible_message_bar_fix_text_default.patch | 763 bytes | detroz |
Comments
Comment #2
detroz commentedMaybe not the best solution, because "drush updb" must be done twice to update this module.
The first time, there is an error with "dismissible_message_bar_update_8905". The second time, the update is done.
Comment #3
admirlju commented@detroz that patch causes the same error. The problem here is because
string_longdoesn't supporttext_defaultformatter and because a formatter was used instead of a widget. Adding a new patch.Also with my fix I only had to run
drush updbonce.Comment #5
mojiferous