Maybe, it is related to opcache.revalidate_freq. You have 60 there - it means, that your PHP cached files will not be checked for changes at least for 60 seconds form last change. Since LocalConfiguration.php is also a PHP file - it is cached as well and therefore is not re-cached on next request, even if it is changed by EM.
I've set this option to 0 at our dev server, so every cached file is revalidated on each request. Live environment, however, shouldn't have this set to 0, so, probably, you may try to play with opcache.blacklist_filename [1]. Put there Localconfiguration.php, AdditionalConfiguration.php and, probably, everything under typo3temp/ folder. Please, write a solution here, if you manage to configure blacklist, so others may use it too :) [1]: http://www.php.net/manual/en/opcache.configuration.php#ini.opcache.blacklist-filename _______________________________________________ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english