cim
Forum Replies Created
-
So using the same free license is fine then?
Forum: Plugins
In reply to: [CodeMirror Blocks] Shortcode for Classic Editor?Hi any updates on shortcodes? The autop in comments breaks the default < code > tags.
- This reply was modified 6 years, 6 months ago by cim.
Forum: Plugins
In reply to: [WP OPcache] Turning on prepcompile php option causes errorNo rush, enjoy your vacation! I will now mark this as resolve.
Forum: Plugins
In reply to: [WP OPcache] Turning on prepcompile php option causes errorYes, here are some links:
Dockerfile and assets: https://github.com/demyxco/demyx/tree/master/image/nginx-php-wordpress
These scripts replaces default config files during instance creation
nginx.conf: https://github.com/demyxco/demyx/blob/master/function/nginx.sh
php-fpm: https://github.com/demyxco/demyx/blob/master/function/php-fpm.sh
php.ini: https://github.com/demyxco/demyx/blob/master/function/php.shThis is then script that puts things together, aka the run script
https://github.com/demyxco/demyx/blob/master/function/run.sh- This reply was modified 6 years, 10 months ago by cim.
Forum: Plugins
In reply to: [WP OPcache] Turning on prepcompile php option causes errorThis was a new install using my custom bash script in Docker. It doesn’t matter what plugin you add/install, the same error pops up.
To reproduce:
- Install your plugin
- Turn on precompile option
- Download any plugin
Sorry couldn’t be much of a help as there is no PHP error written in logs.
Forum: Plugins
In reply to: [WP OPcache] Turning on prepcompile php option causes errorHi, sorry. Thought what I posted might give a clue. Turning on WP_DEBUG gave some insight. The plugin is downloaded fine but still throws an error.
Installation failed: { "success": true, "data": { "install": "plugin", "slug": "contact-form-7", "pluginName": "Contact Form 7", "debug": [ "Downloading installation package from https:\\/\\/downloads.wordpress.org\\/plugin\\/contact-form-7.5.1.4.zip…", "The authenticity of contact-form-7.5.1.4.zip could not be verified as no signature was found.", "Unpacking the package…", "Installing the plugin…", "Plugin installed successfully." ], "activateUrl": "https:\\/\\/domain.tld\\/wp-admin\\/plugins.php?_wpnonce=0d180c78c8&action=activate&plugin=contact-form-7\\/wp-contact-form-7.php" } }Weird bug, I did more testing and turns out when disabling these options makes it work fine but then it also makes the plugin pointless. There are no PHP errors, no logs either /var/log and /wp-content directories.
opcache.enable=0 opcache.enable_cli=0php.ini = http://wpbin.io/4xalrk
Could just be my setup, once again.
Forum: Plugins
In reply to: [Companion Auto Update] Premium plugins aren’t updatingThanks for the response, looks like I will be using wp-cli and cron.
Forum: Plugins
In reply to: [The Holiday Calendar] Plugin abandoned?Awesome, thank you!
I just barely caught this now. Fortunately, visitors saw the fastcgi cached version of the site so it wasn’t down for them. I had to restart php-fpm to fix this, probably due to opcache caching old code in memory.
- This reply was modified 7 years, 1 month ago by cim.
Forum: Plugins
In reply to: [Optima Express IDX] Uncaught Error: Map container is already initialized.Sorry for the vague post, I will email that address.
@robwent found the issue, I was running wp cli as a user that couldn’t write to the web root, hence permission issue. It’s now executing normally.
Success: Updated 1 of 1 plugins.
+——————-+————-+————-+———+
| name | old_version | new_version | status |
+——————-+————-+————-+———+
| siteorigin-panels | 2.9.6 | 2.9.7 | Updated |
+——————-+————-+————-+———+- This reply was modified 7 years, 6 months ago by cim.
@robwent it is in learning mode, barely installed it on a new site.
I also have this issue. Trying to run wp plugin update and have the same message as OP.
I already got it, I clicked the link to a guide from the settings page. Thank you for the follow up.
Never mind, I figured it out. My daily quota has reached its limit so I had to use my own API key.