i want to use the upgrader_process_complete (documentation) to check if my plugin was updated (to run some scripts). My question is: when this action is triggered, WordPress is already...
I am getting the following error from comment-reply.min.js (which seems to be a WordPress file): Uncaught TypeError: Cannot read property 'firstChild' of null at comment-reply.min.js?ver=026d5828124b6319675d89d24f212b97:2 at Object.moveForm (comment-reply.min.js?ver=026d5828124b6319675d89d24f212b97:2) at...
Background: I have a plugin with the purpose of changing up the indexes on some of WordPress’s tables to make them more efficient for large sites. The plugin changes...
It began with version 3.7.1: You are using WordPress 3.7.1. Update to 3.7.1 I’ve installed and usually update WP with git from https://github.com/wordpress/wordpress: cd wordpress git fetch --tags git...
From time to time i want to give my registered users the chance to upgrade their user role by themselves for free. I tried this by writing a little...
I just tried an automatic upgrade of List Category Posts plugin to version 0.17.2 on WordPress 3.0.5. I think I had 0.17.1 before. It installed but failed to activate:...
My client is using Softaculous for software upgrading. I tried upgrading from the WordPress dashboard and it wouldn’t let me. Do I have to somehow “uninstall” Softaculous for this...
We have a pretty basic load balancing setup with 3 web servers behind a load balancer connected to the same db server and pointing their wp-content/uploads folder to an...
I have WordPress installed in a classic LAMP configuration. Is there any way to, in a protected environment (like staging), automatically log all database changes (i.e. drop indexes or...
Lets assume following situation: I develop a plugin. The plugin requires custom database table to store some kind of information. From month to month I release new versions of...