-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
SystemStackError: stack level too deep #42
Comments
Can you please give more information adding
and then paste the full traceback here |
root@redmine:/usr/share/redmine# rake redmine:plugins:migrate --trace NAME=periodictask RAILS_ENV=production |
Environment: |
I tried to use a ruby-2.0.0, but the result is the same. In the logs there is no trace. |
I'm a little lost... Can you try downgrading rails to 4.2.4 or 4.2.3 or 4.2.2 or 4.2.1? |
I tried version 4.2.4 and 4.2.3, nothing helps. |
Hi |
Hi!
My redmine 3.2.0 stable, and so:
root@redmine:/usr/share/redmine/plugins/periodictask# rake redmine:plugins:migrate NAME=periodictask RAILS_ENV=production
(in /usr/share/redmine)
rake aborted!
SystemStackError: stack level too deep
/var/lib/gems/1.9.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:244
(See full trace by running task with --trace)
Whats wrong?
The text was updated successfully, but these errors were encountered: