Best Way to Upgrade from WP 2.8 (!)?

The virus part is going to be off-topic, but yes a fresh install is the way to go. What I would do to upgrade the site is: Backup everything– PHP and database Install the old site on a development server. Before running the site, replace all of the core files with new 2.8 ones from … Read more

Permissions issue when trying to update WordPress

You need to… … have your files and folders owned by your user. If you have sudo privies with your SSH access this should be easy to accomplish. sudo chown -R user ./wordpress_directory … have your files and folders, at least the ones in wp-content, in the same group as the web server. Otherwise you … Read more

Timeout While Upgrading Network in Multi-site

I was using WordPress Multisite for multiple TLDs. Example: domain.com another-domain.org sample-domain.net The primary site was domain.com which was a valid registered domain name with proper DNS resolution. another-domain.org and sample-domain.net had both expired domain name registrations. A/K/A – The DNS wasn’t resolving properly. If you’ve got a WordPress Multisite setup similarly to mine, where … Read more