views:

51

answers:

1

As you can see at https://ssl.virtualweb.at/redmine/ i try to get Redmine up & running.

At the start i got this error: undefined method `mattr_accessor' for ActiveSupport::Deprecation:Module

Could someone be so nice an give some tipps how to get it to run?

t.i.a.

A: 

Can you give us a little more information? For example - can you go and look at the logs and find the full backtrace of the error that is occurring? Otherwise we don't know where the error is occurring. Then we can narrow it down a bit better

My best guess atm, though, is that you have the wrong version of ruby or rails or rake (or something similarly important). mattr_acessor is a fundamental method in ruby - so I'd start by reading the redmine docs to see what version of ruby you need.

Then go check if you've got that version installed... repeat with rails, required gems etc.

Taryn East