Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. [Solved] Can you Help me please File to import not found or unreadable: jquery.ui.all

[Solved] Can you Help me please File to import not found or unreadable: jquery.ui.all

Added by Idriss Belkhayat over 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)

RE: Can you Help me please File to import not found or unreadable: jquery.ui.all - Added by Idriss Belkhayat over 10 years ago

It working for me now

RE: Can you Help me please File to import not found or unreadable: jquery.ui.all - Added by Robin Wagner over 10 years ago

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

RE: [Solved] Can you Help me please File to import not found or unreadable: jquery.ui.all - Added by Idriss Belkhayat over 10 years ago

Plean can you help me on that :

Sprockets::FileNotFound: couldn’t find file ‘jquery.ui.all’

I try to move on production environnement.

RE: [Solved] Can you Help me please File to import not found or unreadable: jquery.ui.all - Added by Idriss Belkhayat over 10 years ago

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

RE: [Solved] Can you Help me please File to import not found or unreadable: jquery.ui.all - Added by Idriss Belkhayat over 10 years ago

Please wish version i need to install ?

for jquery-ui-rails

RE: [Solved] Can you Help me please File to import not found or unreadable: jquery.ui.all - Added by Robin Wagner over 10 years ago

Hi Idriss,

did you run

RAILS_ENV="production" bundle exec rake assets:precompile

?

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

RE: Can you Help me please File to import not found or unreadable: jquery.ui.all - Added by Idriss Belkhayat over 10 years ago

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.

RE: Can you Help me please File to import not found or unreadable: jquery.ui.all - Added by Robin Wagner over 10 years ago

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

  • (1 - 8/8)
Loading...