zipme / redmine_lightbox

Lightbox for image attachments
MIT License
116 stars 118 forks source link

ActionController::RoutingError #14

Closed LuisSerrano closed 13 years ago

LuisSerrano commented 13 years ago

Inside the redmine log I watch a lot o fails like this with all the ligtyhbox images

ActionController::RoutingError (No route matches "/projects/redmineexaple/issues/images/fancy_shadow_se.png" with {:method=>:get}): passenger (3.0.2) lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'...

didnotwrite commented 13 years ago

I am also encountering this error.

LuisSerrano commented 13 years ago

Any news ?

LuisSerrano commented 13 years ago

Any news ?

LuisSerrano commented 13 years ago

I think this problems is solved, edit all the reference to the images and delete the ' ' in the file assets/stylesheets/jquery.fancybox-1.3.4.css

Example:

from url('../images/fancybox.png')

to

url(../images/fancybox.png)

All the image references url and src

LuisSerrano commented 13 years ago

Sorry I was wrong, the solution is this

https://github.com/zipme/redmine_lightbox/issues/20, thankyou Zipme