Defect #14768
closedError 500 NoMethodError (undefined method `session_lifetime?' for #<Class:0x29ad5b78>):
0%
Description
Problems with starting Redmine 2.3.2
Redmine hosted on the FreeBSD 8.2 + Apache 2.2.25 (FastCGI method)
(http://www.redmine.org/projects/redmine/wiki/HowTo_configure_Apache_to_run_Redmine)
-------
ruby script/about log:
Environment:
Redmine version 2.3.2.stable.9240
Ruby version 1.9.3-p448 (2013-06-27) [i386-freebsd8]
Rails version 3.2.13
Environment production
Database adapter MySQL
Redmine plugins:
no plugin installed
-----------------
production.log:
Connecting to database specified by database.yml
Connecting to database specified by database.yml
OpenIdAuthentication.store is nil. Using in-memory store.
Creating scope :system. Overwriting existing method Enumeration.system.
OpenIdAuthentication.store is nil. Using in-memory store.
Creating scope :system. Overwriting existing method Enumeration.system.
Creating scope :sorted. Overwriting existing method Group.sorted.
Creating scope :sorted. Overwriting existing method Group.sorted.
Creating scope :sorted. Overwriting existing method User.sorted.
Creating scope :sorted. Overwriting existing method User.sorted.
Started GET "/" for 192.168.1.3 at 2013-08-25 23:44:58 +0000
Processing by WelcomeController#index as HTML
Completed 500 Internal Server Error in 26ms
NoMethodError (undefined method `session_lifetime?' for #<Class:0x29ad5b78>):
app/controllers/application_controller.rb:64:in `session_expired?'
app/controllers/application_controller.rb:53:in `session_expiration'
Updated by Daniel Felix over 12 years ago
- Status changed from Resolved to Closed
- Resolution set to Invalid