Got lots of 500 errors: uninitialized constant Gitlab::Git app/models/repository.rb:8:in `rescue in initialize'
Created by: kesin
A NameError occurred in issues#show:
uninitialized constant Gitlab::Git
app/models/repository.rb:8:in `rescue in initialize'
NOT only in issue controller , this error occured in almost every controller
and with this occured,every error has something below
SERVER_PORT: 80
SERVER_PROTOCOL: HTTP/1.0
SERVER_SOFTWARE: Unicorn 4.6.2
action_controller.instance: #<IssuesController:0x00000004572840>
action_dispatch.backtrace_cleaner: #<Rails::BacktraceCleaner:0x000000041cd0f0>
action_dispatch.cookies: #<ActionDispatch::Cookies::CookieJar:0x0000000454af48>
action_dispatch.logger: #<ActiveSupport::TaggedLogging:0x000000036c01f8>
action_dispatch.parameter_filter: [:password, :password_confirm, :token, :private_token, /RAW_POST_DATA/, /RAW_POST_DATA/, /RAW_POST_DATA/, /RAW_POST_DATA/, /RAW_POST_DATA/, /RAW_POST_DATA/, /RAW_POST_DATA/, /RAW_POST_DATA/, /RAW_POST_DATA/, /RAW_POST_DATA/, /RAW_POST_DATA/, /RAW_POST_DATA/, /RAW_POST_DATA/, /RAW_POST_DATA/, /RAW_POST_DATA/, /RAW_POST_DATA/, /RAW_POST_DATA/]
What is the /RAW_POST_DATA/, /RAW_POST_DATA/............. mean?