[TYPO3-english] Re: Zend Opcode Cache php 5.5.2 Cant Install Ext. in EM

Viktor Livakivskyi invisible.kinder at gmail.com
Thu Aug 22 10:41:36 CEST 2013


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


More information about the TYPO3-english mailing list