no such file to load -- dispatcher
Added by Vano Egler over 11 years ago
Hello. I migrated recently to latest version of Redmine (2.2.3) from 1.4.
Redmine is OK, but projects_tree_view plugin cause an error "no such file to load -- dispatcher".
I read discussions about it here but still could not understand, how to fix it.
Replies (5)
RE: no such file to load -- dispatcher - Added by Ivan Cenov over 11 years ago
Your plugin is old version, not compatible with Redmine 2.x.x.
Try https://github.com/ichizok/projects_tree_view or https://github.com/jwalkerbg/projects_tree_view
RE: no such file to load -- dispatcher - Added by Vano Egler over 11 years ago
Thank you for reply. I tried both plugins, "dispatcher" error gone, but project view didn't change, - it's still not a "tree", like before plugin.
What I could try next ?
RE: no such file to load -- dispatcher - Added by Jan Niggemann (redmine.org team member) over 11 years ago
Contact the plugin developer and and complain or write a new plugin yourself ;-)
RE: no such file to load -- dispatcher - Added by Vano Egler over 11 years ago
Ivan Cenov seems to be [one of the] plugin developer(s).
In another thread I found that plugins must be in "<REDMINE_DIR>/plugins folder"
Mine is in /usr/share/redmine/lib/plugins, so is it OK or not ?
By the way, is it possible to log events related to this or any other plugin ? Or at least change the logging level ? I have the following commented line in production.rb:
#config.logger.level = Logger::INFO
So, will it enough to uncomment it and change the level ?
Jan Niggemann wrote:
Contact the plugin developer and and complain or write a new plugin yourself ;-)
RE: no such file to load -- dispatcher - Added by Ivan Cenov over 11 years ago
Vano Egler wrote:
Ivan Cenov seems to be [one of the] plugin developer(s).
No, I am not developer. I cloned my repository just to remove several columns in the project tree. This plugin has many variants...