WordPress 2x and Thumbnails

calendar Posted on March 5, 2006   comments 2 Comments

I kept hearing folks mention the nifty ability for WP2.x to create thumbnails when uploading images; And I never could see that as an option in my installation. A couple weeks ago I got a hint from a support forum post that mentioned "GD" was necessary. Well golly, I had a clean modern server, surely I had GD, right? Nope. Turns out that I did not. Until just now.

I did some poking around this evening and based on what I was seeing, it would appear I just needed two packages. So first I ran

CODE:
  1. sudo yum install gd-devel

which had half a dozen dependencies. Checked the blog and... nope, still no thumbnailing. Oh yeah... PHP needs to know about it. Ok, so then ran

CODE:
  1. sudo yum install php-gd

Restarted httpd for good measure and ta dah! I can do thumbnails automagically now. Bet I'll need to give PHP a bit more memory now, but a few tests all seemed to work.

Heady stuff, to be sure. But who knows, maybe some other poor schmuck too embarassed to ask for help will find this.

tags Tags: , , ,

Related Posts Possibly Related Posts

Comments

2 Responses to “WordPress 2x and Thumbnails”

  1. K3NNY on September 21st, 2007 8:46 pm

    I’ve been grunting around for almost 2 hours now trying to figure out why on earth “Show: thumbnail” didn’t appear when posting, until I reached this post. Yeah, I didn’t have GD running on my test server either, but I do now and it works lovely.

    I’ll always remember you for pointing this out.

    Disclaimer: “Always” doesn’t necessarily means “forever”; “A week or two” is more likely. :D

  2. Chris on September 22nd, 2007 10:13 pm

    Hey k3nny, glad I could help — and thanks for the chuckle :-)

Leave a Reply




Have you read the Comments section on the Disclaimer page?

About

Wandering the Internet, looking at all things bright and shiny. Playing with many, writing about some. More …

Recent Posts

Recent Comments: