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
  • #8170

Closed
Open
Created Oct 26, 2014 by Administrator@rootOwner

Encoding error when searching project containing wiki

Created by: viciu

Started GET "/search?utf8=%E2%9C%93&search=test&group_id=&project_id=4&search_code=true&repository_ref=" for 127.0.0.1 at 2014-10-26 16:58:54 +0100
Processing by SearchController#show as HTML
  Parameters: {"utf8"=>"✓", "search"=>"test", "group_id"=>"", "project_id"=>"4", "search_code"=>"true", "repository_ref"=>""}
Started GET "/search/autocomplete?project_id=4&project_ref=&term=test" for 127.0.0.1 at 2014-10-26 16:58:54 +0100
Processing by SearchController#autocomplete as JSON
  Parameters: {"project_id"=>"4", "project_ref"=>"", "term"=>"test"}
Completed 200 OK in 61ms (Views: 0.2ms | ActiveRecord: 13.3ms)

Encoding::CompatibilityError (incompatible character encodings: UTF-8 and ASCII-8BIT):
  app/views/search/show.html.haml:23:in `block in _app_views_search_show_html_haml___1047533882363615147_54413660'
  app/views/search/show.html.haml:1:in `_app_views_search_show_html_haml___1047533882363615147_54413660'

Completed 500 Internal Server Error in 929ms (Views: 41.7ms | ActiveRecord: 29.8ms)

Versions:

Omnibus Gitlab 7.4.2

Assignee
Assign to
Time tracking