Some recent plugin updates have failed “Could not create directory”
Some recent plugin updates have failed “Could not create directory”
Some recent plugin updates have failed “Could not create directory”
I faced the same issue with some of my posts (not all). After updating my permalinks from /%category%/%post_id%/%postname%.html to /%postname%.html it was solved. Only issue that remains are the links to the posts shared on other websites. The link I shared (using the Sharexy plugin) to Facebook translated the permalink to the one with only … Read more
Ok, the problem was, that the token / domain on Multisite was empty and the API returns NULL. Have anyone an idea, how i can inspect the Request / Response with this API Calls over WordPress Updates?
Translation update successful but apparently not
Only Super Admins should be able to update plugins for a MS install which means that it doesn’t matter what site you’re on and every site using that plugin will have it updated automatically.
Show List of Terms (not posts) that have been Recently Updated?
Migrate database between 2 different wordpress version
I experienced this problem and found that W3 Total Cache was the culprit. Deactivating and reactivating the plugin cured the problem. Hat tip to this forum for the clue.
Programatically update non-wordpress repository hosted (self-hosted) plugins
You’re right in that this does not have to do with permissions. You will run into it depending on a particular server configuration. To ensure that you don’t have to deal with it on an ongoing basis, you will want to add the FTP credentials to wp-config.php like so: define( ‘FTP_USER’, ‘username’ ); define( ‘FTP_PASS’, … Read more