When I try to automatically install updates to WordPress or plugins, I receive an error: An error occurred while updating… Could not create directory …/wp-content/upgrade/… My web host runs...
I’m able to update pip-managed packages, but how do I update pip itself? According to pip --version, I currently have pip 1.1 installed in my virtualenv and I want...
I’m looking for a truly automated way to upgrade wordpress and its plugins, something that i could put in the crontab and configure it to run daily. I have...
I recently updated my blog’s WordPress version to 3.9. After running the update I received this message upon trying to access the admin panel. Database Update Required WordPress has...
I am currently working on a major update to one of my WordPress plugins. The plugin lets the user choose from several available skins. Quite often I get asked...
When we upgrade from 5.0.4 to 5.1.1 the site stops loading. The error message is Fatal error: Uncaught Error: Call to a member function images_path() on null /wp-content/themes/mytheme/header.php on...
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 4...
I have tried doing some research on this but haven’t found anything solid yet. I have a plugin I am working on and between the last version and the...
In wp-admin/includes/update-core.php we find the following line: add_action( '_core_updated_successfully', '_redirect_to_about_wordpress' ); I want to remove this action, so I created a mu plugin with the following content: <?php #...
Is there a way to update WordPress without the use of FTP, but with SFTP (which uses SSH)? I’ve only got my server set up for SSH access (and...