brian habbe | window to my world

June 27, 2010

WordPress 3.0

I upgraded this week to the latest version of WordPress. This time I took the easy route and used the upgrade option in the dashboard. Not sure why I hadn’t done that in the past but will be moving forward. As always do a backup first and follow the upgrade instructions.

Filed under: Personal
Tags: ,  

August 4, 2009

Server move

Use at your own risk and always backup your data

The site moved to a new server today and I had to scramble a little, I thought they would just increase my disk space not put me on a new server. I was able to grab Kay’s mail, backup the WordPress database and site files before the dns propagated. Putting files back in place would be easy but I wasn’t sure about restoring the database. The main reason was they gave me a different admin login which means the database would be owned by a different user and table prefixes would change. But as always there should be a way, and there was.

I had to do something similar years ago for some reason I don’t remember so I set out to do a little searching. First stop was the Word Press page for moving a site. That led me to restoring your database from a backup and then on to something with pictures.

I followed the directions but had to add my own twist since the new database would be named different than the old one. Unfortunately that was out of my control.

    Again that was due to the provider giving me a different admin login than what I had for the old server.

Since I had backups of my database, specifically a .sql backup, I opened it in a text editor (gedit) to review. I didn’t have to look hard to see anywhere I saw the old name I could replace it with the new one. After making a copy of the original, always make a copy, I did a simple Search Replace and save. Following the instructions I then “dropped” the existing database … but there was nothing it is since is was fresh from an install so no harm no foul, then imported the .sql file using phpMyAdmin. There I ran into a small problem. The .sql file had a statement in it to create a database, but in my case it already existed. Easy enough, comment out the CREATE.

/*CREATE DATABASE `<database name>` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `<database name>`;
*/

With that out of the way import again and success !! I go to the site and all is well, nice. The internet does it again, a wealth of information at your finger tips…. and a little bit of logic.

Note: Standard changes to wp-config.php apply, if necessary. Since I dropped the database created on the new server and imported my old one my password did not change.

Filed under: Personal
Tags:  

December 14, 2008

Site Upgrade

With the new version of WordPress out last week figured I should upgrade. Been reading lots of good things about the UI on the back end. I took a little extra time for this one, 1/2 hour instead of 15 minutes, making sure I had correct backups of everything.

All went smoothly and I’d have to agree with the other blogs I’ve read the UI is nice. I haven’t found any theming problems but looks like some plugins have upgrades available. Wouldn’t it be nice if all upgrades went like this, uneventful.

Cheers !!!

Filed under: Personal
Tags:  

April 15, 2008

WordPress Upgrade

It’s been a while since I upgraded WordPress, since they recently came out with a new version figured it was time to do that again. Their instructions are very good and in about 15 minutes I was done. From a visitors perspective you don’t see any changes but for a user creating posts their are many.

And it’s always nice to be current …

Filed under: Personal
Tags:  

December 18, 2006

Checking out themes

I’ve been playing around with WordPress Themes a bit lately and have found a few I seem to like. The challenge being what can I tweak and what’s the result. Some of my recent downloads are:

I keep going back to my original modification of The Glass People. It’s clean, simple and I can follow the CSS and PHP. Now if I could only come up with one from scratch, something to add to the list I guess.

Filed under: Personal
Tags: ,  

September 14, 2006

Blog upgrade

Being a number of versions behind decided to upgrade WordPress this evening. A quick review of the upgrade instructions and I was off. An hour later and I’m done. Ran into one problem with a error in upgrade.php but that was solved by uploading the files in wp-includes. The upgrade instructions said this wasn’t necessary, so maybe it’s something related to the version I was running I’m not sure. None the less after moving those files the upgrade was complete. We’re back in business.

Now that I’m current wonder how long it will take before I’m not, again !!!!

Filed under: Personal
Tags: ,  

March 24, 2006

Theme mod

I got to give props to the everyone who does web site design, if I only had that kind of imagination… but I live in the real world and that kind of creativity is just not me. I do find it challenging to make changes working with what others have done. I am a fan of the guys at Binarybonsai as they have done nice work with K2 and the now WordPress default Kubrick.

So as I started to look at themes and what I could do I kept coming back to what The Glass People have done for WordPress. A simple to column theme with the sidebar on the right. So off and on for the last few weeks I’ve been making little changes to the css and php to where I think I’ve got what I want. Tonight was the final mods.

You can see from the standard theme is wasn’t much but I like stuff clean so fonts and colors had to change as well as a bit of modification to the sidebar.

Filed under: Personal
Tags: ,  

January 5, 2006

Out with bBlog and in with WordPress

After a year with bBlog I found myself looking for more options and flexability and decided to move to WordPress. After a scary moment this morning when I lost all the templating things are back to normal. I was not able to convert, using the rss import function, all the previous posts so I just moved them manually. I’m sure it was something I was doing wrong as my php skills are not that polished. A quick google reminded me that I needed to make a change in setup for where the blog pointed to and after doing that everything was back to normal.

So just don’t assume moving files should work, check docs first

Filed under: Personal
Tags: ,  

Powered by WordPress