Project

General

Profile

Actions

Defect #4499

closed

Upgrade redmine to 0.9 gives error msg "uninitialized constant ActionController::AbstractRequest"

Added by Nicolas Sebrecht over 14 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-12-28
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

Upgrading from current stable to the current official git repository gives me the error "uninitialized constant ActionController::AbstractRequest".
Full log attached.

root@serveur:~/redmine# rails -v
Rails 2.3.5
root@serveur:~/redmine# gem -v
1.3.5
root@serveur:~/redmine# git show
commit 44a079fcd79b41e61b856e84197d9874f9fc4bb9
Author: Jean-Philippe Lang <jp_lang@yahoo.fr>
Date:   Sun Dec 27 11:57:13 2009 +0000

    Enlarge wiki content for MySQL databases (#1071).
    Limit changed from 64KB to 16MB.

    git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3254 e93f8b46-1217-0410-a6f0-8f06a7374b81
[...]
root@serveur:~/redmine#

The command

  rake db:migrate RAILS_ENV="production" 

looks OK.

Then, I've tried:

root@serveur:~/redmine# cp -Rf * /var/www/redmine/
root@serveur:~/redmine# cd /var/www/redmine
root@serveur:/var/www/redmine# chown -R redmine:redmine files log tmp
root@serveur:/var/www/redmine# chmod -R 755 files log tmp
root@serveur:/var/www/redmine# rake tmp:cache:clear
(in /var/www/redmine)
root@serveur:/var/www/redmine# rake tmp:sessions:clear
(in /var/www/redmine)

but this didn't help.


Files

error.html (17.1 KB) error.html Nicolas Sebrecht, 2009-12-28 17:50
Actions

Also available in: Atom PDF