Actions
Defect #31428
closedGravatar can't be displayed when copy configration.yml.example to configration.yml
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Gravatar can't be displayed when copy config/configration.yml.example to config/configration.yml.
Steps to reproduce:- Copy configration.yml.example to make configration.yml
- Start redmine
- Enable "Use Gravatar user icons" setting
- Display issues/show
- Gravatar is not displayed and ActionController::RoutingError occurs
ActionController::RoutingError (No route matches [GET] "/avatar/982b6086063a22d85509455d8e31cca2"):
Cause:
The default for avatar_server_url is 'https://www.gravatar.com' by configuration.rb#L25.
However, the value of avatar_server_url is overwritten with nil because configuration.yml.example#L225 is not commented out.
#9112 is related.
Affected version: trunk.
Related issues
Actions