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

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. [Solved] Error Spent Time

[Solved] Error Spent Time

Added by Douglas Leonardo about 10 years ago

Hello, I’m having the following error as described below when I try to list the times of a work package.
I am also attaching a video I made reproducing the error.
I checked and the file exists.
I 2 OpenProject’s, one is in version 4.0.4 and 4.0.10 other is in the 2 present the problem

Errno::ENOENT (No such file or directory @ rb_sysopen - app/views/timelog/index.rabl):
app/controllers/timelog_controller.rb:74:in `block (2 levels) in index’
app/controllers/timelog_controller.rb:66:in `index’


Replies (7)

RE: Error Spent Time - Added by Markus Kahl about 10 years ago

Hey,

you only have the problem in the OpenProject 4.0.10 installation?
How did you install it? By hand from source or using one of the packages using yum or apt-get?

~ Markus

RE: Error Spent Time - Added by Douglas Leonardo about 10 years ago

Thank you for your answer, the problem occurs in two versions, I installed manually.

RE: Error Spent Time - Added by Douglas Leonardo about 10 years ago

I did the installation again and the problem continues.

RE: Error Spent Time - Added by Markus Kahl about 10 years ago

How exactly did you do the installation? Did you just check it out from github?
Can you maybe upload the openproject folder zipped somewhere so I can have a look?

Or maybe we can have a little debug session where you share your screen (e.g. via appear.in) so I can have a look.
Feel free to join us on gitter.im and contact me there (@machisuji) so we can speed things up a bit.

RE: Error Spent Time - Added by Douglas Leonardo about 10 years ago

Thanks Markus, I installed using manual instalation, follow the link to download the folder

net.arcadian.com.br/downloads/open.zip

RE: Error Spent Time - Added by Douglas Leonardo about 10 years ago

Markus,

I solved by changing the value of a file field openproject/app/controllers/timelog_controller.rb:
Field: gon.rabl “app / views / TimeLog / index.rabl”
to
gon.rabl “/home/openproject/openproject/app/views/timelog/index.rabl”
that is, put the full path.

RE: [Solved] Error Spent Time - Added by Deleted user about 10 years ago

Hi folks, the topic is marked with [Solved] but where is the solution ? edit de source files and change the path ?

Thanks,

Walter

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