Looks like you may have a file/folder permission/ownership issue. Contact with your hosting support.
I’m on a dedicated server but how do I find out what kind of permission issue I’m having? My updates always worked in the past and plug in updates seem to still be working fine. This just started out of the blue and I haven’t changed anything on the server.
you can always enable debug for more verbosity
http://codex.ww.wp.xz.cn/Debugging_in_WordPress
I turned on debug but it doesn’t look like it’s generating any logs… maybe no errors?
if you haven’t already, please check your console (F12 in chrome) and see if gives an error there and let us know
you’ll have to reload the page once you enable the console
No errors.
This is what I see when I do the upgrade and after I put in my FTP password.
http://www.midtenmaker.com/images/screenshot.png
do you have ssh access? you can try resetting perms with these commands if yes:
find /path/to/doc/root -type d -exec chmod 755 {} \;
find /path/to/doc/root -type f -exec chmod 644 {} \;
I suggest reading the caveats of this at the source page to reduce the chances of breaking your install
Source
I do have ssh access but I’m no server guy by any stretch so I’m a little leery about getting into that.
whoever setup the server (or if it’s a vps from a big company) they should be able to help you
Thank you, got the server host to run the permission reset and that fixed my issues.
awesome sauce!
mind marking this as resolved?
thank you for the reminder. I’ll do that.