pstuteville/magentor

Problems installing

elroyjetson opened this issue · 4 comments

I am not sure the gem is working or I am doing something incorrect. I can't seem to get this installed properly. Any assistance would be appreciated.

Finally got it install, gem didn't pick up magentor at first.

Now when I attempt to establish a connection I get the following error:

NameError: uninitialized constant Magento::Connection::Logger

Yup, I get the same issue on Ruby 1.8.7 and 1.9.2.

Cheers,

Marcus

The file lib/magento/connection.rb is missing a

require 'logger'

statement which causes magentor to choke and die with the error "uninitialized constant Magento::Connection::Logger".

Simply include that statement and rebuild the gem.

I got "uninitialized constant Magento::Product" and same error on all sub-modules. Is it related to this thread? Using Rails 3.1.3 and Ruby 1.9.2 here.