Magento – 404 page for magento connect

magento-1.9

I want to use magento connect to install a plugin. I am receiving a 404 page when i try to open it.

I tried to

1] delete the files from var/cache

2] check if the following values on database are correct according to those instructions:

UPDATE `core_store` SET store_id = 0 WHERE code='admin';
UPDATE `core_store_group` SET group_id = 0 WHERE name='Default';
UPDATE `core_website` SET website_id = 0 WHERE code='admin';
UPDATE `customer_group` SET customer_group_id = 0 WHERE customer_group_code='NOT 

I appreciate any help regarding this.

Best Answer

Alex , Try to provide the Permission

Change permission of Directory /downloader/ set to 755 and file /downloader/index.php set to 644. This method works for me .

Did you Upgraded Magento ?

Related Topic