redmine_reminder
redmine_reminder copied to clipboard
rake aborted! NameError: uninitialized constant Reminder_all::ARCondition /home/fyz/redmine-2.6.5/plugins/redmine_reminder0511/lib/tasks/reminder_all.rake:55:in `reminders_all' /home/fyz/redmine-2.6.5/plugins/redmine_reminder0511/lib/tasks/reminder_all.rake:171:in`block (2 levels) in ' Tasks: TOP => redmine:send_reminders_all
nueva incidencia jose
Russian translation for your plugin.
Your plugin ended with nil when in redmine there was no task with due date set. I fixed it by adding extra condition. Now it seems to work fine. Pawel
- Template rendering changed from name.rhtml to name.erb - ARCondition function not available anymore, replaced.
Is there any fork which works with redmine 2.1.4 ?
Hi, I'm using redmine 1.2.1 without problem with your problem until I start to completely remove old users (not only desactivated... removed). Your plugin generate this kind of trace: ```...
``` ruby * Invoke redmine:send_reminders_all (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute redmine:send_reminders_all rake aborted! undefined method `[]' for nil:NilClass /usr/share/redmine/vendor/plugins/redmine_reminder/lib/tasks/reminder_all.rake:112:in `reminders_all' /usr/share/redmine/vendor/plugins/redmine_reminder/lib/tasks/reminder_all.rake:171 /usr/lib/ruby/vendor_ruby/rake/task.rb:205:in `call' /usr/lib/ruby/vendor_ruby/rake/task.rb:205:in `execute'...
In Redmine 1.1.3, I followed the guide at https://github.com/alvila/redmine_reminder to install redmine_installer plugin. When running the command rake redmine:send_reminders_all days=1RAILS_ENV=production, it got an error: NOTE: SourceIndex.new(hash) is deprecated; From /usr/share/redmine/config/../vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:100:in...