You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've discussed this before @totten but I don't think it has an issue.
When I run civibuild create wmff to recreate the wmff site (ie it has been used already & the cache is warm) it loads the list of hook-able extensions from Redis and it is the list that was enabled prior to the create. This means it is calling hooks (alterMenu) on extensions that are not enabled & fatals cos they call things that are not in the include path
Probably a judicious flushAll is enough - I'm not sure where though
The text was updated successfully, but these errors were encountered:
We've discussed this before @totten but I don't think it has an issue.
When I run
civibuild create wmff
to recreate thewmff
site (ie it has been used already & the cache is warm) it loads the list of hook-able extensions fromRedis
and it is the list that was enabled prior to the create. This means it is calling hooks (alterMenu
) on extensions that are not enabled & fatals cos they call things that are not in the include pathProbably a judicious
flushAll
is enough - I'm not sure where thoughThe text was updated successfully, but these errors were encountered: