-
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
Error After updating to Craft v3.5.18 #7400
Comments
Try running the following command: > php craft utils/repair/project-config |
I get the same error. Even this command gives the same error:
|
Can you send a database backup and your Composer files into [email protected]? We can help look into it from there. |
I was able to restore my database from a backup. Then I deleted the vendor's directory and the composer.lock file and ran composer update to start with a clean slate. That seemed to do the trick after a redeploy. Perhaps the error was caused by a deployment that was interrupted? Hard to say. I did however send you those files in case you wanted to investigate further. In any case, thanks for your time and prompt reply. |
Ah ok, glad you got it sorted! It does sound like |
Description
The update worked locally but is crashing the server with "An internal server error occurred." on deployment. Looks like the composer didn't finish updating perhaps?
Steps to reproduce
php craft
PHP Notice 'yii\base\ErrorException' with message 'Undefined offset: 0'
in /srv/app/rmb-staging/htdocs/vendor/craftcms/cms/src/helpers/ProjectConfig.php:327
Additional info
"barrelstrength/sprout-encode-email": "2.0.7",
"barrelstrength/sprout-fields": "3.8.4",
"craftcms/cms": "3.5.18",
"craftcms/redactor": "2.8.5",
"fortrabbit/craft-copy": "1.0.3",
"fruitstudios/linkit": "1.1.12.1",
"hashtagerrors/user-initials-photo": "1.1.1",
"mmikkel/cp-field-inspect": "1.2.3",
"monachilada/craft-matrixtoolbar": "1.0.6",
"nystudio107/craft-cookies": "1.1.12",
"nystudio107/craft-imageoptimize": "1.6.21",
"nystudio107/craft-retour": "3.1.45",
"nystudio107/craft-seomatic": "3.3.29",
"nystudio107/craft-twigpack": "1.2.9",
"nystudio107/craft-typogrify": "1.1.18",
"supercool/tablemaker": "2.0.1",
"vaersaagod/geomate": "v1.2.1",
"verbb/default-dashboard": "1.0.8",
"verbb/expanded-singles": "1.1.3",
"verbb/field-manager": "2.2.2",
"verbb/formie": "1.3.10",
"verbb/icon-picker": "1.1.10",
"verbb/knock-knock": "1.2.14",
"verbb/navigation": "1.4.12",
"verbb/smith": "1.1.12",
"verbb/super-table": "2.6.5",
"vlucas/phpdotenv": "^3.4.0"
The text was updated successfully, but these errors were encountered: