Try this may be its use full to you. It solved my problem.
Go to downloader/lib/Mage/Archive/Helper/File/Gz.php in your Magento directory
and replace
"$this->_fileHandler = @gzopen($this->_filePath, $mode);"
with
"$this->_fileHandler = @gzopen64($this->_filePath, $mode);"
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When ever I try to install some extension using magento connect, it stuck at:
Checking dependencies of packages
and nothing else.
Anybody please help.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For this, check each and every folder of Magento if it has proper permission and then try again.
For Proper permission you can run Magento Cleanup file and then try again.
200+ Premium Magento 2 Extensions Need help? Hire Magento Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For this, check each and every folder of Magento if it has proper permission and then try again.
For Proper permission you can run Magento Cleanup file and then try again.
200+ Premium Magento 2 Extensions Need help? Hire Magento Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento connect stucks at Checking dependencies of packages
Thank you for reply, Yes I think this is permission issue, can you please share some link where I can find folder permissions for magento ?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento connect stucks at Checking dependencies of packages
Hi @afteredge1, have you seen our documentation on permissions? http://devdocs.magento.com/guides/m1x/install/installer-privileges_after.html
Developer Relations, Adobe Experience Cloud
Problem solved? Click Accept as Solution!
Still stuck? Check out our documentation: https://magento.com/resources/technical
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento connect stucks at Checking dependencies of packages
Hello Sherrie,
Thank you for posting permissions link, I was looking for it.
Kind Regards,
Ahsan Riaz
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento connect stucks at Checking dependencies of packages
No problem @afteredge1, did that resolve the issue for you?
Developer Relations, Adobe Experience Cloud
Problem solved? Click Accept as Solution!
Still stuck? Check out our documentation: https://magento.com/resources/technical
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento connect stucks at Checking dependencies of packages
I'm having the same problem, I set the permissions as documented in the Magento docs and I still have this problem.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento connect stucks at Checking dependencies of packages
Hi @stevesobol, there are a couple of workarounds mentioned here that may help: http://magento.stackexchange.com/questions/24120/unable-to-install-any-extension-using-magento-conne... it will also link you through to some tips on debugging your Magento install.
Developer Relations, Adobe Experience Cloud
Problem solved? Click Accept as Solution!
Still stuck? Check out our documentation: https://magento.com/resources/technical
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento connect stucks at Checking dependencies of packages
@sherrie -- Thanks! We have a winner! From the stackexchange post:
Where can I go to file a bug so this problem gets permanently fixed?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento connect stucks at Checking dependencies of packages
Hi @stevesobol, happy to hear that fixed it for you!
You can report a bug at http://www.magentocommerce.com/bug-tracking; however, this bug is actually related to php distributions rather than Magento itself. See:
- https://bugs.php.net/bug.php?id=53829
- http://stackoverflow.com/questions/23417519/php-zlib-gzopen-not-exists
Developer Relations, Adobe Experience Cloud
Problem solved? Click Accept as Solution!
Still stuck? Check out our documentation: https://magento.com/resources/technical