Closed tmadelaine closed 10 years ago
Sorry to hear that it doesn't work for you. Thanks for the report.
The error confuses me, it seems to indicate that it is missing a template file that is in the repository. Can you check if the file
/usr/share/redmine/plugins/redmine_issue_checklist/app/views/hooks/_planning_scripts.html.erb
exists on the machine hosting your Redmine?
Can you also tell me which version of Redmine you are running?
Thanks for helping me resolve this issue for you.
I don't have a hooks folder:
root@redmine:~# ls /usr/share/redmine/plugins/redmine_issue_checklist/app/views/ issue_checklists issues settings
I have a hooks folder in:
root@redmine:~# ls /usr/share/redmine/plugins/redmine_issue_checklist/lib/redmine_issue_checklist/hooks model_issue_hook.rb views_issues_hook.rb
But shouldn't I be looking in /usr/share/redmine/plugins/redmine_planning/app/views/?
Environment: Redmine version 2.4.2.stable Ruby version 1.9.3-p194 (2012-04-20) [i486-linux] Rails version 3.2.6 Environment production Database adapter PostgreSQL SCM: Mercurial 2.2.2 Git 1.7.10.4 Filesystem Redmine plugins: redmine_agile 1.3.1 redmine_dashboard 2.2.2-2 redmine_issue_checklist 2.0.5 redmine_loader 0.3b
Errr, you are right, I didn't read carefully enough. Something weird going on there.
I assume you have the following plugin installed:
http://redminecrm.com/projects/checklist/pages/1
I'll try to install it and see if it conflicts with redmine_planning. Thanks for the details.
Hmm, I installed all four plugins (redmine_agile, redmine_dashboard, redmine_issue_checklist and redmine_loader), however, I'm experiencing no problems.
The thing that confuses is me is that your list of plugins does not list redmine_planning at all. It seems as if the plugin is not installed at all.
Do you have the plugins/redmine_planning folder and a file called plugins/redmine_planning/init.rb ?
I was installing the plugin in /usr/share/redmine/plugins/redmine_planning-stable and not /usr/share/redmine/plugins/redmine_planning. That was the cause of the bug.
Otherwise, when I use passenger + apache, it seems the /var/www/redmine/plugin_assets/
root@redmine:/var/www/redmine/plugin_assets# ln -s /var/cache/redmine/default/plugin_assets/redmine_planning/ .
Thank you for your help, I'll now check how to plan my evolutions :-)
Good to hear and thanks for posting your solution, maybe it will help others in the future.
I tried installing your plugin and got an error for the whole site :-(
I have 3 installed plugins : Migrating redmine_agile (Redmine Agile plugin (Light version))... Migrating redmine_dashboard (Redmine Dashboard plugin)... Migrating redmine_issue_checklist (Redmine Issue Checklist plugin)...