Problem/Motivation
Upgrading version from 4.0.2 to 4.0.5 we're not be able to complete modal_page_update_40003.
It seems the update do not accept special characters like ã and ç.
The error I get from drush updb is:
> [notice] Update started: modal_page_update_40003
> [error] Invalid character in Config object name modal_page.modal.nomogramas:_isenção_de_responsabilidade_2.
> [error] Update failed: modal_page_update_40003
[error] Update aborted by: modal_page_update_40003
[error] Finished performing updates.
After this, the module stop working
Proposed resolution
Remove special characters from title in update.
I've written a patch to fix this issue but I don't know if it's the right way.
| Comment | File | Size | Author |
|---|---|---|---|
| modal_page-special-characters.patch | 515 bytes | fmathias |
Comments
Comment #2
renatog commentedReally makes sense
Your patch really works! Very useful
Comment #4
renatog commentedCommitted and pushed to the dev branch 4.x
Comment #5
renatog commentedCreated the release with this fix:
https://www.drupal.org/project/modal_page/releases/4.0.7
Thank you so much @fmathias. Good catch!
If do you have new fixes or suggestions feel free to report
Best regards