Archive: tar gz

 

Posts Tagged ‘tar gz’


As some community members reported there was a problem with one of the PEAR packages published for the 1.4.1.1 release. The problem is fixed on our PEAR channels. But if you already downloaded or upgraded your installation and are experiencing the issue you will need to apply the following patch: Click on your desired format [...]



 

Very cool: #!/bin/bash echo -p “** PLEASE ENTER THE LATEST MAGENTO VERSION NUMBER (e.g 1.4.0.1) VERSION:” read VERSION STR=”magento-”$VERSION”.tar.gz” wget “http://www.magentocommerce.com/downloads/assets/$VERSION/$STR” Get latest Magento version script Possibly Related Posts: Magento get configurable product from simple product even if config product is disabled Observer for removed items in the cart How to export Collection to csv [...]