Project

General

Profile

Actions

Bug #1997

closed

xmera Omnia - Collection #1934: Fixing of several bugs

An ActionController::RespondToMismatchError occurred in welcome#robots:

Added by liaham about 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
Start date:
Due date:
% Done:

100%

Estimated time:
Affected Version:
Compatible Redmine Version:

Description

An ActionController::RespondToMismatchError occurred in welcome#robots:

  respond_to was called multiple times and matched with conflicting formats in this action. Please note that you may only call respond_to and match on a single format per action.
  app/controllers/application_controller.rb:592:in `render_error'

Actions #1

Updated by liaham about 1 year ago

  • Status changed from New to In Progress
  • Assignee set to liaham

To fix it, the route must be modified to:

get 'robots.:format', :to => 'welcome#robots', :constraints => {format: 'txt'}
Actions #2

Updated by liaham about 1 year ago

  • Target version changed from unplanned to 4.2.2
Actions #3

Updated by liaham about 1 year ago

Actions #4

Updated by liaham about 1 year ago

  • Project changed from xmera Omnia to Redmine
  • Category deleted (30)
  • Target version deleted (4.2.2)
Actions #5

Updated by liaham about 1 year ago

  • Status changed from In Progress to Closed
  • % Done changed from 0 to 100
Actions #6

Updated by liaham about 1 year ago

Bug is fixed in Redmine 5.0.8.

Actions

Also available in: Atom PDF