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

Closed
Open
Created Nov 23, 2011 by Administrator@rootOwner

500 - We're sorry, but something went wrong | undefined method `formats='

Created by: g3d

[ pid=42022 thr=17188993880 file=abstract_request_handler.rb:466 time=2011-11-23 04:38:38.994 ]: Accepting new request on main socket

NoMethodError (undefined method `formats=' for #<ActionView::LookupContext:0x00000809630860>):


cache: [GET /users/sign_in] miss

system: nginx + passenger on freebsd 8.2

nginx.conf

user git;
worker_processes  1;

events {
    worker_connections  1024;
}

http {
    include       mime.types;
    default_type  application/octet-stream;

    passenger_root /usr/local/lib/ruby/gems/1.9/gems/passenger-3.0.9;
    passenger_ruby /usr/local/bin/ruby;
    passenger_max_pool_size 10;
    passenger_log_level 3;
    passenger_debug_log_file /var/log/passenger.log;
    #access_log  logs/access.log  main;

    sendfile        on;
    #tcp_nopush     on;

    #keepalive_timeout  0;
    keepalive_timeout  65;

    #gzip  on;


server {
                listen 78.47.93.216:80;
                server_name git.viter.in www.git.viter.in;
                listen 80;
                client_max_body_size 1G;
                #root /usr/local/lib/ruby/gems/1.9/gems/passenger-3.0.9/test/stub/rack/public;
                root /home/viter/data/www/git.viter.in/gitlabhq/public;
                passenger_enabled on;
                #rails_env production;
                passenger_use_global_queue on;
                }
}
Assignee
Assign to
Time tracking