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

WordPress plugin DB upgrade

In short, no. But it’s not particularly complicated. Just add a new version_compare block each time you revise the database: $db_version = get_option( ‘my_plugin_version’ ); if ( version_compare( $db_version, ‘1.1’, ‘<‘ ) ) { // Initial update code added in 1.1 } if ( version_compare( $db_version, ‘1.2’, ‘<‘ ) ) { // Additional update code … 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

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