-
Notifications
You must be signed in to change notification settings - Fork 41
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
undefined method `copy' for nil:NilClass #33
Comments
Having a similar issue, However when a task needs to be regenerated, it does work.
With Trace:
|
I am having the same issue; it did work fine however. |
nutso
added a commit
that referenced
this issue
Mar 1, 2014
nutso
added a commit
that referenced
this issue
Mar 1, 2014
nutso
added a commit
that referenced
this issue
Mar 1, 2014
Nice! Thanks 👍 |
I'm sorry but I do not understand. The problem is fixed in newer version?:) |
Yes, the most recent version should resolve the errors. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After a short while of using something went wrong :)
Do you know what the problem is?
[root@pm redmine]# rake RAILS_ENV=asynchrone redmine:recur_tasks --trace
'** Invoke redmine:recur_tasks (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute redmine:recur_tasks
Checking for Redmine recurring tasks.
rake aborted!
undefined method
copy' for nil:NilClass /srv/redmine/plugins/recurring_tasks/app/models/recurring_task.rb:118:in
recur_issue_if_needed!'/srv/redmine/plugins/recurring_tasks/app/models/recurring_task.rb:146:in
block in add_recurrences!' /srv/redmine/plugins/recurring_tasks/app/models/recurring_task.rb:145:in
each'/srv/redmine/plugins/recurring_tasks/app/models/recurring_task.rb:145:in
add_recurrences!' /srv/redmine/plugins/recurring_tasks/lib/tasks/recurring_tasks.rake:12:in
block (2 levels) in <top (required)>'/usr/local/lib/ruby/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:236:in
call' /usr/local/lib/ruby/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:236:in
block in execute'/usr/local/lib/ruby/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:231:in
each' /usr/local/lib/ruby/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:231:in
execute'/usr/local/lib/ruby/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:175:in
block in invoke_with_call_chain' /usr/local/lib/ruby/2.0.0/monitor.rb:211:in
mon_synchronize'/usr/local/lib/ruby/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:168:in
invoke_with_call_chain' /usr/local/lib/ruby/gems/2.0.0/gems/rake-10.1.1/lib/rake/task.rb:161:in
invoke'/usr/local/lib/ruby/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:149:in
invoke_task' /usr/local/lib/ruby/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:106:in
block (2 levels) in top_level'/usr/local/lib/ruby/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:106:in
each' /usr/local/lib/ruby/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:106:in
block in top_level'/usr/local/lib/ruby/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:115:in
run_with_threads' /usr/local/lib/ruby/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:100:in
top_level'/usr/local/lib/ruby/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:78:in
block in run' /usr/local/lib/ruby/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:165:in
standard_exception_handling'/usr/local/lib/ruby/gems/2.0.0/gems/rake-10.1.1/lib/rake/application.rb:75:in
run' /usr/local/lib/ruby/gems/2.0.0/gems/rake-10.1.1/bin/rake:33:in
<top (required)>'/usr/local/bin/rake:23:in
load' /usr/local/bin/rake:23:in
Tasks: TOP => redmine:recur_tasks
The text was updated successfully, but these errors were encountered: