Replies: 3 comments 3 replies
-
Search for that error within |
Beta Was this translation helpful? Give feedback.
-
In case it's helpful, I had a similar (same?) issue this morning when upgrading and tracked it down to the fact that I hadn't removed For posterity, this is the error i see in
vs
|
Beta Was this translation helpful? Give feedback.
-
Craft 4.11.2 and 5.3.3 are out now with a fix for this – going forward a more helpful error message will be output instead:
|
Beta Was this translation helpful? Give feedback.
-
Im following the craft docs on upgrading from 3 to 4. My update process is as follow:
composer.json
to require"craftcms/cms": "^4.0.0"
and Craft-4-compatible plugins all at onceddev composer update
ddev php craft migrate/all
Now i get this error:
Fatal error: Uncaught Error: Class "Yii" not found in /var/www/html/vendor/yiisoft/yii2/base/BaseObject.php:107
Here's my composer.json:
Beta Was this translation helpful? Give feedback.
All reactions