After Upgrading Magento 2.1.5 to 2.2.6 it’s give following error.
my magento source code is on subdirectory like www.mysite.com/staging/
After Upgrading Magento 2.1.5 to 2.2.6 it’s give following error.
my magento source code is on subdirectory like www.mysite.com/staging/
2
Answers
I don’t know what exactly causes this, but
composer install
may helpAs general rule I would delete the content of vendors directory and then
If you are in your local dev:
composer update
If you are in some kind of production env where you only pull the repo:
composer install