Hello,
I cloned a private Magento 2 git repository and run the command to
composer update
load all the dependency of Magento core files.
Now when I run a command
setup: upgrade
, it throws an error "Undefined Index website".
Can anyone please help?
Thanks,
Solved! Go to Solution.
First, you have to setup Magento 2 before running the command php bin/magento setup:upgrade
Follow this sequence.
First, you have to setup Magento 2 before running the command php bin/magento setup:upgrade
Follow this sequence.