-
Notifications
You must be signed in to change notification settings - Fork 52
Wiki page crashes #10
Comments
Hello, The latest version of the plugin, which enables the functionalities on wiki and forum pages, needs the gem "render_parent" to be installed. |
Can you post a fix please , I faced the same poblem tried gem install 'render_parent' , but error persist, or what would be the instruction to fix it, forums crash also all with similar problem ActionView::Template::Error (':parent' is not an ActiveModel-compatible object that returns a valid partial path.): trying to unistall renders the system unusable with an general error page Thanks in advance |
me too |
I am having the same problem as well. |
me too. crash still exists after render_parent is installed |
#14 - the same issue? |
Not sure if anyone is still looking for this but I experienced the same issue while upgrading from redmine 2.5 -> 3.0.3. The only way I was able to resolve the issue was to completly remove the /plugins/redmine_image_clipboard_paste/app/views/wiki directory and its subfiles. I was then able to edit the wiki again. I am using redmine_image_clipboard_paste v. 1.0.0 |
Workaround, by the way, is to:
It is now working like this just fine for me. |
After install the plugin, wiki page is not working.
Here is the exception thrown.
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'
I'm using the following version.
Redmine version 2.5.2.stable
Ruby version 1.9.3-p231 (2012-05-25) [i386-mingw32]
Rails version 3.2.19
The text was updated successfully, but these errors were encountered: