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. jquery.atwho cannot be found after default installation of OP 3.0

jquery.atwho cannot be found after default installation of OP 3.0

Added by kefeng chen almost 11 years ago

Hi all,

just for your information, I got the error message below after I tried to visit http://localhost:3000 or precompile the assets:

_Sprockets::FileNotFound: couldn’t find file ‘jquery.atwho’
(in /home/openproject/openproject/app/assets/javascripts/application.js.erb:16)_

It seems that there is a problem with the path of jquery.atwho.js

The jquery.atwho.rails will be installed under the path /.rvm/gems/ruby-2.1.0/gems/jquery-atwho-rails-0.5.0/lib/assets/javascripts/jquery.atwho/ after the default installation. However the rails searching path includes only the path/.rvm/gems/ruby-2.1.0/gems/jquery-atwho-rails-0.5.0/lib/assets/javascripts. Therefore the jquery.atwho.js cannot be found during the runtime.

Might be a bug???

BTW, I know nothing about ruby, rails or ruby on rails. If anything is wrong here, please just ignore it.


Replies (1)

RE: jquery.atwho cannot be found after default installation of OP 3.0 - Added by kefeng chen almost 11 years ago

The problem is solved after moved *.js from /.rvm/gems/ruby-2.1.0/gems/jquery-atwho-rails-0.5.0/lib/assets/javascripts/jquery.atwho/ to/.rvm/gems/ruby-2.1.0/gems/jquery-atwho-rails-0.5.0/lib/assets/javascripts/. Now OP is working!!!

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