|
My app/Mage.php contains this:
‘major’ => ‘1’,
‘minor’ => ‘4’,
‘revision’ => ‘2’,
‘patch’ => ‘0’,
‘stability’ => ‘’,
‘number’ => ‘’,
Obviously my upgrade was not a happy one.
./mage install -f http://connect20.magentocommerce.com/community Mage_All_Latest
Error:
install: Argument should be: channelName packageName
./pear install -f magento-core/Mage_All_Latest
warning: pear/Console_Getopt requires PEAR Installer (version >= 1.9.1), installed version is 1.7.1
Also, this attempt downloads 18 tgz files before it chokes:
PHP Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 77 bytes) in /var/www/mywebsite/htdocs/downloader/pearlib/php/PEAR/PackageFile/v2.php on line 733
Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 77 bytes) in /var/www/mywebsite/htdocs/downloader/pearlib/php/PEAR/PackageFile/v2.php on line 733
Thanks for all the replies!
|