Hi, After user deleted his own private repository clone (we assume from Gitorious UI) - we receive the following error and can't access the project page in repository any more. Here's the log: http://evgeny-goldin.com/gitorious/production1.zip Here's the error: ActionView::TemplateError (Couldn't find Repository with ID=5) on line #25 of app/views/events/_event.html.erb:
I deleted this user account (with user.destroy from script/console) thinking that's where deleted repo reference is coming from and now we're getting a new error and can't access any Gitorious page. Here's the log: http://evgeny-goldin.com/gitorious/production2.zip Here's the error: ActionView::TemplateError (user_project_repository_url failed to generate from {:action=>"show", :controller=>"repositories", :project_id=>#<Project id: 1, title: "nexttags", description: "Next Tags ", user_id: 2, created_at: "2010-01-27 14:08:28", updated_at: "2010-01-27 14:08:28", slug: "nexttags", license: "Academic Free License v3.0", home_url: nil, mailinglist_url: nil, bugtracker_url: nil, owner_id: 1, owner_type: "Group", wiki_enabled: false, site_id: nil, merge_requests_need_signoff: false, oauth_signoff_key: nil, oauth_signoff_secret: nil, oauth_signoff_site: nil, oauth_path_prefix: nil, merge_request_custom_states: nil>, :user_id=>nil, :id=>#<Repository id: 4, name: "liorws-nexttags", project_id: 1, user_id: 2, created_at: "2010-01-27 15:44:05", updated_at: "2010-01-27 15:44:06", parent_id: 2, ready: true, kind: 3, owner_type: "User", owner_id: 2, hashed_path: "2a3/259/ db542c622d2423467fb79666bb0682006c", description: nil, last_pushed_at: nil, wiki_permissions: 0, deny_force_pushing: false, notify_committers_on_new_merge_request: true, last_gc_at: nil, merge_requests_enabled: true>}, expected: {:action=>"show", :controller=>"repositories"}, diff: {:project_id=>#<Project id: 1, title: "nexttags", description: "Next Tags ", user_id: 2, created_at: "2010-01-27 14:08:28", updated_at: "2010-01-27 14:08:28", slug: "nexttags", license: "Academic Free License v3.0", home_url: nil, mailinglist_url: nil, bugtracker_url: nil, owner_id: 1, owner_type: "Group", wiki_enabled: false, site_id: nil, merge_requests_need_signoff: false, oauth_signoff_key: nil, oauth_signoff_secret: nil, oauth_signoff_site: nil, oauth_path_prefix: nil, merge_request_custom_states: nil>, :user_id=>nil, :id=>#<Repository id: 4, name: "liorws-nexttags", project_id: 1, user_id: 2, created_at: "2010-01-27 15:44:05", updated_at: "2010-01-27 15:44:06", parent_id: 2, ready: true, kind: 3, owner_type: "User", owner_id: 2, hashed_path: "2a3/259/ db542c622d2423467fb79666bb0682006c", description: nil, last_pushed_at: nil, wiki_permissions: 0, deny_force_pushing: false, notify_committers_on_new_merge_request: true, last_gc_at: nil, merge_requests_enabled: true>}) on line #72 of app/views/site/ index.html.erb: Can you, please, help us out? Thank you! -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
