Actions
Defect #20105
closed!! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO
Status:
Closed
Priority:
Urgent
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
I've tried to install redmine on a current debian with thin and nginx.
Requests to the Url result in 502 Bad Gateway.
The thin log looks like this:
root@srv:/srv/nginx/foo/redmine# tail -f /var/log/thin/redmine.0.log !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO
Actions