@chadalderson - you need to install some php bits and bobs. I don’t know how you do ‘yum install php-mcrypt’ on a MAc, but that is what you need to do.
I would be tempted to do a reinstall if I were you - you could save time that way.
@David - well done for understanding the instructions better than the rest of us! I had severe login problems and your tips here have helped immensely!
so i’m getting this exact error.
my hosting company told me not to type ./pear because it wasn’t working for me. just typing pear then the command seems to be working for me.
You have to use the magento version of pear - the system wide pear wont work.
Try this first:
cd magento chmod +x pear ./pear install -f magento-core/Mage_All_Latest
If the install doesn’t do anything (or only installs one package), try
./pear upgrade-all
HTH,
Vinai
EDIT: note to self: never hit post without rereading!
so i’m getting this Warning :
./pear install -f magento-core/Mage_All_Latest
:/srv/www/vhosts/......../httpdocs # ./pear install -f magento-core/Mage_All_Latest
warning: magento-core/Mage_All_Latest requires package “magento-core/Mage_Core_Modules” (version >= 1.3.0, version <= 1.3.0), installed version is 1.2.1.2
warning: magento-core/Mage_All_Latest requires package “magento-core/Mage_Core_Adminhtml” (version >= 1.3.0, version <= 1.3.0), installed version is 1.2.1.1
warning: magento-core/Mage_All_Latest requires package “magento-core/Interface_Adminhtml_Default” (version >= 1.3.0, version <= 1.3.0), installed version is 1.2.1.2
warning: magento-core/Mage_All_Latest requires package “magento-core/Interface_Frontend_Default” (version >= 1.3.0, version <= 1.3.0), installed version is 1.2.1
warning: magento-core/Mage_All_Latest requires package “magento-core/Interface_Install_Default” (version >= 1.3.0, version <= 1.3.0), installed version is 1.2.1
downloading Mage_All_Latest-1.3.0.tgz ...
Starting to download Mage_All_Latest-1.3.0.tgz (998 bytes)
....done: 998 bytes
install ok: channel://connect.magentocommerce.com/core/Mage_All_Latest-1.3.0
Install ok!!!! but still V1.2.1.2 !!
I try to upgrade Magento via Connector (stable)-->(magento-core/Mage_All_Latest) and got this message:magento-core/Mage_All_Latest is already installed and is the same as the released version 1.3.0
PEAR ERROR: install failed
so i’m getting this Warning :
./pear install -f magento-core/Mage_All_Latest
:/srv/www/vhosts/......../httpdocs # ./pear install -f magento-core/Mage_All_Latest
warning: magento-core/Mage_All_Latest requires package “magento-core/Mage_Core_Modules” (version >= 1.3.0, version <= 1.3.0), installed version is 1.2.1.2
warning: magento-core/Mage_All_Latest requires package “magento-core/Mage_Core_Adminhtml” (version >= 1.3.0, version <= 1.3.0), installed version is 1.2.1.1
warning: magento-core/Mage_All_Latest requires package “magento-core/Interface_Adminhtml_Default” (version >= 1.3.0, version <= 1.3.0), installed version is 1.2.1.2
warning: magento-core/Mage_All_Latest requires package “magento-core/Interface_Frontend_Default” (version >= 1.3.0, version <= 1.3.0), installed version is 1.2.1
warning: magento-core/Mage_All_Latest requires package “magento-core/Interface_Install_Default” (version >= 1.3.0, version <= 1.3.0), installed version is 1.2.1
downloading Mage_All_Latest-1.3.0.tgz ...
Starting to download Mage_All_Latest-1.3.0.tgz (998 bytes)
....done: 998 bytes
install ok: channel://connect.magentocommerce.com/core/Mage_All_Latest-1.3.0
Install ok!!!! but still V1.2.1.2 !!
I try to upgrade Magento via Connector (stable)-->(magento-core/Mage_All_Latest) and got this message:magento-core/Mage_All_Latest is already installed and is the same as the released version 1.3.0
PEAR ERROR: install failed
I have 1.2.1.2 installed. Have no SSH access and Magento Connect doesn’t function. Would overwriting current files with the files from 1.3.0 full package do the upgrade or do i need update for database tables as well?
@alva the database will be updated on the next load of your store, not the upgrade of the files. So you can try overwriting the installation. It might work (Backup...!)