Closed GoogleCodeExporter closed 9 years ago
This seems like db tables wasn't correctly created. Have you performed
db:migrate:plugins rake task? If you do, please check that table
dmsf_file_revisions exists in database
Original comment by vit.jo...@gmail.com
on 10 Dec 2011 at 7:47
Well, I did db:migrate:plugins rake task and it finished ok.
And the table dmsf_file_revisions exists in database.
There are also another dmsf tables in the database:
| dmsf_file_locks |
| dmsf_file_revision_accesses |
| dmsf_file_revisions |
| dmsf_files |
| dmsf_folders |
Original comment by pafcio...@gmail.com
on 11 Dec 2011 at 9:22
I changed Chiliproject from 2.5.0 to a clean 2.6.0 in a meanwhile.
I installed latest revision of DMSF plugin from svn.
Now when I click activity tab I get an internal error still.
But the error application log is different now:
"Processing ActivitiesController#index (for 192.168.13.49 at 2012-01-23
06:26:20) [GET]
Parameters: {"action"=>"index", "id"=>"test", "controller"=>"activities"}
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/activities_controller.rb:38:in `index'
/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)
Processing ActivitiesController#index (for 192.168.13.49 at 2012-01-23
06:26:20) [GET]
Parameters: {"action"=>"index", "id"=>"test", "controller"=>"activities"}
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/activities_controller.rb:38:in `index'
/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)"
Original comment by pafcio...@gmail.com
on 23 Jan 2012 at 5:27
Original issue reported on code.google.com by
pafcio...@gmail.com
on 10 Dec 2011 at 11:50