Question

I want to download the Magento Community Edition from this page

In the Full Release section I choose the zip version and click "Download".

It's open a window where I can login / register. I already have a user, so i'm logging in using my email and password and i'm redirected to "My Account" section.

On I once again click in the nav bar on Products -> Open Source / CE -> View available download -> choose zip version -> click "Download", it's opening again the login/register window.

I'm in loop... How can I download the Magento Community Edition?

Was it helpful?

Solution

Why not just direct him to the Download link for the ZIP version (Which is the one he's after)

Go to http://www.magentocommerce.com/downloads/assets/1.9.0.1/magento-1.9.0.1.zip in your browser. .... Dahhhh

OTHER TIPS

For the ones who didn't see the system:

Magento Version 1.x.y.z can be downloaded from

http://www.magentocommerce.com/downloads/assets/1.x.y.z/magento-1.x.y.z.zip

Works for Version smaller (not including) 1.9.2.0 The "problem" with versions 1.9.2.0+ is, that magento makes silent updates - changing code without changing the version number. But thankfully, they add the timestamp to the file now. So this system doesn't work anymore, but we now know the REAL version we download.

Thanks https://gist.github.com/piotrekkaminski/9bc45ec84028611d621e

1) First you need to generate download token. Login to your account on magento.com and generate it in Account Settings->Downloads Access Token

2) You will need your MAGEID as well. It is shown at the top-left in your account page.

3) curl -k https://MAGEID:TOKEN@www.magentocommerce.com/products/downloads/info/help

4) Profit!

Wondering why nobody mentioned https://github.com/OpenMage/magento-mirror

I am unable to re-create a login loop. It's likely you have a cookie or cache problem causing this issue.

However, you should be able to download the latest CE version of Magento via ssh or your local shell by running the following:

wget http://www.magentocommerce.com/downloads/assets/1.9.0.1/magento-1.9.0.1.tar.gz

More info here: http://www.magentocommerce.com/wiki/1_-_installation_and_configuration/installing_magento_via_shell_ssh

(or you can just point your browser to http://www.magentocommerce.com/downloads/assets/1.9.0.1/magento-1.9.0.1.tar.gz ;)

Well, since mage doesn't have a generic latest.tar.gz link - the current latest is now http://www.magentocommerce.com/downloads/assets/1.9.1.1/magento-1.9.1.1.tar.gz - hopefully they remedy the link situation w/ M2

To download all magento 2 releases one can follow :

https://github.com/magento/magento2/releases

In case you try to download the latest 1.x version nowadays, to get the latest version you can go to https://magento.com/tech-resources/download click on 'Release Archive' and look for 'Downloader - 1.x' (waay down, bottom half of the page).

DON'T do what i did and go looking for a specific 1.x version number like 1.9.3.9 or sth. because you WON'T find that on the official page.

There is a downloader that will automagically download the latest 1.x version for you, thats what you have to get, the DOWNLOADER.

If you want a SPECIFIC 1.x version, go to https://github.com/OpenMage/magento-mirror, as the name says they are a mirror for the Magento 1.x releases.

TL;DR

You can't download specific 1.x versions from the Magento.com page anymore, for the latest version get the 'Downloader 1.x' from the oficial page here, or go to OpenMage which is an unoficial mirror for all 1.x releases.

Security patches can be found in Magento patches mirror repository – https://github.com/akai-z/magento1-open-source-patches

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top