Hi Brandi, You might also look at the "Development" settings if you're going to be making a lot of changes or if you're on a development system.
In your RT_SiteConfig.pm, you can set: Set($DevelMode, '1'); Which will give you the ability to make changes without needing to restart the server each time. You will need to restart the web service once to invoke this change. It will "slow down" you server if it's a production machine, so I wouldn't use this setting on a heavily trafficked production site. Then once you're "finished" with big changes, you can remove that line (or just change the value to '0' instead of '1'). http://wiki.bestpractical.com/index.cgi?DevelMode (I can't get the new rt.bestpractical.com wiki to load right now...) Hope that helps, Erik From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brandi L Sent: Monday, April 23, 2007 5:31 PM To: Mathew; [email protected] Subject: Re: [rt-users] changes don't show Is there a way to get the changes to show without rebooting the server? I'm working remotely at the moment. Thanks for the help! -Brandi On 4/23/07, Mathew <[EMAIL PROTECTED]> wrote: Restart the web server. If we don't protect the freedom of speech, how will we know who the assholes are? http://theillien.blogspot.com Brandi L wrote: > Hi all! > > Forgive my ignorance here, I've just download RT (version 3.6.3) and am > not all that familiar with it. Can someone tell me how I can make > changes show up once I've made them in the code? Not sure what to do > here. Thanks for the assistance! > > -Brandi > > > ------------------------------------------------------------------------ > > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > Community help: http://wiki.bestpractical.com > Commercial support: [EMAIL PROTECTED] > > > Discover RT's hidden secrets with RT Essentials from O'Reilly Media. > Buy a copy at http://rtbook.bestpractical.com _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
