magento: no able to install extension through magentoconnect

Error:
Checking dependencies of packages
Installing package community/m2epro_ebay_magento 6.2.2

CONNECT ERROR: Failed to open file /home/XXXXXXXX/public_html/XXXXXXXX/downloader/.cache/community/m2epro_ebay_magento-6.2.2/app/code/community/Ess/M2ePro/Block/Adminhtml/Wizard/InstallationEbay/Installation/ModeConfirmation/

 

Checklist:

1) Turn of Magento Compilation

2) Turn on Magento’s Cache

3) Install the Extension

4) Refresh Magento’s Cache

5) Logout and Again Login

6) Rerun Magento’s Compilation Process

 

Will proceed with manual inatallation Manual Installation

 

MANUAL INSTALLATION

Follow the manual section of the followint tutorial

http://gotgroove.com/ecommerce-blog/magento-development/developer-toolbox-a-guide-for-installing-magento-extensions/

One this I need to add is that before Clearing Cache, you need to recompile (System--> Tools--> Compilation--> Run Compilation Process) otherwise when you Clear Cache your site will become un-accesible.

 

Additional Notes

Problems with Mage.

When I run .mage download ---> Please initialize Magento Connect installer by running:  ./mage mage-setup

Solution ---> http://www.magentocommerce.com/boards/viewthre2010-04-29+05:53:44/viewthread/301933/

Specific Solution Important Information:

Another solution: in downloader/mage.php

Paste the following:

if (!defined('STDIN'))
{
define('STDIN', fopen('php://stdin', 'r'));
}
if (!defined('STDOUT'))
{
define('STDOUT', fopen('php://stdout', 'w'));
}
if (!defined('STDERR'))
{
define('STDERR', fopen('php://stderr', 'w'));
}

Before :

if (defined('STDIN') && defined('STDOUT') && (defined('STDERR'))) {

Leave a Reply

Your email address will not be published. Required fields are marked *