can not load such file - config / boot (LoadError) - redmine ruby

0

I had redmine installed on a ubuntu server 12.04
I decided to upgrade from redmine to the new version. After following all the steps in this tutorial: link
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
    
asked by anonymous 14.08.2014 / 20:52

1 answer

2

I solved the problem by uninstalling all the rubbish from redmine, ruby, gem, and all the modules, and reinstalling by following this tutorial:
link

    
15.08.2014 / 16:21