-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
throws 500 internal server error in Bitnami 1.2.1 #26
Comments
just wanted to let you know that this plugin is great and can be really helpful for us if we can get it to work. |
You may have to upgrade your redmine to the lastest version or use the last version of this plugin, You can download the last version here https://github.com/zipme/redmine_lightbox/zipball/7cd1d66d54f267015dcd0b0d0eadab251918de1d You can also check this commit for more info about this change: edavis10/redmine@885605b |
WOW!! it works. Thank you so much. i just checked with existing and new issues. thanks again for the prompt response. i'm delighted. |
Hello, I'm having the same issue, i am on the latest revision of the plugin and on Redmine 1.2.2.devel (MySQL) (i don't want to update to 1.3.0 yet) here are some infos on my environment About your application's environment About your Redmine plugins |
Same here! |
same experience with chili-project 3.0 if that's of any interest ;) |
For those on Chiliproject, There is a difference in the way that Chiliproject is treating the attachments_path, I solved it simply here => f656abb593f181773c4af0eabd083acc6e59caf6 Don't know if zipme wants to pull this into a chiliproject branch until the two are merged, or not. That's the authors choice. Best, Ben |
I suppose the above would likely solve it in older versions of Redmine, but I have not confirmed. |
Using Chiliproject, we had the same trouble, I can confirm the modification provided solve the issue for us thanks. |
I installed this in bitnami 1.2.1 stack, ran a db:migrate and restarted
now i get a 500 internal server error whenever i try to open an existing issue or create a new one with attachment
existing issues without attachments work fine though.
here is the log
Processing IssuesController#show (for 172.30.5.10 at 2011-12-12 21:20:36) [GET]
Parameters: {"action"=>"show", "id"=>"139", "controller"=>"issues"}
Rendering template within layouts/base
Rendering issues/show.rhtml
ActionView::TemplateError (undefined method `attachment_path' for #ActionView::Base:0x6671760) on line #12 of vendor/plugins/redmine_lightbox/app/views/attachments/_links.rhtml:
9: <% end -%>
10:
11: <% if options[:deletable] %>
12: <%= link_to image_tag('delete.png'), attachment_path(attachment),
13: :confirm => l(:text_are_you_sure),
14: :method => :delete,
15: :class => 'delete',
Rendering C:/Program Files/BitNami Redmine Stack/apps/redmine/public/500.html (500 Internal Server Error)
The text was updated successfully, but these errors were encountered: