Check Component Dependency. We found conflicting component dependencies.
Command "update" failed: Loading composer repositories with package information
[RuntimeException]
Failed to execute git clone --mirror 'git@github.com:MagePsycho/magento2-easy-template-path-hints.git' '/home/camway/public_html/var/composer_home/cache/vcs/git-github.com-MagePsycho-magento2-easy-template-path-hints.git/'
update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [--with-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-i|--interactive] [--root-reqs] [--] [<packages>]...
Well if its still not worked for you try another option.
Below is the alternate option which works for you and extension will installed easily.
Download the extension you are trying to install from here manually - https://github.com/MagePsycho/magento2-custom-shipping/archive/master.zip
After that extract this extension and move to app/code directory - here is the full path - /path/to/magento2/app/code/MagePsycho/Customshipping/
Then after run below commands :
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:clean php bin/magento cache:flush
Then check your extension will installed !!
I just tried to install magento 2.2.4 on a shared server which hosts my domains.
I got an error message
Vendor autoload is not found. Please run 'composer install' under application root directory.
I was told I couldn't install the program because magento wants access to the root directory, but since I am on a shared server I was told the program won't install.
However, I noticed when I unzipped magento I didn't see an Install.php file, I tried running using index.php which was all I saw. Can you tell me what my problem is for installation?
Thank you,
Steven
Hi @sssteven4
Looking at the error you posted - seems like composer is not installed on your server.
kindly run below command from the root directory of magento 2 (not your server) but magento 2 root directory.
composer install
Then after try to install magento2 again !! installation will start !!
hope it helps !
You just need to Connect with SSH to run command,
Go To magento root path where you have install magento,
Run command,
composer install
Composer will automatically downloaded using command line.
Thank you again for your help.
I will try what you said, although I still have 1 question, I assume composer install is a program, is it already on my server, which would mean it is part of magento 2, or do I have to upload the composer install program first?
Thank you again,
Steven
Thank you again for your help.
I will try what you said, although I still have 1 question, I assume composer install is a program, is it already on my server, which would mean it is part of magento 2, or do I have to upload the composer install program first?
Thank you again,
Steven