WordPress Thumbnail Generation Greyed Out
I create a new install of WordPress and as I was writing up a post or two I noticed the thumbnail options were greyed out and only allowed me to insert my images full sized. The problem was a missing graphics library called GD in PHP. In Ubuntu 8.04 use
sudo apt-get install php5-gd
and restart the Apache server to load the library
/etc/init.d/apache2 restart
Re-upload the image and the option should be available.
Ubuntu Forum post
Related posts:
- WordPress Twitter Tools Shows Blank Page On Connect
- Subversion on Ubuntu 7.10
- Invalid Command ‘ExpiresActive’
- WordPress Permalink Change Error
- Setting Up CUPS (Print Server) On Ubuntu 8.04

About Danny
Young I.T software professional always studying and applying the knowledge gained and one way to do this is blogging.
Dedicated to I.T since studying pure Information Technology since the age of 16, Danny is now in the industry that he has aimed since leaving school.
View all posts by Danny → This entry was posted in
WordPress and tagged
apache server,
graphics library,
thumbnail generation,
thumbnail options,
WordPress. Bookmark the
permalink.
Leave a Reply