Defect #14177
closed
No Help Button / Link to Wiki Syntax displayed as plain text
0%
Description
The button tool bar above the text editor (used by the wiki, settings, etc) doesn't display the help button as a question mark. Instead, the plain text message /help/wiki_syntax.html is displayed near to the right border above the text editor. This problem has begun after updating version 2.1.0 to version 2.3.1. The default theme is activated. There are no plugins or other themes installed. The browsers don't indicate any network problems or JavaScript bugs. This problem can be reproduced with Safari, Chrome and Firefox (current versions).
Redmine Environment¶
Redmine version 2.3.1.stable
Ruby version 1.9.3 (x86_64-linux)
Rails version 3.2.13
Environment production
Database adapter Mysql2
Screenshot¶

Files
Updated by Anonymous over 12 years ago
- Status changed from New to Resolved
I'm sorry, this was my fault. I've installed the update in a new directory as recommended in the update instructions. If you use Nginx, Apache, or another web server as a proxy in front of Thin it will be necessary not only to update the configuration of Thin but also the configuration of Nginx (or Apache). Nginx or Apache must be informed about the document root, which is Redmine's public folder containing the static HTML, JavaScript and media files. I've forgotten to change that path, thus Nginx served the static files of the old software version.
Updated by Toshi MARUYAMA over 12 years ago
- Status changed from Resolved to Closed
- Resolution set to Invalid
Thank you for your feedback.