Content
You are here:
[Solved] Error Spent Time
Added by Douglas Leonardo over 9 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)
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
Thank you for your answer, the problem occurs in two versions, I installed manually.
I did the installation again and the problem continues.
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.
Thanks Markus, I installed using manual instalation, follow the link to download the folder
net.arcadian.com.br/downloads/open.zip
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.
Hi folks, the topic is marked with [Solved] but where is the solution ? edit de source files and change the path ?
Thanks,
Walter