SV: RT 3.4.1 - Local Customizations not being picked up

Hi,

I have the same problem. Tried to turn off caching but it didn’t work. How can I erase the mason files? I meen wich files to I have to delete (I’m afraid I delete the wrong files).

Best regards,
Hilde

-----Opprinnelig melding-----Fra: rt-users-bounces@lists.bestpractical.com [mailto:rt-users-bounces@lists.bestpractical.com] På vegne av Jon Daley
Sendt: 2. mai 2005 19:32
Til: rt-users@lists.bestpractical.com
Emne: Re: [rt-users] RT 3.4.1 - Local Customizations not being picked up

Mason is probably caching the data.  You can erase the files from the mason sub directory, or else, easier (but makes the web page go really

slow) is to set the following in your RT_SiteConfig.

set to 1 to turn off caching

Set($DevelMode => ‘0’);

Greetings!

You can delete mason cache this way:

$> rm -rf /opt/rt3/var/mason_data/*

It helps in most cases.

BTW, $DevelMode=1 setting crashes RTFM 2.0.4 perfectly.

SY, Danial.

Danial Klimkin,
Falk eSolutions AG Russia

Hilde T Lauvset Rafaelsen wrote: