Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Civibuild create fails with Redis due to cached extensions #287

Closed
eileenmcnaughton opened this issue Jan 18, 2023 · 3 comments
Closed

Civibuild create fails with Redis due to cached extensions #287

eileenmcnaughton opened this issue Jan 18, 2023 · 3 comments

Comments

@eileenmcnaughton
Copy link
Contributor

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

@totten
Copy link
Owner

totten commented Mar 4, 2023

@eileenmcnaughton I'm not sure this is a civix thing... Perhaps this should be filed in civicrm-buildkit or lab.c.o?

@eileenmcnaughton
Copy link
Contributor Author

this is the lab issue & yeah probably I intended civibuild not civix https://lab.civicrm.org/dev/core/-/issues/4159

@eileenmcnaughton
Copy link
Contributor Author

MOved to civicrm/civicrm-buildkit#765

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants