Having issues upgrading to Magento 1.3.1

Magento 1.3.1 was just released with a few new features and bug fixes. I decided to upgrade my test environment for a client site that is launching soon. Going through Magento Connect I get the following errors: magento-core/mage_core_adminhtml requires package “magento-core/Mage_Core_Modules” (version >= 1.3.0, version <= 1.3.0), downloaded version is 1.3.1 … Install Errors No [...]

Posted on April 19, 2009 at 9:11 am by nickdenardis · Permalink · Leave a comment
In: magento · Tagged with: , , , ,

Fixing: uninitialized constant Gem::GemRunner (NameError) – Ubuntu

After upgrading to the newest version of rails (2.2.2) I was getting this error: administrator@shuttle:~/$ gem -v /usr/bin/gem:10:Warning: Gem::manage_gems is deprecated and will be removed on or after March 2009. /usr/bin/gem:23: uninitialized constant Gem::GemRunner (NameError) Anytime I called “gem” I would get this error and could not get past. Here is the fix administrator@shuttle:~/$ sudo [...]

Posted on November 29, 2008 at 10:41 am by nickdenardis · Permalink · 23 Comments
In: rails · Tagged with: , , ,