redmine_reminder icon indicating copy to clipboard operation
redmine_reminder copied to clipboard

1.3.0 problem

Open avances123 opened this issue 12 years ago • 8 comments

In my redmine 1.3.0 installation, i have just cloned from this repo, and with this line:

rake --trace redmine:send_reminders_all  days=1 RAILS_ENV=production

I get this error:

Missing template reminder_all/reminder_all.text.erb in view path vendor/plugins/redmine_reminder/app/views:app/views

What can i do?

avances123 avatar Feb 22 '12 12:02 avances123

The same problem in 1.3.1 I don't know the solution...... Please help.

rcasca avatar Mar 01 '12 19:03 rcasca

This could help: http://www.redmine.org/boards/2/topics/28462 (I didn't test).

martin-denizet avatar Mar 09 '12 04:03 martin-denizet

Thanks martin-denizet, but it doesn't work, send_reminders is a feature of redmine that remid only to the assigned person and send_reminders_all is a plugin remind all people tha is invoulcred (developer, reporter, ...)

rcasca avatar Mar 09 '12 07:03 rcasca

This is because of the changes in Redmine 1.3.X. The solution in http://redmine.debuntu.org/issues/25 should apply:

cd vendor/plugins/redmine_reminder/app/views/reminder_all/
ln -s reminder_all.text.html.rhtml reminder_all.html.erb
ln -s reminder_all.text.plain.rhtml reminder_all.text.erb

martin-denizet avatar Mar 09 '12 08:03 martin-denizet

Thanks a lot. It works, only you have to go to "cd vendor/plugins/redmine_reminder/app/views/reminder_all/" and then make de ln -s. In vendor/plugins/redmine_reminder/config/locales you have the text templates and must change {{variable}} to %{variable} and then it works perfectly. Thanks again.

rcasca avatar Mar 09 '12 17:03 rcasca

Can someone (martin or rcasca) do a push commit to this repository. Tx

cforce avatar Mar 09 '12 20:03 cforce

Hi cforce, Only install the plugin with script/plugin install git://github.com/alvila/redmine_reminder.git and then go to "cd vendor/plugins/redmine_reminder/app/views/reminder_all/" and then make de ln -s. In vendor/plugins/redmine_reminder/config/locales you have the text templates and must change {{variable}} to %{variable}.

Thats all.

rcasca avatar Mar 15 '12 17:03 rcasca

For you guys - having problems with using github as its used to be

https://github.com/jedix/redmine_duedate_reminder/pull/1

cforce avatar Mar 16 '12 10:03 cforce