HTTP 500 since 4.0-4.1 upgrade
Created by: hithwen
I followed the update guide frm 4.0 to 4.1 wo problems but I get err 500 now. Production log says: Completed 500 Internal Server Error in 1638ms
ActiveRecord::StatementInvalid (Mysql2::Error: Unknown column 'projects.creator_id' in 'where clause': SELECT id FROM projects
WHERE ((projects.namespace_id IN (4)) OR
(projects.namespace_id IS NULL AND projects.creator_id = 4))):
config/initializers/connection_fix.rb:22:in execute' app/models/user.rb:178:in
authorized_projects'
app/controllers/dashboard_controller.rb:59:in `projects'
Creating scope :public. Overwriting existing method Project.public.