Project

General

Profile

Actions

Defect #2700

closed

TypeError (can't modify frozen string)

Added by Stefan Urbanek about 15 years ago. Updated about 15 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Start date:
2009-02-08
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

I am getting:

TypeError (can't modify frozen string):
    /app/controllers/settings_controller.rb:44:in `<<'
    /app/controllers/settings_controller.rb:44:in `edit'
    /app/controllers/settings_controller.rb:22:in `index'

when trying to access '/settings'.

I am running the application using Passenger with URI my_server/projects. In environment.rb I have set:

config.action_controller.relative_url_root = '/projects'

when I remove the line and run the Redmine application using scripts/server everything works just fine.

Actions

Also available in: Atom PDF