Reputation: 598
I am trying to install one extension using magento connect but the error I am getting :
Connection Error try again later.
I am using extension key
http://connect20.magentocommerce.com/community/Mageix_ExtensionManager
Upvotes: 0
Views: 1809
Reputation: 1
Installing yum install php-xml
and restarting nginx worked for me.
Upvotes: 0
Reputation: 155
Check the compatibility of the extension
Flush the cache in magento connect and check
Upvotes: 0
Reputation: 492
I was just hit with this error - turns out the live server I had just moved the site too didn't have DOMDocument support in PHP. A quick yum install php-xml
and restart of Apache fixed it!
Upvotes: 1