Closed DenisRomanovsky closed 9 years ago
I will take a look on it soon. Could you print me your all stacktrace ?
Hello!
I`ve attached the log to the ticket.
I do appreciate your help.
Are you on refinerycms github master latest commit ? If yes, it could a problem with recent changes on refinery, i know there was changes on resource picker and icon font :
/home/denis/.rvm/gems/ruby-2.2.2/bundler/gems/refinerycms-a1e295b4d534/core/app/helpers/refinery/tag_helper.rb:40:in `action_icon_label'
/home/denis/.rvm/gems/ruby-2.2.2/bundler/gems/refinerycms-a1e295b4d534/core/app/helpers/refinery/tag_helper.rb:19:in `action_icon'
/home/denis/.rvm/gems/ruby-2.2.2/bundler/gems/refinerycms-a1e295b4d534/core/app/views/refinery/admin/_resource_picker.html.erb:23:in `__home_denis__rvm_gems_ruby_______bundler_gems_refinerycms_a_e___b_d____core_app_views_refinery_admin__resource_picker_html_erb___1291213502574157277_69851186567860'
Yes, I`m using edge version of cms. So is it better to go back to 2.1.5 ?
No, refinerycms-products is not compatible with 2.1.5 and refinerycms 3.x is closed to be released. The best is to find a little time to update this extension ;)
The problem is due to the _resource_picker partial in refinerycms not in refinerycms-products, @parndt has made a revert to fix this bug : https://github.com/refinery/refinerycms/commit/441d60576db5448d8992d1c4932543a179c6abce
It remains a bug when you want to remove a resource to a product, it should be fixed soon, it's not a critical bug.
Many thanks for your help!
Hello,
I am trying to install Products to new refinerycms project. When the module is intalled, migration is ran and db:seed is done, I am trying to create a new product from admin panel, but the following issue occurs:
No route matches {:action=>"new", :controller=>"refinery/products/admin/products", :locale=>:en}
I am using rails 4.2.0 , because Products require refinery_page_images , which does not work on rails 4.1.8. I`m also using ruby 2.2.2. No other modules are installed - only default for refinerycms .
I`ve tried reinstalling rails, ruby , started the entire project from scratch, but nothing helps.
Stack trace: