-
Notifications
You must be signed in to change notification settings - Fork 201
Closed
Description
Thanks for this useful tool.
I have redmine installed as SubURI - accessed by http://xyz/redmine.
After installed redmine_knowledgebase, there are following error in apache erro log file:
[Thu Aug 30 16:03:25 2012] [error] [client 192.168.56.102] File does not exist: /var/www/html/plugin_assets, referer: http://10.0.11.101/redmine/knowledgebase/articles/1
It was noticed that ./assets/javascripts/facebox.js needs /plugin_assets/redmine_knowledgebase/images/facebox/closelabel.gif
Hence, I have to add following conf in httpd configuration file:
Alias /plugin_assets "/var/www/redmine/public/plugin_assets"
I'm not sure it's limitation of redmine to handle plugin or issue in redmine_knowledgebase.