# Logfile created on Fri Feb 05 13:47:25 +0530 2010
Processing WelcomeController#index (for 127.0.0.1 at 2010-02-05 14:13:45) [GET]
Parameters: {"action"=>"index", "controller"=>"welcome"}
Redirected to http://localhost/redmine/login?back_url=http%3A%2F%2Flocalhost%2Fredmine%2F
Filter chain halted as [:check_if_login_required] rendered_or_redirected.
Completed in 828ms (DB: 0) | 302 Found [http://localhost/redmine/]
Processing AccountController#login (for 127.0.0.1 at 2010-02-05 14:13:46) [GET]
Parameters: {"back_url"=>"http://localhost/redmine/", "action"=>"login", "controller"=>"account"}
Rendering template within layouts/base
Rendering account/login
Completed in 2875ms (View: 2266, DB: 0) | 200 OK [http://localhost/redmine/login?back_url=http%3A%2F%2Flocalhost%2Fredmine%2F]
Processing AccountController#login (for 127.0.0.1 at 2010-02-05 14:14:01) [POST]
Parameters: {"back_url"=>"http%3A%2F%2Flocalhost%2Fredmine%2F", "action"=>"login", "authenticity_token"=>"+dVjzJKCYYvEcHts7kRrAeleWefyvtGeETp9CcBnScw=", "username"=>"anand", "controller"=>"account", "password"=>"[FILTERED]", "login"=>"Login »"}
Rendering template within layouts/base
Rendering account/login
Completed in 2656ms (View: 2109, DB: 0) | 200 OK [http://localhost/redmine/login]
Processing AccountController#login (for 127.0.0.1 at 2010-02-05 14:14:14) [POST]
Parameters: {"back_url"=>"http%3A%2F%2Flocalhost%2Fredmine%2F", "action"=>"login", "authenticity_token"=>"+dVjzJKCYYvEcHts7kRrAeleWefyvtGeETp9CcBnScw=", "username"=>"admin", "controller"=>"account", "password"=>"[FILTERED]", "login"=>"Login »"}
Redirected to http://localhost/redmine/
Completed in 1719ms (DB: 47) | 302 Found [http://localhost/redmine/login]
Processing WelcomeController#index (for 127.0.0.1 at 2010-02-05 14:14:16) [GET]
Parameters: {"action"=>"index", "controller"=>"welcome"}
Rendering template within layouts/base
Rendering welcome/index
Completed in 5344ms (View: 4469, DB: 0) | 200 OK [http://localhost/redmine/]
Processing NewsController#show (for 127.0.0.1 at 2010-02-05 14:14:39) [GET]
Parameters: {"action"=>"show", "id"=>"1", "controller"=>"news"}
Rendering template within layouts/base
Rendering news/show
ActionView::TemplateError (Mysql::Error: Unknown column 'projects.lft' in 'where clause': SELECT * FROM `projects` WHERE (projects.`lft` <= NULL AND projects.`rgt` >= NULL) ORDER BY `lft` LIMIT 1) on line #44 of app/views/layouts/base.rhtml:
41:
<%= page_header_title %>
42:
43:
44: <%= render_main_menu(@project) %>
45:
46:
47:
app/models/project.rb:210:in `find'
D:1:in `__send__'
D:1:in `with_scope'
D:1:in `__send__'
D:1:in `with_scope'
D:1:in `__send__'
D:1:in `with_scope'
app/models/project.rb:347:in `shared_versions'
lib/redmine.rb:146
lib/redmine/menu_manager.rb:269:in `call'
lib/redmine/menu_manager.rb:269:in `allowed_node?'
lib/redmine/menu_manager.rb:239:in `menu_items_for'
lib/redmine/menu_manager.rb:238:in `each'
lib/redmine/menu_manager.rb:238:in `menu_items_for'
lib/redmine/menu_manager.rb:163:in `render_menu'
lib/redmine/menu_manager.rb:158:in `render_main_menu'
app/views/layouts/base.rhtml:44:in `_run_rhtml_app47views47layouts47base46rhtml'
Rendering rescues/layout (internal_server_error)
Processing WelcomeController#index (for 127.0.0.1 at 2010-02-05 14:15:03) [GET]
Parameters: {"action"=>"index", "controller"=>"welcome"}
Rendering template within layouts/base
Rendering welcome/index
Completed in 5250ms (View: 4563, DB: 0) | 200 OK [http://localhost/redmine/]
Processing ProjectsController#show (for 127.0.0.1 at 2010-02-05 14:15:10) [GET]
Parameters: {"action"=>"show", "id"=>"centralexcise", "controller"=>"projects"}
NameError (undefined local variable or method `lft' for #):
app/models/project.rb:325:in `rolled_up_trackers'
app/controllers/projects_controller.rb:133:in `show'
Rendering rescues/layout (internal_server_error)
Processing WelcomeController#index (for 127.0.0.1 at 2010-02-05 14:15:18) [GET]
Parameters: {"action"=>"index", "controller"=>"welcome"}
Rendering template within layouts/base
Rendering welcome/index
Completed in 2141ms (View: 1688, DB: 0) | 200 OK [http://localhost/redmine/]
Processing ProjectsController#index (for 127.0.0.1 at 2010-02-05 14:15:22) [GET]
Parameters: {"action"=>"index", "controller"=>"projects"}
ActiveRecord::StatementInvalid (Mysql::Error: Unknown column 'lft' in 'order clause': SELECT * FROM `projects` WHERE (projects.status=1) ORDER BY lft):
app/models/project.rb:210:in `find'
D:1:in `__send__'
D:1:in `with_scope'
app/controllers/projects_controller.rb:54:in `index'
app/controllers/projects_controller.rb:52:in `index'
Rendering rescues/layout (internal_server_error)
Processing WelcomeController#index (for 127.0.0.1 at 2010-02-05 14:15:48) [GET]
Parameters: {"action"=>"index", "controller"=>"welcome"}
Rendering template within layouts/base
Rendering welcome/index
Completed in 2156ms (View: 1672, DB: 0) | 200 OK [http://localhost/redmine/]
Processing AccountController#logout (for 127.0.0.1 at 2010-02-05 14:15:59) [GET]
Parameters: {"action"=>"logout", "controller"=>"account"}
Redirected to http://localhost/redmine/
Completed in 234ms (DB: 0) | 302 Found [http://localhost/redmine/logout]
Processing WelcomeController#index (for 127.0.0.1 at 2010-02-05 14:15:59) [GET]
Parameters: {"action"=>"index", "controller"=>"welcome"}
Redirected to http://localhost/redmine/login?back_url=http%3A%2F%2Flocalhost%2Fredmine%2F
Filter chain halted as [:check_if_login_required] rendered_or_redirected.
Completed in 500ms (DB: 0) | 302 Found [http://localhost/redmine/]
Processing AccountController#login (for 127.0.0.1 at 2010-02-05 14:16:00) [GET]
Parameters: {"back_url"=>"http://localhost/redmine/", "action"=>"login", "controller"=>"account"}
Rendering template within layouts/base
Rendering account/login
Completed in 906ms (View: 672, DB: 0) | 200 OK [http://localhost/redmine/login?back_url=http%3A%2F%2Flocalhost%2Fredmine%2F]
Processing AccountController#login (for 127.0.0.1 at 2010-02-05 14:16:51) [GET]
Parameters: {"back_url"=>"http://localhost/redmine/", "action"=>"login", "controller"=>"account"}
Rendering template within layouts/base
Rendering account/login
Completed in 2891ms (View: 2281, DB: 16) | 200 OK [http://localhost/redmine/login?back_url=http%3A%2F%2Flocalhost%2Fredmine%2F]
Processing AccountController#login (for 127.0.0.1 at 2010-02-05 14:17:06) [POST]
Parameters: {"back_url"=>"http%3A%2F%2Flocalhost%2Fredmine%2F", "action"=>"login", "authenticity_token"=>"kqiMZhVI4QZ7nTDE0grLGlsUrzU/rXlO/YGacdeNETw=", "username"=>"admin", "controller"=>"account", "password"=>"[FILTERED]", "login"=>"Login »"}
Redirected to http://localhost/redmine/
Completed in 1922ms (DB: 78) | 302 Found [http://localhost/redmine/login]
Processing WelcomeController#index (for 127.0.0.1 at 2010-02-05 14:17:08) [GET]
Parameters: {"action"=>"index", "controller"=>"welcome"}
Rendering template within layouts/base
Rendering welcome/index
Completed in 5406ms (View: 4453, DB: 16) | 200 OK [http://localhost/redmine/]
Processing AdminController#index (for 127.0.0.1 at 2010-02-05 14:17:17) [GET]
Parameters: {"action"=>"index", "controller"=>"admin"}
Rendering template within layouts/admin
Rendering admin/index
Completed in 3375ms (View: 2938, DB: 31) | 200 OK [http://localhost/redmine/admin]
Processing AdminController#projects (for 127.0.0.1 at 2010-02-05 14:17:22) [GET]
Parameters: {"action"=>"projects", "controller"=>"admin"}
ActiveRecord::StatementInvalid (Mysql::Error: Unknown column 'lft' in 'order clause': SELECT * FROM `projects` WHERE (1=1 AND (status = 1)) ORDER BY lft):
app/models/project.rb:210:in `find'
app/controllers/admin_controller.rb:39:in `projects'
Rendering rescues/layout (internal_server_error)
Processing WelcomeController#index (for 192.168.1.138 at 2010-02-05 14:18:01) [GET]
Parameters: {"action"=>"index", "controller"=>"welcome"}
Redirected to http://192.168.1.122/redmine/login?back_url=http%3A%2F%2F192.168.1.122%2Fredmine%2F
Filter chain halted as [:check_if_login_required] rendered_or_redirected.
Completed in 500ms (DB: 0) | 302 Found [http://192.168.1.122/redmine/]
Processing AccountController#login (for 192.168.1.138 at 2010-02-05 14:18:01) [GET]
Parameters: {"back_url"=>"http://192.168.1.122/redmine/", "action"=>"login", "controller"=>"account"}
Rendering template within layouts/base
Rendering account/login
Completed in 906ms (View: 688, DB: 0) | 200 OK [http://192.168.1.122/redmine/login?back_url=http%3A%2F%2F192.168.1.122%2Fredmine%2F]
Processing AccountController#login (for 192.168.1.138 at 2010-02-05 14:18:17) [POST]
Parameters: {"back_url"=>"http%3A%2F%2F192.168.1.122%2Fredmine%2F", "action"=>"login", "authenticity_token"=>"S6+Bwox//lNlkDz6GC5Ij3DTBtuqW5c78oi75oO6uq4=", "username"=>"admin", "controller"=>"account", "password"=>"[FILTERED]", "login"=>"Login »"}
Rendering template within layouts/base
Rendering account/login
Completed in 2203ms (View: 1938, DB: 16) | 200 OK [http://192.168.1.122/redmine/login]
Processing AccountController#login (for 192.168.1.138 at 2010-02-05 14:18:27) [POST]
Parameters: {"back_url"=>"http%3A%2F%2F192.168.1.122%2Fredmine%2F", "action"=>"login", "authenticity_token"=>"S6+Bwox//lNlkDz6GC5Ij3DTBtuqW5c78oi75oO6uq4=", "username"=>"admin", "controller"=>"account", "password"=>"[FILTERED]", "login"=>"Login »"}
Redirected to http://192.168.1.122/redmine/
Completed in 1250ms (DB: 63) | 302 Found [http://192.168.1.122/redmine/login]
Processing WelcomeController#index (for 192.168.1.138 at 2010-02-05 14:18:28) [GET]
Parameters: {"action"=>"index", "controller"=>"welcome"}
Rendering template within layouts/base
Rendering welcome/index
Completed in 5234ms (View: 4531, DB: 0) | 200 OK [http://192.168.1.122/redmine/]
Processing ProjectsController#index (for 192.168.1.138 at 2010-02-05 14:18:48) [GET]
Parameters: {"action"=>"index", "controller"=>"projects"}
ActiveRecord::StatementInvalid (Mysql::Error: Unknown column 'lft' in 'order clause': SELECT * FROM `projects` WHERE (projects.status=1) ORDER BY lft):
app/models/project.rb:210:in `find'
D:1:in `__send__'
D:1:in `with_scope'
app/controllers/projects_controller.rb:54:in `index'
app/controllers/projects_controller.rb:52:in `index'
Rendering D:/Program Files/BitNami Redmine Stack/apps/redmine/public/500.html (500 Internal Server Error)
Processing WelcomeController#index (for 192.168.1.138 at 2010-02-05 14:20:43) [GET]
Parameters: {"action"=>"index", "controller"=>"welcome"}
Rendering template within layouts/base
Rendering welcome/index
Completed in 2156ms (View: 1703, DB: 0) | 200 OK [http://192.168.1.122/redmine/]
Processing AdminController#projects (for 127.0.0.1 at 2010-02-05 14:21:01) [GET]
Parameters: {"action"=>"projects", "controller"=>"admin"}
ActiveRecord::StatementInvalid (Mysql::Error: Unknown column 'lft' in 'order clause': SELECT * FROM `projects` WHERE (1=1 AND (status = 1)) ORDER BY lft):
app/models/project.rb:210:in `find'
app/controllers/admin_controller.rb:39:in `projects'
Rendering rescues/layout (internal_server_error)
Processing AdminController#projects (for 127.0.0.1 at 2010-02-05 14:33:04) [GET]
Parameters: {"action"=>"projects", "controller"=>"admin"}
ActiveRecord::StatementInvalid (Mysql::Error: Unknown column 'lft' in 'order clause': SELECT * FROM `projects` WHERE (1=1 AND (status = 1)) ORDER BY lft):
app/models/project.rb:210:in `find'
app/controllers/admin_controller.rb:39:in `projects'
Rendering rescues/layout (internal_server_error)
Processing WelcomeController#index (for 127.0.0.1 at 2010-02-05 14:33:52) [GET]
Parameters: {"action"=>"index", "controller"=>"welcome"}
Redirected to http://127.0.0.1/redmine/login?back_url=http%3A%2F%2F127.0.0.1%2Fredmine%2F
Filter chain halted as [:check_if_login_required] rendered_or_redirected.
Completed in 500ms (DB: 16) | 302 Found [http://127.0.0.1/redmine/]
Processing AccountController#login (for 127.0.0.1 at 2010-02-05 14:33:52) [GET]
Parameters: {"back_url"=>"http://127.0.0.1/redmine/", "action"=>"login", "controller"=>"account"}
Rendering template within layouts/base
Rendering account/login
Completed in 906ms (View: 672, DB: 0) | 200 OK [http://127.0.0.1/redmine/login?back_url=http%3A%2F%2F127.0.0.1%2Fredmine%2F]
Processing AdminController#projects (for 127.0.0.1 at 2010-02-05 14:35:51) [GET]
Parameters: {"action"=>"projects", "controller"=>"admin"}
ActiveRecord::StatementInvalid (Mysql::Error: Unknown column 'lft' in 'order clause': SELECT * FROM `projects` WHERE (1=1 AND (status = 1)) ORDER BY lft):
app/models/project.rb:210:in `find'
app/controllers/admin_controller.rb:39:in `projects'
Rendering rescues/layout (internal_server_error)
Processing ProjectsController#show (for 192.168.1.138 at 2010-02-05 14:37:22) [GET]
Parameters: {"action"=>"show", "id"=>"centralexcise", "controller"=>"projects"}
NameError (undefined local variable or method `lft' for #):
app/models/project.rb:325:in `rolled_up_trackers'
app/controllers/projects_controller.rb:133:in `show'
Rendering D:/Program Files/BitNami Redmine Stack/apps/redmine/public/500.html (500 Internal Server Error)