alexbevi / redmine_knowledgebase

A knowledgebase plugin for Redmine
452 stars 199 forks source link

Bitnami Redmine #388

Closed Kolenmi closed 1 year ago

Kolenmi commented 3 years ago

Hello, when I try to upload image, I get following message image

There is log file... ActionView::Template::Error (undefined method `thumbnail_path' for #<#:0x00007fb4055abd68> Did you mean? thumbnail_tag

thumbnail_url):
1: <h1><%= l(:label_new_article) %>: <%= link_to(h(@article.title), @article_url) %>
2: (<%=h @article.category.title %>)</h1>
3: 
4: <% if thumb = get_article_thumbnail_url_absolute( @article ) %>
5:   <p><img src="<%= thumb %>" alt="[Thumbnail]"></p>
6: <% end %>

Thank you

alexbevi commented 1 year ago

Closed via #406