Some pictures are not displayed correctly
Added by Arnaud Lesauvage over 15 years ago
Hi all
Trying to get redmine working OK on a Win2003/IIS setup (not that easy actually...)
Everything looks good, BUT for two things- The ruby.exe process (pooled by fastcgi) sometimes dies unexpectedly. It happens when I submit a form, but it can be any form, as far as I can tell, but the same submission will not always crash the process.
Here is a log of a new announce that just crashed the process :Processing NewsController#new (for 10.0.0.100 at 2009-08-26 14:53:00) [POST] Session ID: 82e05683d2073f31154daf87848c4411 Parameters: {"project_id"=>"web", "commit"=>"Créer", "action"=>"new", "controller"=>"news", "news"=>{"title"=>"test", "description"=>"test\r\ntest\r\ntest\r\ntest", "summary"=>""}} Redirected to http://myredmineinstallation/projects/web/news Completed in 0.26600 (3 reqs/sec) | DB: 0.01600 (6%) | 302 Found [http://myredmineinstallation/projects/web/news/new]
And the production.log ends here.
Right after that, I tried the exact same announce creation, and this one worked :Processing NewsController#new (for 10.0.0.100 at 2009-08-26 14:58:05) [POST] Session ID: 82e05683d2073f31154daf87848c4411 Parameters: {"project_id"=>"web", "commit"=>"Créer", "action"=>"new", "controller"=>"news", "news"=>{"title"=>"test", "description"=>"test\r\ntest\r\ntest\r\ntest", "summary"=>""}} Redirected to http://myredmineinstallation/projects/web/news Completed in 0.23500 (4 reqs/sec) | DB: 0.01500 (6%) | 302 Found [http://myredmineinstallation/projects/web/news/new] Processing NewsController#index (for 10.0.0.100 at 2009-08-26 14:58:05) [GET] Session ID: 82e05683d2073f31154daf87848c4411 Parameters: {"project_id"=>"web", "action"=>"index", "controller"=>"news"} Rendering template within layouts/base Rendering news/index Completed in 0.07800 (12 reqs/sec) | Rendering: 0.04700 (60%) | DB: 0.01600 (20%) | 200 OK [http://myredmineinstallation/projects/web/news]
- Some images are not linked correctly and display the "alt" text instead. For instance on the "issues" tab, I see the "alt" text for Bullet_toggle_plus. The source is
<img alt="Bullet_toggle_plus" src="/images/bullet_toggle_plus.png.?1242551760">
. If I remove the "." after ".png.", it works.
Can anyone help on these issues ?
Thanks a lot !