alvila / redmine_reminder

http://www.alvila.com/
54 stars 25 forks source link

1.3.0 problem #14

Open avances123 opened 12 years ago

avances123 commented 12 years ago

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?

rcasca commented 12 years ago

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

martin-denizet commented 12 years ago

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

rcasca commented 12 years ago

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, ...)

martin-denizet commented 12 years ago

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
rcasca commented 12 years ago

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.

cforce commented 12 years ago

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

rcasca commented 12 years ago

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.

cforce commented 12 years ago

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

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