Content
[Solved] Can you Help me please File to import not found or unreadable: jquery.ui.all
Added by Idriss Belkhayat about 10 years ago
Completed 500 Internal Server Error in 1258.8ms
ActionView::Template::Error (File to import not found or unreadable: jquery.ui.a
ll.
Load path: Sass::Rails::Importer(c:/Sites/openproject/app/assets/stylesheets/def
ault.css.sass)
(in c:/Sites/openproject/app/assets/stylesheets/default.css.sass)):
37:
<meta name="accessibility-mode" content="<%= current_user.impaired? %>
"
/>
38: <%= csrf_meta_tags %>
39: <%= favicon_link_tag ‘favicon.ico’ %>
40: <%= stylesheet_link_tag current_theme.stylesheet_manifest, :media => “al
l” %>
41: <% if User.current.impaired? && accessibility_css_enabled? %>
42: <%= stylesheet_link_tag ‘accessibility’ %>
43: <% end %>
app/assets/stylesheets/external.css.sass:30
app/assets/stylesheets/default.css.sass:33
app/views/layouts/base.html.erb:40:in `_app_views_layouts_base_html_erb__61095
9592_80024556’
Rendered e:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/actionpack-3.2.1
9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.9ms)
Rendered e:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/actionpack-3.2.1
9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.
9ms)
Rendered e:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/actionpack-3.2.1
9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within res
cues/layout (28.3ms)
Replies (8)
It working for me now
Hello Idriss,
great to hear it’s working properly now.
I’m marking this as solved. Should the error reappear please let us know.
Have a productive day!
Best,
Robin
Plean can you help me on that :
Sprockets::FileNotFound: couldn’t find file ‘jquery.ui.all’
I try to move on production environnement.
in application.js.erb i have :
//= require jquery.ui.all
in my gems folder i have :+1:
jquery-ui-rails-4.0.2
jquery-ui-rails-5.0.0
Thank you
Please wish version i need to install ?
for jquery-ui-rails
Hi Idriss,
did you run
?
Which version of OpenProject do you use?
When exactly does the error occur you experience?
There is a thread with a similar problem you may have a look at.
Best,
Robin
Hi Robin,
Finnaly the solution was to install https://github.com/joliss/jquery-ui-rails/releases/tag/v2.0.1
And delete all previous version of this gem.
All work now thank you very much.
I install on windows, if some need to install on windows i will be happy to help him.
Hi Idriss,
great to hear it’s working now. :)
Thank you for your kind offer to help others who have problems with the installation on Windows.
There are certainly quite a few users in the forum who would appreciate a little help. ;)
Have a nice day.
Best,
Robin