-
Notifications
You must be signed in to change notification settings - Fork 642
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
[4.x]: Missing Class "yii\shell\Bootstrap" after Update to 4.3.8 #12647
Comments
Craft 3.7.65.1 and 4.3.8.1 have been released with a fix for this. Unfortunately, if you are currently running Craft 3.7.65 or 4.3.8, there’s nothing we can do to prevent you from running into this error the next time you update, though. If you get the error, you will need to run |
@brandonkelly Quick note for everyone,
This only applies if you have a fixed version requirement like the one above in your |
@MoritzLost The bug is that the |
Might be helpful to some people: https://nystudio107.com/blog/updating-craft-cms-without-headaches#4-embrace-composer |
@khalwat Slightly off-topic: I actually like that |
@MoritzLost use what works for you -- I find that avoiding the Craft layer has been more reliable for me. |
Do you mean these 2 components were not in
If I accept, it then goes into a endless loop after
The only way to get around the loop is to either discard (but they I get asked every time I run Update: it seems like php-http/discovery 1.15.0 is causing this issue, this is not related to Craft, see php-http/discovery#212 |
What happened?
Description
After upgrading Craft to the latest Version
4.3.8
a server error occurs. The same error occures when callingphp craft migrate/all --no-content --interactive=0
I tried deleting
vendor
folder andcomposer.lock
and runningcomposer install
again but the problem persists.Steps to reproduce
4.3.7
4.3.8
php craft migrate/all --no-content --interactive=0
Expected behavior
No Error and Site should work
Actual behavior
Craft CMS version
4.3.8
PHP version
8.1
Operating system and version
macOS 13.1 and Linux Ubuntu
Database type and version
Mysql 8.0.29
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered: