Empty space instead of admin bar

you are correct, that is for the admin bar. add this code to functions.php to disable the admin bar if you wish <?php /* Disable the Admin Bar. */ remove_action( ‘init’, ‘wp_admin_bar_init’ ); ?> if you want to use it then check your source for <div id=”wpadminbar”> <div class=”quicklinks”> If so, then the output is … Read more

3.1.3 auto-upgrade

sounds like you need to think about a new host… do I dare ask where you’re hosted now? But yes that’s a permission issue.

Getting rid of files not used by latest upgrade

For several versions already core updates are partial (differential). Only changed files are downloaded and overwritten so it is not safe to assume that those that weren’t are not used. However, you can compare downloads of two full releases to see which file aren’t used any more.

Why did my manual upgrade fail?

As usual, I’m going to say that any number of potential issues can arise depending on your plugins and any customization you may have in your theme etc. I manage a number of WP sites and I have rarely attempted to upgrade by multiple version at once without doing it one version at a time … Read more

Upgrade WordPress Database from 2.6 to 3.2

Upgrade by simply overwriting the new version of WordPress files, you will get the prompt of upgrading the database when logged in. Do backup the files & database before trying to do anything so that you can always revert back to the old state in case something goes wrong. Most probably the upgrade will work … Read more

How to configure site for automatic upgrades

Easiest way: Use mod_suphp instead of mod_php. This should just be a matter of using whatever ubuntu’s package manager is to remove mod_php and install mod_suphp instead. mod_suphp is a slightly modified version of mod_php. It does the same thing, but it sets the user of the apache process to be the same as the … Read more

Site needs massive upgrade – how to proceed?

Check out the Codex on Upgrading Across Multiple versions. Regarding the upgrading steps, it says: If you plan on upgrading across more than two major releases, please consider upgrading incrementally to avoid potential conflicts and minimize the risks of database damage. For example, if you plan on upgrading from 2.5 to 4.1.1, upgrade to 2.7 … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)