Restream / redmine_tagging

Add simple tagging support to Redmine Issues/Wiki pages
113 stars 52 forks source link

SQLite error when creating a new issue #22

Closed jdnavarro closed 12 years ago

jdnavarro commented 12 years ago

After following the installation instructions and not having any issue doing the migrations, when I create an issue I get this error:


Processing IssuesController#new (for 127.0.0.1 at 2011-09-12 18:04:57) [GET] Parameters: {"project_id"=>"testproject", "action"=>"new", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/new

ActionView::TemplateError (Could not find table 'taggings') on line #38 of app/views/issues/_form.rhtml: 35:

36: <% end %> 37: 38: <%= call_hook(:view_issues_form_details_bottom, { :issue => @issue, :form => f }) %> 39: 40: <%= wikitoolbar_for 'issue_description' %>

lib/redmine/hook.rb:63:in `send'
lib/redmine/hook.rb:63:in `call_hook'
lib/redmine/hook.rb:63:in `each'
lib/redmine/hook.rb:63:in `call_hook'
lib/redmine/hook.rb:60:in `tap'
lib/redmine/hook.rb:60:in `call_hook'
lib/redmine/hook.rb:144:in `call_hook'
app/views/issues/_form.rhtml:38:in `_run_rhtml_app47views47issues47_form46rhtml_locals_f_form_object'
app/views/issues/new.rhtml:7:in `_run_rhtml_app47views47issues47new46rhtml'
app/helpers/application_helper.rb:766:in `labelled_tabular_form_for'
app/views/issues/new.rhtml:3:in `_run_rhtml_app47views47issues47new46rhtml'
app/controllers/issues_controller.rb:133:in `new'
app/controllers/issues_controller.rb:132:in `new'
/home/danny/.rbenv/versions/1.8.7-p352/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/home/danny/.rbenv/versions/1.8.7-p352/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/home/danny/.rbenv/versions/1.8.7-p352/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/home/danny/.rbenv/versions/1.8.7-p352/lib/ruby/1.8/webrick/server.rb:162:in `start'
/home/danny/.rbenv/versions/1.8.7-p352/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/home/danny/.rbenv/versions/1.8.7-p352/lib/ruby/1.8/webrick/server.rb:95:in `start'
/home/danny/.rbenv/versions/1.8.7-p352/lib/ruby/1.8/webrick/server.rb:92:in `each'
/home/danny/.rbenv/versions/1.8.7-p352/lib/ruby/1.8/webrick/server.rb:92:in `start'
/home/danny/.rbenv/versions/1.8.7-p352/lib/ruby/1.8/webrick/server.rb:23:in `start'
/home/danny/.rbenv/versions/1.8.7-p352/lib/ruby/1.8/webrick/server.rb:82:in `start'

These are the versions of my gems:

actionmailer (2.3.11) actionpack (2.3.11) activemodel (3.1.0) activerecord (2.3.11) activeresource (2.3.11) activesupport (3.1.0, 2.3.11) arel (2.2.1) bcrypt-ruby (3.0.0) builder (3.0.0) git (1.2.5) i18n (0.6.0, 0.4.2) json_pure (1.5.4) multi_json (1.0.3) rack (1.1.1) rails (2.3.11) rails_sql_views (0.8.0) rake (0.9.2) rubyforge (2.0.4) rubygems-update (1.6.2) spruz (0.2.13) sqlite3 (1.3.4) sqlite3-ruby (1.3.3) tzinfo (0.3.29)