Patch worked.
I don't understand why this issue is not set to major, just installed, and this broke the whole site, completely unworkable, no drush, no clear cache, no uninstall, nothing, memory usage climbed to infinite (of course, infinite loop), worse than whitescreen.- First commit to issue fork.
- πΊπΈUnited States bluegeek9
Patch created from current pull request (#2).
- last update
over 1 year ago 6 pass - πΊπΈUnited States bluegeek9
Hello,
I recently became a co-maintainer of the Message UI module. I want to solve this problem, but I am having issues reproducing the bug.
Does this happen when enabling the module?
- π§πͺBelgium gorkagr
Hi
I dont use the module, but when i was testing it, yes, the issue appeared when enabling it (in my case via drush)
best
- π΅πPhilippines madelyncruz
@bluegeek9 Based on my previous testing, you should be able to replicate the issue with one of below:
1) Enable the module using a fresh installation of Drupal.
2) For the successful installation of message_ui or existing ones, add the message_ui contextual links in message views. - Status changed to Active
about 1 year ago 2:00pm 3 October 2023 - πΊπΈUnited States bluegeek9
The `message_ui_entity_load` function was added during the beta2 release.
commit 1f4da6b8c43927c935fe257c01cbde2eafd526be (tag: 8.x-1.0-beta2) Author: RoySegall <RoySegall@1812910.no-reply.drupal.org> Date: Sat Feb 10 13:01:21 2018 +0200 Issue #2886830 by stBorchert, RoySegall, Gugols, juagarc4, Alex Zu: Call to a member function get() on null in message_ui_install()
#2886830: Call to a member function get() on null in message_ui_install() β
I think the message_ui_entity_load function can be replaced with a message_ui_update_N() and/or message_ui_install(). It seems the goal is to add message_ui_contextual_links to the 'message' view. I guess the author used hook_entity_load() because beta releases do no have hook_update_N() functions.
- @bluegeek9 opened merge request.
- πΊπΈUnited States bluegeek9
I removed the hook_entity_load function, and added it hook_install and a hook_update_N.
-
bluegeek9 β
committed e368facb on 8.x-1.x
Issue #3296378 by bluegeek9: Fatal error Drupal 9
-
bluegeek9 β
committed e368facb on 8.x-1.x
- Status changed to Fixed
about 1 year ago 8:49pm 6 November 2023 - @bluegeek9 opened merge request.
-
bluegeek9 β
committed 4e413a66 on 8.x-1.x
Issue #3296378 by bluegeek9: Fatal error Drupal 9
-
bluegeek9 β
committed 4e413a66 on 8.x-1.x
- πΊπΈUnited States SocialNicheGuru
Can a new official release be made? This is a pretty big and needed update
- πΊπΈUnited States bluegeek9
Two weeks. There is a merge freeze for two weeks while I test dev in my production environment.
Automatically closed - issue fixed for 2 weeks with no activity.