<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
On Nov 2, 2016, at 10:45 AM, Alex Hall <<a href="mailto:ahall@autodist.com" class="">ahall@autodist.com</a>> wrote:<br class="">
<div>
<blockquote type="cite" class=""><br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">
<div class="">
<div class="">
<div class="">Hi all,<br class="">
</div>
I'm getting an error in an overlay, but nothing is logged. I know I can use<br class="">
</div>
./configure --devel-mode<br class="">
</div>
to help, though whether that will show additional information for errors like this I'm not sure. Either way, how do I enable it on an existing installation of RT? Do I go back to the unpacked source and re-run the configure script, or is there more to it? Thanks.<br clear="all" class="">
</div>
</div>
</blockquote>
<div><br class="">
</div>
Update your RT_SiteConfig.pm with the following and then restart apache:</div>
<div><font face="Courier New" class="">Set($DevelMode, '1');</font></div>
<div class=""><br class="">
</div>
<div class="">From <a href="https://docs.bestpractical.com/rt/4.4.1/RT_Config.html#Development-options" class="">https://docs.bestpractical.com/rt/4.4.1/RT_Config.html#Development-options</a></div>
<div class=""><br class="">
</div>
<blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class="">
<div class=""><font face="Verdana" class="">$DevelMode</font></div>
<div class="">
<dl style="font-size: 14.592000007629395px;" class=""><dd class="">
<p class=""><font face="Verdana" class="">RT comes with a "Development mode" setting. This setting, as a convenience for developers, turns on several of development options that you most likely don't want in production:</font></p>
</dd></dl>
</div>
<ul class="">
<li class=""><font face="Verdana" class="">Disables CSS and JS minification and concatenation. Both CSS and JS will be instead be served as a number of individual smaller files, unchanged from how they are stored on disk.</font></li><li class=""><font face="Verdana" class="">Uses <a href="http://metacpan.org/module/Module::Refresh" class="">Module::Refresh</a> to reload changed Perl modules on each request.</font></li><li class=""><font face="Verdana" class="">Turns off Mason's <code style="display: inline; font-size: 14.227200508117676px; padding: 0px;" class="">static_source</code> directive; this causes Mason to reload template files which have been modified on disk.</font></li><li class=""><font face="Verdana" class="">Turns on Mason's HTML <code style="display: inline; font-size: 14.227200508117676px; padding: 0px;" class="">error_format</code>; this renders compilation errors to the browser, along with a full stack trace. It is
 possible for stack traces to reveal sensitive information such as passwords or ticket content.</font></li><li class=""><font face="Verdana" class="">Turns off caching of callbacks; this enables additional callbacks to be added while the server is running.</font></li></ul>
</blockquote>
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 18px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
--<br class="">
Landon Stewart<br class="">
Lead Analyst - Abuse and Security Management<br class="">
INTERNAP ®<br class="">
📧 <a href="mailto:lstewart@internap.com" class="">lstewart@internap.com</a><br class="">
🌍 <a href="http://www.internap.com" class="">www.internap.com</a></div>
</div>
</div>
<br class="">
</body>
</html>