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

1.3.0 problem #14

Open
avances123 opened this issue Feb 22, 2012 · 8 comments
Open

1.3.0 problem #14

avances123 opened this issue Feb 22, 2012 · 8 comments

Comments

@avances123
Copy link

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
Copy link

rcasca commented Mar 1, 2012

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

@martin-denizet
Copy link

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

@rcasca
Copy link

rcasca commented Mar 9, 2012

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
Copy link

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
Copy link

rcasca commented Mar 9, 2012

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
Copy link

cforce commented Mar 9, 2012

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

@rcasca
Copy link

rcasca commented Mar 15, 2012

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
Copy link

cforce commented Mar 16, 2012

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

jedix#1

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

4 participants