Hello guys,
I have a big problem : Im trying to install Magento but I can't. I have always the same error :
Vendor autoload is not found. Please run 'composer install' under application root directory.
Can you please help me? How can I install Magento? I have install via Cpanel (Softlculous).
The site is : alltrans.shop/magento2 (its a test tesminal for me too see if I like Magento)
Hi,
You can just download composer in Magento root directory and run it like php composer.phar install or download all locally, run composer install and upload vendor directory on the server.
Check the following links, it may help you
http://www.freesamaya.com/2016/05/vendor-autoload-is-not-found-please-run.html
Hello @pedro_gomes1,
Please go to magento 2 root directory via terminal and just run below command
composer install
--
If my answer is useful, please Accept as Solution & give Kudos
Sorry but I don't understand very well...
Im installing via Softculous. I have created the DataBase, etc. Everything is install. But when I open the site, gives me that error. Never happen to me after installing something via Softculous.
What can I do ? Im a little noob, so...
Hi @pedro_gomes1,
First you should ensure your magento folder contains vendor folder in the vendor folder you should have autoload.php file.so you check all the mentioned files exist in your downloaded package of magento.
If my solution is useful, give kudos and accept as solution
Best resgards
Madhuresan
Bootsgrid