nierdz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP OPcache] 500 error when trying to flush the cacheNope, I need error logs from this vhost cause errors you were showing are not related to my plugin so I can’t investigate or reproduce this behaviour.
Forum: Plugins
In reply to: [WP OPcache] Zend OPcache is loaded but not activatedThanks for this tip !
Forum: Plugins
In reply to: [WP OPcache] 500 error when trying to flush the cacheAre you sure that error logs are on general error log for this particular vhost ?
Can you look at the configuration file of this vhost and search forErrorLog. It will tell precisely which file handled error logs. Then you can grep in this file.The plugin only use opcache_reset() : http://php.net/manual/fr/function.opcache-reset.php
Forum: Plugins
In reply to: [WP OPcache] 500 error when trying to flush the cacheThose logs are not related to wp-opcache.
You need to search logs with this keyword ‘flush-opcache’Forum: Plugins
In reply to: [WP OPcache] 500 error when trying to flush the cacheError log from apache relevant to the 500 error you got
Forum: Plugins
In reply to: [WP OPcache] 500 error when trying to flush the cacheCan you check your web server (apache or nginx) log please and show me this here ?
Forum: Plugins
In reply to: [WP OPcache] Dismissing the “OPcache was successfully flushed.” messageThis is more complex than it look likes, I’ll look into this when I got time.
I’ll update this thread when done.Forum: Plugins
In reply to: [WP OPcache] Dismissing the “OPcache was successfully flushed.” messageHere it is !
Forum: Plugins
In reply to: [WP Snapcam] Does it access mobile devices camera?I just included the last release of webcamjs.
It’s working fine on my mobile phone Oneplus 5.Forum: Plugins
In reply to: [WP Snapcam] Please help me not working :((Hi, I know it’s late but I just released a new version today which should addresses this kind of problem.
Can you confirm it’s working fine ?Forum: Plugins
In reply to: [WP OPcache] Flushing the PHP file cacheHi, I just released a new version to address this issue : 2.4.1
Can you try it and tell me how it works ?Forum: Plugins
In reply to: [WP OPcache] There is an error when I try to flush opcache.Hi, I just released a new version to address this issue : 2.4.1
Can you try it and tell me how it works ?Hi, I just released a new version to address this issue : 2.4.1
Can you try it and tell me how it works ?Forum: Plugins
In reply to: [WP OPcache] Flushing the PHP file cacheI just released 2.4 version with support for opcache.file_cache.
Let me know if it works correctly on your php version. I only tried on 7.0.28-1.++
Forum: Plugins
In reply to: [WP OPcache] Flushing the PHP file cacheHi George,
This is a really nice idea, I’ll work on this feature during next weekend.
Could you post me your opcache configuration please ?++