cancel
Showing results for 
Search instead for 
Did you mean: 

installing extension for first time - readiness check errors

installing extension for first time - readiness check errors

i have recently installed magento successfully and have not yet done any magento configurations. i am now trying to install an extension (module-amazon) but all readiness checks are returning errors besides for check updated application availability.

filezilla has returned the following status: Directory listing of "/aonefun.com/public_html/app/magento-module-amazon-3.0.1" successful. would this have anything to do with the actual files uploaded to the magento root directoy?

Or

would the errors point to initial configurations required in magento which i have not yet performed? if so, is there a more user friendly way to resolve these errors rather than coding?

thanks so much

 

 

 

6 REPLIES 6

Re: installing extension for first time - readiness check errors

Hello @marilyn_haft 

 

Please follow this solution to install a new module in app/code

 

https://magento.stackexchange.com/questions/188429/how-to-install-modules-in-app-code-with-composer-...

 

Thanks.

 

---
If you've found my answer useful, please give"Kudos" and "Accept as Solution"

Re: installing extension for first time - readiness check errors

Hello @marilyn_haft 

 

Directory listing of "/aonefun.com/public_html/app/magento-module-amazon-3.0.1" successful

== when you install the extension manually through filezilla, 
File directories will be like app/code/[company name]/Amazon/

Then block, sql, model etc folders inside.

Once uploaded in this structure, run the below commands from cli or using putty if using windows.

 

php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean
php bin/magento cache:flush
php bin/magento indexer:reindex
Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

Re: installing extension for first time - readiness check errors

thank you so much for your reply!! i don't have much coding experience but
am not afraid to try something new provided i am given precise instructions

firstly i am unclear what you mean to indicate how to upload the file using
filezilla differently than what i have done, which what i was told to
install the file to the root

secondly, do i simply copy and paste your command line code as i am
unfamiliar with writing these

Re: installing extension for first time - readiness check errors

@marilyn_haft While transferring the code through filezilla check your left end part ie local part contains the app folder and your right hand part ie the server part also containt the app folder.

 

Then move whole code from left to right and it asks you to merge then merge it.

 

Hope it helps.

 

Re: installing extension for first time - readiness check errors

thanks for your reply! didn't quite understand that i need to have a local web directory prior to uploading the extension files to the server. i simply downloaded the zipped extension file to my default downloads folder and then dragged and dropped it from the downloads folder to my site's root folder as instructed. but i did notice that the files copied to a sub folder on the root titled app, which i did not manually create. so if i need to retrace my steps a bit your assistance with doing so is greatly appreciated!!

Re: installing extension for first time - readiness check errors

@marilyn_haft you can find the app folder in the extension which you have donwloaded.

 

So just take that folder and drop it where you find the app folder on your server.

Similarly you can do with other folders also.

 

Let me know if you stuck anywhere.

 

Thanks