Upgrade failed.
-
All my sites upgraded fine except one that fails every upgrade with “Upgrade failed. Directory for streaming has wrong permissions” or something like that.
Let me ask you guys, would it kill you to tell me WHAT DIRECTORY you’re talking about? With a couple lines of code you could check the for existence of the directory and see if it’s permissions are set correctly instead of just crashing with an amateurish “Upgrade failed” and giving us no clue about how we’re supposed to fix it.
Instead of talking about new features, fix this first! This is so frustrating.
Let me add that I tried the WP-Config fix that was mentioned and it didn’t help but I’ll repost it in case it helps someone else:
/* Setup a temporary folder for uploading and updating */
define( ‘WP_TEMP_DIR’, ABSPATH . ‘wp-content/tmp/’) ;
The topic ‘Upgrade failed.’ is closed to new replies.