Using OpCache speeds up sites very much (at least for our sites), but it sometimes makes conflicts when installing or opgrading Joomla extensions.
The solution is to empty the opcache before the installation / upgrade (and perhaps also after). If we empty the OpCache manually before and after an opgrade it does not make conflicts at all.
The solution is to insert this in the installer:
if (extension_loaded('Zend OPcache') opcache_reset())
Can this be done in a future version?
Status | New | ⇒ | Duplicate Report |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-02-22 14:07:11 |
Closed_By | ⇒ | brianteeman |
Closing as a duplicate of your own issue #8249
If you want to see this change in Joomla then please consider submitting a Pull Request
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9192.