I have been trying to install DMSF plugin. Everything seems to go correctly: I install file from zip or cvs and do "db:migrate:plugin" without errors.
After I start webserver, login to chiliproject, and then try to access Activity tab or user's "My profile" page, I get an internal error page.
In the log there is:
"Processing UsersController#show (for 192.168.13.49 at 2012-02-13 23:20:36) [GET]
Parameters: {"action"=>"show", "id"=>"3", "controller"=>"users"}
NoMethodError (undefined method `journal_class_name' for Object:Class):
lib/redmine/activity/fetcher.rb:83:in `events'
lib/redmine/activity/fetcher.rb:82:in `each'
lib/redmine/activity/fetcher.rb:82:in `events'
lib/redmine/activity/fetcher.rb:81:in `each'
lib/redmine/activity/fetcher.rb:81:in `events'
app/controllers/users_controller.rb:69:in `show'
/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
Rendering /usr/share/chiliproject/public/500.html (500 Internal Server Error)"
I have seen "undefined method `journal_class_name' for Object:Class)" error in different places but still no solution to that.
What could be wrong here?