cancel
Showing results for 
Search instead for 
Did you mean: 

Instaling my first component - Gets stuck on last screen 'Update Pending' ?

Instaling my first component - Gets stuck on last screen 'Update Pending' ?

Hello,

 

I was just trying to install my fist component. (MailChimp Extension)

 

Everything runs smoothly, Its passes the readiness test, it creates my backup. But then for some reason when i press install it just simply states 'Update Pending' as shown below. It does not give any errors or warnings.

 

Any comments or solutions on this would be great. Many thanks, Paul

 

 

magento.PNG

3 REPLIES 3

Re: Instaling my first component - Gets stuck on last screen 'Update Pending' ?

Hii Seouli,

Try to install the extension manually.  Try these steps :

  1. Download the the extension 
  2. Create a directory structure {magwntorootfolder}/app/code/Packagename/Modulename(to check package name, open .php file there will be code as namespace Packagename/Modulename)
  3. Extract all files and subdirectory here like Block,Model, etc, view etc.
  4. Open terminal and got to the Magento installed root directory and execute the following command in sequence
  5. 1. sudo rm -rf var/di var/generation var/cache
    2. sudo php bin/magento setup:upgrade
    3. sudo php bin/magento setu:di:compile
    4. sudo php bin/magento cache:clean
    5. sudo chmod 777 -R  var/

Let us know if there is any issue.

 

Re: Instaling my first component - Gets stuck on last screen 'Update Pending' ?

Hi, many thanks for your reply.

 

I will give the manual install a try today.

 

Just out of interest do you know why it is not installing simply through the component manager? Is there some kind of issue?

 

Many thanks, Paul

Re: Instaling my first component - Gets stuck on last screen 'Update Pending' ?

You are welcome.

Sorry, I am not able to find out the exact reason for this issue. I have try to install more than 2 or 3 extension always have the same problem so I have changes the approach and its works well for me.