Wiki pages blanks
Created by: jeromelefeuvre
Hi,
I just migrated from 6.8 to 6.9 and all my wiki pages except home are not accessible. Gitlab ask me to create a new page but when I tried, saying that already exists. When I force to edit it by adding '/edit' in url, got 500 error:
Completed 500 Internal Server Error in 74ms
ActionView::Template::Error (undefined method `title' for nil:NilClass):
3: = render 'main_links'
4: %h3.page-title
5: Editing -
6: %span.light #{@page.title}
7: %hr
8: = render 'form'
9:
app/views/projects/wikis/edit.html.haml:6:in `_app_views_projects_wikis_edit_html_haml__2289409179253366725_43557040'
app/controllers/application_controller.rb:59:in `set_current_user_for_thread'
I cloned the wiki and all is available in git repo. What's wrong ?
Thanks !