Problem updating from 3.6 to 3.7

I’m also having the same problem. Plugin Updates work fine, but WordPress 3.7 (or the new 3.7.1 update) fail. Manual updating via copying over the wordpress core files worked to update to 3.7, but the 3.7.1 update fails again. I then changed nginx.conf and added in the http part (read it somewhere else – it’s … Read more

Manually updating WordPress files

Updating WordPress through the dashboard will only affect WordPress files. No other files will be touched. Do the updates in the admin dashboard. Only files that need to be updated will be updated. Even WordPress files that don’t need updating will not be touched.

Avoid loosing changes to theme

Your content (data) is stored in the database. If you don’t update the content, it will remain unchanged. Themes are mostly for data presentation (if there is no niche specialization on updating content). So, in the majority of cases, when you change the theme files, you don’t change the content itself. To be sure you … Read more

WordPress 4.8.2 redirects back after install and asks to delete/change config

from: https://stackoverflow.com/questions/32686663/error-the-file-wp-config-php-already-exists Is just a browser cache. On first URL load, you are redirected from domain.ext to domain.ext/wp-admin/setup-config.php If you are on Chrome, just open the developers console, go to “Network” tab. Reload the page and right click anywhere in the console, and hit “Clear browser cache”. Now refresh again and you will see your … Read more

Restoring from a Backup after Update

It’s never a good idea to run an old version of WordPress, so I would recommend finding the source of the issues above all else. Old versions receive no security updates and have no long-term support, so by rolling back you’re leaving yourself extremely vulnerable to security issues that have since been fixed. To fix … Read more