Project

General

Profile

Redmine not able to show some image

Added by Shin Guey Wong almost 15 years ago

I am running a redmine with Jruby. Some of the image is not showing in redmine, I have no idea what causing this problem. Most of the image is a image with url reference which user can click on it to trigger some action.

I try to view the source of the page which not able to show image, it seems like the image url is wrong. Here is part of the source on my redmine which doesn't show image:

<a href="#" onclick="toggle_multi_select('status_id');; return false;" style="vertical-align: bottom;">
<img alt="Bullet_toggle_plus" src="/redmine/images/bullet_toggle_plus.png." /></a>

*I notice that the url for bullet_toggle_plug.png. is wrong, got extra "." there.

Here is the source I get from the redmine official website:

<a href="#" onclick="toggle_multi_select('status_id');; return false;" style="vertical-align: bottom;">
<img alt="Bullet_toggle_plus" src="/images/bullet_toggle_plus.png?1214140450" /></a>

My redmine installation is working fine. I can create new project, add new issue and do all kind of stuff. For the link which doesn't show image correct, it is still clickable and it still works fine. Anyone has any idea why I am having this issue?


Replies (4)

RE: Redmine not able to show some image - Added by Shin Guey Wong over 14 years ago

Has anyone see this issue before? This is really annoying for me because some image with action will not display. Any solution? I need to state that I am running with JRUBY on Apache Tomcat and access with IIS using tomcat ajk connector. So it is running on Windows Server 2003.

RE: Redmine not able to show some image - Added by Shin Guey Wong over 14 years ago

ok, nobody reply still. God bless it is an open source, I already solve this problem myself by doing a monkey patching, but hey, I will not tell the solution here because it is only "MY PROBLEM".

RE: Redmine not able to show some image - Added by Chris Grieger over 14 years ago

Maybe nobody has faced this problem until now... If you discover a bug or would like to request a feature, opening an issue in the according tracker is the way to go i think.

Sharing your work / patch with the community would still be great.

Regards,
Chris

RE: Redmine not able to show some image - Added by Sigfrido Iglesias over 14 years ago

Hi. I'm having the same problem. All the icons/pictures/images redmine usually has I cannot get now. I'm running ubuntu (jaunty) and followed the installation instructions given in the wikies. I installed the latest version of redmine (0.8.4 ). It is a fresh install, no update was done. Also, I'm running ruby 1.8.7, rails 2.2.2 and using lighttpd. I didn't have this problem before at another installation I made, with a previous release of redmine. I read the post by Shin Guey. I would be good if you can share what you did.

Thanks in advance to anyone who can help.

Regards,

Sigfrido.

    (1-4/4)