nierdz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP OPcache] Cannot delete it?Hi,
What are you talking about ? You can remove it like every other plugins…
Are you sure you didn’t do something wrong with permissions on your server ? Do you have logs when you try to remove this plugin ?Hi,
I don’t know if this will help in such setup.
I would recommend to add a hook in your git repository to flush opcache once your code is up-to-date. You can simply run a curl to a file containing opcache_reset(). You absolutely need to do it with curl and not by CLI cause opcache memory is not shared between fpm and CLI.Hope this helps…
Forum: Plugins
In reply to: [WP OPcache] Combine with another plugin to be the best for opcacheHi,
A little bit late but I had this option some time ago, it was added in 2.0.
Forum: Plugins
In reply to: [WP OPcache] Option to remove “Flush PHP OPcache”Forgot to tick resolved ??
Forum: Plugins
In reply to: [WP OPcache] Option to remove “Flush PHP OPcache”Hi,
I just released a new version with this feature.
Let me know if you like it this way.Forum: Plugins
In reply to: [WP Snapcam] Does it access mobile devices camera?It depends, some work and some don’t.
I use this lib : https://github.com/jhuckaby/webcamjs so if it works with this demo it’s all good.
The author of this lib is rewriting it to enhance mobile support in next release. I’ll include it as soon as it’s done.Forum: Plugins
In reply to: [WP OPcache] Option to remove “Flush PHP OPcache”Thanks,
For the big button, I’ll think about this for the next release.
About plugin or core update, I don’t think it makes sense to separate it in two options cause recompiling all files is really fast even on some shitty server.
- This reply was modified 7 years, 5 months ago by nierdz.
Forum: Plugins
In reply to: [WP OPcache] Combine with another plugin to be the best for opcacheHey grantdb,
Just saw your message ??
Yes, I was thinking about this but I don’t know if I’ll do it cause I want to keep this plugin simple. I’ll think about it…Forum: Plugins
In reply to: [WP-FaceThumb] hi.. splendid plug !! very thanks…Hi
Pretty good idea, I will add this option when I’ll update the plugin.
Forum: Plugins
In reply to: [WP-FaceThumb] Camera detect not working?Yeah, I added this bug to my todo list
Forum: Plugins
In reply to: [WP-FaceThumb] I need to modify the SWF tutorialYep, the sources are here : https://mnt-tech.fr/wp-facethumb-swf-sources/
No fla, this plugin was done only with open source tools : Eclipse with FDT & Eclipse with php plugin.Forum: Plugins
In reply to: [WP-FaceThumb] I need to modify the SWF tutorialSWF tutorial ? What are you talking about ?
Forum: Plugins
In reply to: [WP-FaceThumb] [Plugin: WP-FaceThumb] Dont work…Hi!
If you really want to make it works you’re gonna check the logs…
I’m not going to help you to switch from IIS to Apache, even it’s a very good thing. If you want to make it right you can also switch from windows to linux ??Come on ! Check inetpub folder or whathever it is for the error log and come back with something concrete ??
Forum: Plugins
In reply to: [WP-FaceThumb] [Plugin: WP-FaceThumb] Dont work…Don’t worry I take it positively ??
So, I just ckecked your site and everything is OK for what i can see from here.
Can you check the folder permission of your plugin ?
PS:I just saw that you run wordpress on IIS… I think that’s the problem.
You have to check the log to see if some function doesn’t work. I think, that’s the problem. Do you have access to the log ?Forum: Plugins
In reply to: [WP-FaceThumb] [Plugin: WP-FaceThumb] Dont work…Hi, I’m currently at work but I’ll check your site this evening (in a few hours) to see what’s going on.
BRB