We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running the redmine-gitosis plugin on Gentoo, with thin, I get this error when I go the the "/my/public_keys" page.
NameError (uninitialized constant GitosisPublicKeysController::ARCondition): vendor/plugins/redmine_gitosis/app/controllers/gitosis_public_keys_controller.rb:15:inindex' thin (1.2.11) lib/thin/connection.rb:84:in pre_process' thin (1.2.11) lib/thin/connection.rb:82:incatch' thin (1.2.11) lib/thin/connection.rb:82:in pre_process' thin (1.2.11) lib/thin/connection.rb:57:inprocess' thin (1.2.11) lib/thin/connection.rb:42:in receive_data' eventmachine (0.12.10) lib/eventmachine.rb:256:inrun_machine' eventmachine (0.12.10) lib/eventmachine.rb:256:in run' thin (1.2.11) lib/thin/backends/base.rb:61:instart' thin (1.2.11) lib/thin/server.rb:159:in start' thin (1.2.11) lib/thin/controllers/controller.rb:86:instart' thin (1.2.11) lib/thin/runner.rb:185:in send' thin (1.2.11) lib/thin/runner.rb:185:inrun_command' thin (1.2.11) lib/thin/runner.rb:151:in run!' thin (1.2.11) bin/thin:6 /usr/bin/thin:8:inload' /usr/bin/thin:8`
NameError (uninitialized constant GitosisPublicKeysController::ARCondition): vendor/plugins/redmine_gitosis/app/controllers/gitosis_public_keys_controller.rb:15:in
pre_process' thin (1.2.11) lib/thin/connection.rb:82:in
pre_process' thin (1.2.11) lib/thin/connection.rb:57:in
receive_data' eventmachine (0.12.10) lib/eventmachine.rb:256:in
run' thin (1.2.11) lib/thin/backends/base.rb:61:in
start' thin (1.2.11) lib/thin/controllers/controller.rb:86:in
send' thin (1.2.11) lib/thin/runner.rb:185:in
run!' thin (1.2.11) bin/thin:6 /usr/bin/thin:8:in
How can I solve that?
Best regards, Samuel.
The text was updated successfully, but these errors were encountered:
I am running into this same issue, what was done to resolve this?
Sorry, something went wrong.
if running redmine1.4 this solution is where https://projects.littlestreamsoftware.com/issues/6544#note-2 not plugin defect, but redmine deprecate lib. Enjoy
No branches or pull requests
Running the redmine-gitosis plugin on Gentoo, with thin, I get this error when I go the the "/my/public_keys" page.
NameError (uninitialized constant GitosisPublicKeysController::ARCondition): vendor/plugins/redmine_gitosis/app/controllers/gitosis_public_keys_controller.rb:15:in
index'thin (1.2.11) lib/thin/connection.rb:84:in
pre_process' thin (1.2.11) lib/thin/connection.rb:82:in
catch'thin (1.2.11) lib/thin/connection.rb:82:in
pre_process' thin (1.2.11) lib/thin/connection.rb:57:in
process'thin (1.2.11) lib/thin/connection.rb:42:in
receive_data' eventmachine (0.12.10) lib/eventmachine.rb:256:in
run_machine'eventmachine (0.12.10) lib/eventmachine.rb:256:in
run' thin (1.2.11) lib/thin/backends/base.rb:61:in
start'thin (1.2.11) lib/thin/server.rb:159:in
start' thin (1.2.11) lib/thin/controllers/controller.rb:86:in
start'thin (1.2.11) lib/thin/runner.rb:185:in
send' thin (1.2.11) lib/thin/runner.rb:185:in
run_command'thin (1.2.11) lib/thin/runner.rb:151:in
run!' thin (1.2.11) bin/thin:6 /usr/bin/thin:8:in
load'/usr/bin/thin:8`
How can I solve that?
Best regards,
Samuel.
The text was updated successfully, but these errors were encountered: