Skip to content
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

Missing template reminder_all/reminder_all.text.plain.rhtml in view path app/views #2

Open
unbelll opened this issue Mar 22, 2011 · 0 comments

Comments

@unbelll
Copy link

unbelll commented Mar 22, 2011

Hi

I'am installed plugin with redmine 1.1.2 (mongrel-cluster):

sudo ./script/plugin install git://github.com/alvila/redmine_reminder.git
sudo chown www-data:www-data -R /data/redmine

Then I trying to test plugin:
mst@redmine:/data/redmine$ sudo rake redmine:send_reminders_all days=30 RAILS_ENV=production --trace
(in /data/redmine)
** Invoke redmine:send_reminders_all (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute redmine:send_reminders_all
rake aborted!
Missing template reminder_all/reminder_all.text.plain.rhtml in view path app/views
/var/lib/gems/1.8/gems/actionpack-2.3.5/lib/action_view/paths.rb:66:in find_template' /var/lib/gems/1.8/gems/actionpack-2.3.5/lib/action_view/base.rb:264:inrender'
/var/lib/gems/1.8/gems/actionpack-2.3.5/lib/action_view/base.rb:348:in _render_with_layout' /var/lib/gems/1.8/gems/actionpack-2.3.5/lib/action_view/base.rb:262:inrender'
/var/lib/gems/1.8/gems/actionmailer-2.3.5/lib/action_mailer/base.rb:567:in render' /data/redmine/app/models/mailer.rb:432:inrender_multipart'
/data/redmine/vendor/plugins/redmine_reminder/lib/tasks/reminder_all.rake:48:in reminder_all' /var/lib/gems/1.8/gems/actionmailer-2.3.5/lib/action_mailer/base.rb:459:insend'
/var/lib/gems/1.8/gems/actionmailer-2.3.5/lib/action_mailer/base.rb:459:in create_without_messenger!' /data/redmine/vendor/plugins/redmine_messenger/lib/redmine_messenger/mailer.rb:6:increate!'
/var/lib/gems/1.8/gems/actionmailer-2.3.5/lib/action_mailer/base.rb:452:in initialize' /var/lib/gems/1.8/gems/actionmailer-2.3.5/lib/action_mailer/base.rb:395:innew'
/var/lib/gems/1.8/gems/actionmailer-2.3.5/lib/action_mailer/base.rb:395:in method_missing' /data/redmine/vendor/plugins/redmine_reminder/lib/tasks/reminder_all.rake:142:inreminders_all'
/data/redmine/vendor/plugins/redmine_reminder/lib/tasks/reminder_all.rake:117:in each' /data/redmine/vendor/plugins/redmine_reminder/lib/tasks/reminder_all.rake:117:inreminders_all'
/data/redmine/vendor/plugins/redmine_reminder/lib/tasks/reminder_all.rake:171
/usr/lib/ruby/1.8/rake.rb:636:in call' /usr/lib/ruby/1.8/rake.rb:636:inexecute'
/usr/lib/ruby/1.8/rake.rb:631:in each' /usr/lib/ruby/1.8/rake.rb:631:inexecute'
/usr/lib/ruby/1.8/rake.rb:597:in invoke_with_call_chain' /usr/lib/ruby/1.8/monitor.rb:242:insynchronize'
/usr/lib/ruby/1.8/rake.rb:590:in invoke_with_call_chain' /usr/lib/ruby/1.8/rake.rb:583:ininvoke'
/usr/lib/ruby/1.8/rake.rb:2051:in invoke_task' /usr/lib/ruby/1.8/rake.rb:2029:intop_level'
/usr/lib/ruby/1.8/rake.rb:2029:in each' /usr/lib/ruby/1.8/rake.rb:2029:intop_level'
/usr/lib/ruby/1.8/rake.rb:2068:in standard_exception_handling' /usr/lib/ruby/1.8/rake.rb:2023:intop_level'
/usr/lib/ruby/1.8/rake.rb:2001:in run' /usr/lib/ruby/1.8/rake.rb:2068:instandard_exception_handling'
/usr/lib/ruby/1.8/rake.rb:1998:in `run'
/usr/bin/rake:28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant