Defect #9530
closedPreview link
0%
Description
During Issue/wiki_page creation/modification the preview link should display draft of the Issue/wiki_page before submition.
- The link stops to work after some time.
the reason is unknown, but then only simple posts (plain text - no links or text formatting) can be previewed
(maybe links to other sites/wiki_pages/files have something to do with this) - also after the submition the browser shows just blank page instead of the modified Issue/wiki
page needs to be refreshed or browsed into it again - after that the Issue/wiki_page is shown correctly - to fix this, we always need to restart the server
About your application's environment
Ruby version 1.8.7 (x86_64-linux)
RubyGems version 1.3.7
Rack version 1.1.1
Rails version 2.3.11
Active Record version 2.3.11
Active Resource version 2.3.11
Action Mailer version 2.3.11
Active Support version 2.3.11
Edge Rails revision unknown
Application root /opt/redmine-1.2.1
Environment production
Database adapter mysql
Database schema version 20110511000000
The log contains no errors
Updated by Etienne Massip over 13 years ago
How are RM pages served? Apache + Passenger? Is there some additional performance/cache Apache module installed such as Google's mod_pagespeed?
Updated by Hynek Uhlíř over 13 years ago
No, it's fresh install according to a manual RedmineInstall - RM pages are served by Mongrel - however, Webrick is doing the same problem.
Updated by Etienne Massip over 13 years ago
I think mongrel has its own logs, could you please check them?
Updated by Hynek Uhlíř over 13 years ago
- Status changed from New to Resolved
Well, it seems the problem occurs only when we run our server in non-daemon way. I still do not know the reason why (logs looks pretty normal), but we've tried both mongrel and webrick and in both cases the problem disappeared when we run it as daemon.
Because the non-daemon run was used only for test purposes and the server is running primarly as daemon, I'm changing the status of this issue to resolved.
Thanks everyone for help!
Updated by Etienne Massip over 13 years ago
- Status changed from Resolved to Closed
Thank you for your feedback.