Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #4665

Closed
Open
Created Jul 29, 2013 by Administrator@rootOwner

Clicking "New Page" has no affect

Created by: keith9820

v6.0.0.pre c413e73

Go to a project wiki section then go to the pages tab and click the "+ New Page" button. Nothing happens, I cannot create a new page.

There is no error in production.log, here is the output in response to clicking the button:

Started GET "/analytics/web-services/wikis/pages" for  at 2013-07-29 11:26:19 -0400
Processing by Projects::WikisController#pages as HTML
  Parameters: {"project_id"=>"analytics/web-services"}
  Rendered projects/wikis/_new.html.haml (0.7ms)
  Rendered projects/wikis/_nav.html.haml (2.8ms)
  Rendered projects/wikis/_main_links.html.haml (0.0ms)
  Rendered projects/wikis/pages.html.haml within layouts/projects (5.6ms)
  Rendered layouts/_head.html.haml (1.1ms)
  Rendered layouts/_search.html.haml (32.5ms)
  Rendered layouts/_head_panel.html.haml (36.6ms)
  Rendered layouts/_init_auto_complete.html.haml (5.6ms)
  Rendered layouts/_flash.html.haml (0.1ms)
  Rendered shared/_no_ssh.html.haml (0.8ms)
  Rendered layouts/nav/_project.html.haml (70.3ms)
Completed 200 OK in 160ms (Views: 118.5ms | ActiveRecord: 6.3ms)

I'm not sure if it would help, but I tried to run the precompile task and got an error:

sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
Gemfile syntax error:
/home/git/gitlab/Gemfile:14: syntax error, unexpected ':', expecting $end
gem "mysql2", group: :mysql
                    ^

I am running ruby v1.9.3p327

Assignee
Assign to
Time tracking