0
I had Redmine installed on a Ubuntu 12.04 server
I decided to upgrade the Redmine to the new version.
After following all the steps in this tutorial: http://goo.gl/yI0zE2
I’m getting the error message below.
How to proceed?
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot
load such file -- /var/www/redmine/../config/boot (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in
`require'
from /var/www/redmine/dispatch.fcgi:3:in `<main>'
[Thu Aug 14 15:28:21 2014] [warn] [client 10.0.0.120] (104)Connection
reset by peer: mod_fcgid: error reading data from FastCGI server,
referer: http://10.0.0.220/redmine/admin/projects
[Thu Aug 14 15:28:21 2014] [error] [client 10.0.0.120] Premature end of
script headers: dispatch.fcgi, referer:
http://10.0.0.220/redmine/admin/projects
The archive
/var/www/redmine/config/boot.rb
is there, right? In that case the problem is who does the require, is with an extra ".". You can check this out.?– Guilherme Bernal