Project

General

Profile

Defect #15216

Updated by Mischa The Evil over 11 years ago

I have tested it on Gentoo, with Redmine latest stable and from master, with packages from bundled Gemfile. 

 If you add any kind of error to a view inside a plugin, it will result in a internal server error, but the error won't be logged out. 
 If I add the same error on a core file, the error message is correctly displayed on the log file. 

 You can add a line such: 
 <pre><% <% anythingyouwantwhichisundefined %></pre> %> 

 to any plugin view and look at the log files.

Back