- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022
06:56 PM
11-22-2022
06:56 PM
Magento 2.4.4 upgrade to 2.4.5 failed
Cant use bin/magento command.
PHP version is 8.1
Tried disable / enable AdobIms
Fatal error: Uncaught Error: Cannot instantiate interface Magento\AdobeImsApi\Api\ConfigInterface in /public_html/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php:50
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2022
07:40 AM
11-24-2022
07:40 AM
Re: Magento 2.4.4 upgrade to 2.4.5 failed
You are facing the issue with Cannot instantiate interface , which is pretty simple there is an issue with your vendor and compatibility issue.
To fix this, here are steps to reproduce:
- Backup vendor folder
- Run the command:
composer update
- Run:
bin/magento s:u bin/magento setup:upgrade
- Run to compile:
bin/magento s:d:c or bin/magento setup:di:compile
- Please check the checklist of the magento minimum requirement like the version: Check the full documentation:
https://devdocs.magento.com/guides/v2.4/comp-mgr/cli/cli-upgrade.html
https://www.cloudways.com/blog/magento-2-4-upgrade/ - Install Magento 2.4.5 again with the composer require.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2023
06:08 AM
01-23-2023
06:08 AM
Re: Magento 2.4.4 upgrade to 2.4.5 failed
Clear Redis Cache
redis-cli flushall