I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

Bug #2331

Updated by Andriy Lesyuk over 6 years ago

1.choose the project section for project
2.the wiki module show error.

<pre>
Started GET "/redmine/projects/redmine/wiki" for 127.0.0.1 at 2014-09-15 13:06:41 +0800
Processing by WikiController#show as HTML
Parameters: {"project_id"=>"redmine"}
Current user: admin (id=1)
Rendered plugins/redmine_image_clipboard_paste/app/views/wiki/edit.html.erb within layouts/base (15.6ms)
Completed 500 Internal Server Error in 31.2ms

ActionView::Template::Error (':parent' is not an ActiveModel-compatible object that returns a valid partial path.):
1: <%= javascript_include_tag 'image_paste.js', :plugin => 'redmine_image_clipboard_paste' %>
2: <%= render :parent, {:you_can_pass => :locals} %>
app/controllers/wiki_controller.rb:73:in `show'
</pre>

Back

Terms of use | Privacy policy