Enkil / redmine_reminder

Plugin for Redmine project that sends notification to assignee if due date is coming. Work with issue and issues category
Other
19 stars 6 forks source link

config page missing 404 #6

Closed stf675 closed 11 years ago

stf675 commented 11 years ago

Plugin installed.

when you click "configure" on Admin-Plugin page you end up with 404 error

it is looking for /plugin/due_date_reminder folder which does not exist as installation go to /plugins/redmine_reminder

how to fix?

thanks

Enkil commented 11 years ago

try to rename folder to ./public_html/due_date_reminder

stf675 commented 11 years ago

Small typo in my post:

it is looking for /redmine/settings/plugin/due_date_reminder

not sure what folder to rename, renaming /plugins/redmine_reminder into /plugins/due_date_reminder does not help.

(unless I am renaming wrong folder)

Enkil commented 11 years ago

correct folder is path_to_redmine/plugins/due_date_reminder

for example on my gentoo installation (nginx+unicorn+rvm) /home/redmine2/public_html/redmine-law/plugins/due_date_reminder

stf675 commented 11 years ago

renamed ran "bundle exec rake redmine:plugins:migrate RAILS_ENV=production" restarted services works now.

Thanks