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.

Comments

detroz created an issue. See original summary.

detroz’s picture

Maybe 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.

admirlju’s picture

Status: Active » Needs review
StatusFileSize
new768 bytes

@detroz that patch causes the same error. The problem here is because string_long doesn't support text_default formatter and because a formatter was used instead of a widget. Adding a new patch.

Also with my fix I only had to run drush updb once.

  • Mojiferous committed a0b36bfb on 8.x-1.x authored by admirlju
    Issue #3390972 by admirlju: The "text_default" plugin does not exist on...
mojiferous’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.