Question
After upgrading a rails 1.2 website to 2.1, the ExceptionNotifier plugin no longer works, complaining about this error:
ActionView::TemplateFinder::InvalidViewPath:
Unprocessed view path found: "/path/to/appname/vendor/plugins/exception_notification/lib/../views". Set your view paths with #append_view_path, #prepend_view_path, or #view_paths=.
What causes it and how do I fix it?
Answer
You ought to upgrade to the newest Exception Notification plugin which is in its new home at GitHub.
< br > via < a class="StackLink" href=" http://stackoverflow.com/questions/1024/" >How do I fix 'Unprocessed view path found' error with ExceptionNotifier plugin in rails 2.1?< /a>
0 comments:
Post a Comment