fernandokosh / redmine_time_tracker

A time tracker plugin for Redmine
Other
203 stars 141 forks source link

undefined method `time_logger_for' #98

Closed RazZziel closed 9 years ago

RazZziel commented 9 years ago

I've just installed time_logger from git on a Redmine installed from Mercurial branch 2.5-stable on Debian 7, and right after installing the plugin, every page in my Redmine errors out.

I installed it using these commands:

cd plugins/
git clone https://github.com/speedy32129/time_logger.git
cd ..
bundle install
bundle exec rake redmine:plugins:migrate RAILS_ENV=production

The error I receiving when loading, for instance, an issue, is:

undefined method `time_logger_for'

Complete backtrace: http://pastebin.com/raw.php?i=5D5ZNSNt

RazZziel commented 9 years ago

Sorry, wrong plugin!!