Activate plugins (plugins do not work) [SOLVED]
Added by Rodolfo Pilas almost 13 years ago
I have Redmine version 1.3.0 running on Debian Wheezy. I have installed plugins but they are not working.
I refer to plugins:- http://www.redmine.org/plugins/wiking (compatible 1.3)
- http://www.redmine.org/plugins/redmine_wiki_notes (compatible 1.2)
- Install from git on
/usr/share/redmine/vendor/plugins/
folder - Restart apache2 (+passenger)
Plugin is shown at Admin->Plugins but when I write special macros at wiki, it do not show the extended sintax propertly.
Do I need to do something else? Thank you.
About your application's environment Ruby version 1.8.7 (x86_64-linux) RubyGems version 1.8.15 Rack version 1.3 Rails version 2.3.14 Active Record version 2.3.14 Active Resource version 2.3.14 Action Mailer version 2.3.14 Active Support version 2.3.14 Edge Rails revision unknown Application root /usr/share/redmine Environment production Database adapter mysql Database schema version 20110902000000 About your Redmine plugins Redmine Better Gantt Chart plugin 0.6.0 Redmine Wiki Notes plugin 0.0.1 WikiNG 0.0.1b
Replies (1)
RE: Activate plugins (plugins do not work) [SOLVED] - Added by Rodolfo Pilas almost 13 years ago
I solved this problem symlink plugin_assets of cache folder to public web space:
ln -s /var/cache/redmine/default/plugin_assets /usr/share/redmine/public/
I am completing Debian installation documentation with this fact.