spree-contrib / spree_drop_ship

Spree Drop Shipping Extension
BSD 3-Clause "New" or "Revised" License
104 stars 120 forks source link

couldn't find file 'store/spree_drop_ship (Spree 2.0.4) #55

Closed dblchu closed 9 years ago

dblchu commented 9 years ago

Hi,

Please i use spree 2.0.4 and installed drop_ship and now i'm getting the below error each time i load the page

Sprockets::FileNotFound in Spree/home#index

Showing /home/dblchu/.rvm/gems/ruby-2.1.0/bundler/gems/spree-eabfb1f75ae2/frontend/app/views/spree/shared/_head.html.erb where line #8 raised:

couldn't find file 'store/spree_drop_ship' (in /home/dblchu/MyStoreWeb/MyStore-production_master/app/assets/stylesheets/store/all.css:10)

Extracted source (around line #8):

5: <%== meta_data_tags %> 6: <%= canonical_tag %> 7: <%= favicon_link_tag image_path('favicon.ico') %> 8: <%= stylesheet_link_tag 'store/all', :media => 'screen' %> 9: <%= csrf_meta_tags %> 10: <%= javascript_include_tag 'store/all' %> 11: <!--[if lt IE 9]>

Trace of template inclusion: app/views/spree/layouts/spree_application.html.erb

Rails.root: /home/dblchu/MyStoreWeb/MyStore-production_master

JDutil commented 9 years ago

This doesn't work with your version which is not supported.

dblchu commented 9 years ago

Thanks for your reply. Please the feature I need is to send emails to suppliers of different products when their product is ordered. Do you know of any other extension i can use to achieve this. Or how I can adapt this to my own version of spree. How do i remove the extension from my project as i have removed from my Gemfile but its still there.

Hope I've not asked too much... Thank you

JDutil commented 9 years ago

Rollback the migrations, and remove the references in your stylesheet/javascript manifest files.