Interface "craft\queue\ReleasableQueueInterface" not found #75
Closed
matthewstick
started this conversation in
Feature Requests & Enhancements
Replies: 3 comments 2 replies
-
Quick note - I tried rolling to craftcms/cloud "2.12.0" and it did work. Seems just an issue with 2.13.0 perhaps. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Most likely relates to a recent merge of craftcms/cloud-extension-yii2@b7ac9ed |
Beta Was this translation helpful? Give feedback.
2 replies
-
@matthewstick apologies – 2.13.1 fixes this issue: https://github.com/craftcms/cloud-extension-yii2/releases/tag/2.13.1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just FYI - I installed "craftcms/cloud": "2.13.0" on a new setup, and ran into this error when trying to log into the admin control panel:
Interface "craft\queue\ReleasableQueueInterface" not found
It completely blocked the control panel. I downgraded to a version I knew that worked ( "craftcms/cloud": "2.6.7" ) and now I can get into the craft cloud control panel just fine.
This was only in issue was accessing Craft cloud on the server. Locally, I would not see "Interface "craft\queue\ReleasableQueueInterface" not found". But on Craft Cloud server, i couldn't get into the admin after login screen.
Beta Was this translation helpful? Give feedback.
All reactions