| Wednesday 25 January 2006 10:33:31 am 
                                                                
                                                                 
The INI files are not loaded correctly in eZ 3.7.3. The settings from siteacces are ignroed and those from override are aklways used.Here's an example...
 I have this in site.ini in overrides: 
[MailSettings]EmailSender=test_ovr
 
[TemplateSettings]TemplateCompile=disabled
 and this in site.ini in siteacces: 
[MailSettings]EmailSender=test_acces
 
[TemplateSettings]TemplateCompile=enabled
 When I look at the settings from admin interface i get: 
TemplateCompile disabledEmailSender test_ovr
 
Also, templates don't get compiled, so this isn't just a problem in viewing the settings in the admin interface.The problem is the same when I turn on TemplateCompile in override and turn it off in sitteacces, the setting from override is always used. I didn't try it but I presume this affects all the settings, not just TemplateCompile and EmailSender.
 If I don't set anything in override, siteacces settings are still ignored and the settings from original site.ini are used. And yes, I did clear the cache. I tried many times, by running clearcache.sh, from the admin interface and by deleting manually the cache folders. I'm using: 
PHP 4.4.1Apache web server on Linux
 eZ 3.7.3
 --Nothing is impossible. Not if you can imagine it!
 
 Hubert Farnsworth
 |