I want to use Magento Connect to install a plugin. I am receiving a 404 page when I try to open it.
-
when did you receive the 404 error? when you are going to open installed plugin or when you are opening magento connect manager from system-->magento connect? – Teja Bhagavan Kollepara Aug 30 '16 at 06:52
3 Answers
Maybe your admin/developers did their job and either removed or protected the connect manager.
It's
1.) a potential security risk .
2.)And untested extensions might break your site.
That's why you should not use the connect manager directly on a production site.
Instead download the extension to a development site, test it, then move the code to production. To download it without the connect manager, you can use this tool: http://freegento.com/ddl-magento-extension.php
- 65,791
- 25
- 187
- 421
in the worst case, if you want immediate solution , Alternatively you can install the extension through FTP (like FileZilla). You can paste the extension key in this unofficial link and you can download the extension files. Let me know if you find any problems in this.
Note : As this is unofficial 3rd party site, there is no guarantee about security. but i tested many extensions, i did't faced any security problems....
- 3,816
- 5
- 32
- 69
- 3,167
- 16
- 83
- 221
Try below steps:
- Change permission of Directory /downloader/ set to 755
- Change permission of file /downloader/index.php set to 644.
- Refresh the cache and delete the previous session.
I hope this will solve your problem. If problem still persists, please let me know.
- 9,951
- 7
- 27
- 55
-
-
Have you tried to access magento connect manager by hitting URL
http://yourstoreurl/downloader/? – Mohit Kumar Arora Aug 30 '16 at 06:11 -
Are you getting same error while accessing by direct URL also? – Mohit Kumar Arora Aug 30 '16 at 06:12
-
-
Does downloader folder exist in magento root folder? Please compare folder content with fresh copy of magento. – Mohit Kumar Arora Aug 30 '16 at 06:15
-
Also check whether downloader folder contains .htaccess file. If yes, take backup of it and remove. Now check magento connect in the browser. – Mohit Kumar Arora Aug 30 '16 at 06:16
-
-
1Then it would be better to either go with solution of @babyinmagento, or may be reset file permissions of whole magento. – Mohit Kumar Arora Aug 30 '16 at 06:31
-
-
Please visit http://www.kathirvel.com/magento-setup-file-folder-permissions/ for more information. – Mohit Kumar Arora Aug 30 '16 at 06:43