-
Notifications
You must be signed in to change notification settings - Fork 641
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
Unable to run garbage collection #5820
Comments
I’m not able to reproduce this. Please send your |
Hey @brandonkelly please see request 3057 on Zendesk, I had the same issue a few weeks back. |
Ah, thanks @benface! I was able to reproduce the issue with the files you had sent in, and got this fixed for the next release. Culprit ended up being that you had an unsaved entry draft that was due to be purged, but its entry type had been deleted beforehand. To get the fix early, change your "require": {
"craftcms/cms": "dev-develop#9353043765ae93fba56f9236c214dfa7f54297a0",
"...": "..."
} Then run |
Glad I could help haha. :) |
Craft 3.4.11 is out now with the fix for this. |
Description
When running the garbage collection via the CLI i'm getting the below error:
Steps to reproduce
./craft gc/run
via the CLIAdditional info
The text was updated successfully, but these errors were encountered: