Question
I have installed and maintained Dakar version on TWiki for the past 4 months and all my installed plugins have been working satisfactorily.
During the course of installing the
LdapContrib package, I am having trouble understanding why the package is not picking configuration settings from the LocalSite.cfg file. In trying to diagnose this problem, I have stumbled on a even simpler problem:
- When I change the enabled setting for any of the installed plugins using the web interface provided by the configure script, the LocalSite.cfg file is not getting updated.
- When I manually edit the LocalSite.cfg file and disable any of the plugins and then bring up the configure topic, those changes do not show up. The configure script seems to remember (i.e. cache) the settings from the web interface.
- In fact when I completely remove the LocalSite.cfg by renaming it (so that I can restoret it back), the configure script still shows the settings from the last web interaction.
How can I make sure that the
LdapContrib package (or any installed script/Perl-package in general) is picking the latest settings in the LocalSite.cfg file?
Environment
--
MilindKamble - 09 Nov 2006
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
I can help you with all your questions, but for the cache...
first read this...
PreventGoogleToIndexRevisions
then add this...
<meta http-equiv="pragma" content="no-cache" />
--
SteveStark - 06 Dec 2006