I have a problem when I update DB with a module whose name ends with _post
.
I implemented it with the intention of hook_update_N
, but it is recognized as hook_post_update_NAME
.
Please refer to it because it is very similar to the following problem.
https://www.drupal.org/project/social/issues/3177521 →
In the first place, if the NAME of hook_post_update_NAME starts with a number, you should stop at that point because you cannot define a function name that starts with a number.
Please check if the attached patch can be processed normally by the regular test procedure.
None.
None.
None.
None.
Active
9.5
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.