Forums / Setup & design / Inline template debugging cannot be disabled
Roger Schmidt
Tuesday 15 August 2006 1:29:37 pm
Hello
I created a second site within same Exponential installation with connection to a different database including admin interface (pointing to same database). Both (second site and admin) share the same VarDir for caching etc..
The debug settings in site.ini.append.php for this second site has been set that no debug information should be shown:
[DebugSettings] DebugOutput=disabled Debug=inline DebugRedirection=disabled [TemplateSettings] Debug=disabled ShowXHTMLCode=disabled ShowUsedTemplates=disabled
But for some reason inline template debugging is always shown and cannot be turned off. The other site with same settings in its site.ini.append.php does not show any debug information. So, it seems that there is no global setting overwritting settings for each site.
Caches have been cleared.
Please help. Did anybody have the same or similar problem?
Thank you,Roger
Marko Žmak
Tuesday 15 August 2006 10:56:06 pm
Is by any chance inline template debugging enabled in the site.ini in "override" directory? The settings in "override" directory override those in siteacces dir.
-- Nothing is impossible. Not if you can imagine it! Hubert Farnsworth
Wednesday 16 August 2006 7:53:01 am
Actually, this should not be the case. Global overwritting would also influence the other site with same siteaccess settings for debugging as this one. But the other site does not show this silly behaviour.
Friday 18 August 2006 8:46:23 am
In site.ini in "overwrite" directory I can only find following entries which have to do with debugging:
[DebugSettings] DebugByIP=disabled [TemplateSettings] TemplateCache=enabled TemplateCompile=enabled
I think these settings should not have this "stupid" effect on inline template debugging, correct?
Regards,Roger