Project

General

Profile

Forums Internal Error when trying to click on main topic

Added by Dave Birchak about 11 years ago

Hello,
I have just enabled forums in a project and created a new topic as administrator. When I click on the topic I receive an Internal error.

Internal error
An error occurred on the page you were trying to access.
If you continue to experience problems please contact your Redmine administrator for assistance.
If you are the Redmine administrator, check your log files for details about the error.
Looking at the logs when I receive this error I see the following.
Completed 200 OK in 60ms (Views: 44.8ms | ActiveRecord: 7.4ms)
Started GET "/tickets/projects/13/boards/1" for 10.59.160.188 at 2013-06-19 1
Processing by BoardsController#show as HTML
Parameters: {"project_id"=>"13", "id"=>"1"}
Current user: dbircha (id=12)
DEPRECATION WARNING: #watcher_tag is deprecated and will be removed in Redmin
Rendered plugins/redmine_questions/app/views/questions/_form_tags.html.erb
Rendered plugins/redmine_inline_attach_screenshot/app/views/attachments/_fo
Rendered plugins/redmine_questions/app/views/messages/_form.html.erb (8.9ms
Rendered plugins/redmine_questions/app/views/questions/_topic_list.html.erb
Rendered plugins/redmine_questions/app/views/boards/show.html.erb within la
Completed 500 Internal Server Error in 32ms

ActionView::Template::Error (Unknown key: action):
23: <% params[:controller] = 'questions'
24: params[:action] = 'topics'
25: >
26: <p class="pagination"><
= pagination_links_full @topic_pages, tO tO
27: <% end >
28: <
else >
29: <p class="nodata"><
= l(:label_no_data) %></p>
lib/redmine/pagination.rb:169:in `pagination_links_each'
lib/redmine/pagination.rb:157:in `pagination_links_full'
app/controllers/boards_controller.rb:55:in `block (2 levels) in show'
app/controllers/boards_controller.rb:37:in `show'

Redmine Information
--------------------------
Environment:
Redmine version 2.3.1.stable
Ruby version 1.9.2 (x86_64-linux)
Rails version 3.2.13
Environment production
Database adapter Mysql2
Redmine plugins:
AgileDwarf 0.0.3
redmine_charts2 0.2.1
redmine_ckeditor 1.0.4
redmine_default_assign 0.2.0
redmine_gsc_plantillas 0.1.0
redmine_inline_attach_screenshot 0.4.2
redmine_issue_checklist 2.0.5
redmine_knowledgebase 3.0.0-devel1
redmine_people 0.1.6
redmine_projectstyle 0.0.2
redmine_questions 0.0.4

Any ideas or suggestions?

Thank you,
Dave


Replies (1)

RE: Forums Internal Error when trying to click on main topic - Added by Jan Niggemann (redmine.org team member) about 11 years ago

I'd say that's an error in the redmine_questions plugin., try to contact the author and / or check if there's an update version...

    (1-1/1)