Fernando Iglesias β created an issue.
Just a heads up, now on php 8.1 this warning has become a WSOD fatal error. Would be great to get a new D7 release!
Hi to everyone still coming across this old issue. For what it's worth, we were wrestling with this issue for the past few weeks on our Acquia sites and originally assumed it was memcache as well. Ultimately, the issue actually ended up being caused by this: https://www.drupal.org/project/drupal/issues/3207813 π ModuleHandler skips all hook implementations when invoked before the module files have been loaded Needs work
After applying patch #15 in that thread, it immediately solved our problems. Hope it works for you too.
Fernando Iglesias β made their first commit to this issueβs fork.
Thank you for the contribution @yogeshsevak, this looks good.
Fernando Iglesias β made their first commit to this issueβs fork.
Fernando Iglesias β created an issue.
Patch attached.
Fernando Iglesias β created an issue.