nierdz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP OPcache] Turning on prepcompile php option causes errorI finally removed this option in the last release cause I never found a way to fix this bug.
Not really a big deal cause the moment WordPress is loaded again after a flush, all files are in OPcache.Forum: Plugins
In reply to: [WP OPcache] Turning on prepcompile php option causes errorThanks, I finally was able to reproduce it. The two first options have to be activated to hit this bug.
I’m on a vacation trip now so don’t have much time on laptop but I’ll update the plugin as soon as I found a solution to this problem.Forum: Plugins
In reply to: [WP OPcache] Turning on prepcompile php option causes errorI can’t reproduce this problem.
Could you provide your Dockerfile and every files included in it please ? Is it on github ?
I’ll take a look at what’s blocking here.Forum: Plugins
In reply to: [WP OPcache] Turning on prepcompile php option causes errorError message is about contact form 7.
Could you disable all your plugins and enable wp opcache again.
If it works, enable one by one every other plugins and you’ll know which one is conflicted so I can try to reproduce your problem.Forum: Plugins
In reply to: [WP OPcache] Turning on prepcompile php option causes errorCould you paste some logs from your http server (probably nginx or apache) related to this error please ?
Or add anything to help ?
I can’t help I have no clue on what’s going on.EDIT: Do you have a plugin called health check ?
- This reply was modified 5 years, 7 months ago by nierdz.
Forum: Plugins
In reply to: [WP Snapcam] Page Refresh After Image SubmittedThis is probably possible, it’s been a long time since I wrote this code but I think there is a more elegant solution than refreshing the whole page. Only refreshing the div.
I’ll look into that for next release.
Forum: Plugins
In reply to: [WP Snapcam] Image Size IssueHi, thanks for the kind comment. I don’t know if this is possible to fix this bug cause of the library I’m using to take picture (https://github.com/jhuckaby/webcamjs).
I already catch this bug during development but never find a way to fix it…Maybe I could use another library to handle webcam but last time I checked, webcamjs was the most advanced and easy to use.
I’ll check this in next days.
Forum: Plugins
In reply to: [WP OPcache] Turning on prepcompile php option causes errorHey, sorry, just saw this thread
Did you find any solution to this problem ?
If not, could you post logs related to this please ? (on your server)Forum: Plugins
In reply to: [WP OPcache] Cache not deletingMark as resolved as there is no answer.
Forum: Plugins
In reply to: [WP Snapcam] New Release with PWAHey, sorry for the late answer.
This works fine on mobile, at least on mine. It even asks if I want to use front or back cam.
What’s the problem exactly ?Forum: Plugins
In reply to: [WP OPcache] Cache not deletingCan you add some details ?
How do you know OPcache is not flushed ?
Can you please describe your actions as accurately as possible.Forum: Plugins
In reply to: [WP Snapcam] no comments possible?Hey @limone111, thanks !
Yes, this is the idea, not comment possible. I didn’t want to add it cause WordPress comes with this natively and I didn’t want to make something too similar too what already exists…
Forum: Plugins
In reply to: [WP Snapcam] Date and TimeSome interesting features. I will think about this and maybe add them when I have time.
Forum: Plugins
In reply to: [WP OPcache] WP OPcache Update statusI will update this as soon as I can but this is fully compatible with 5.1.1.
All issues are listed in this forum so there is no new issues as far as I know.
Forum: Plugins
In reply to: [WP Snapcam] TimeZone@bamquisido I just released a new version : 0.5 to fix this bug.
Let me know if this is OK for you.