Results 1 to 2 of 2

Thread: Wordpress isn't generating thumbnails from uploaded images

  1. #1
    Pam dawber is offline Junior Member
    Join Date
    Oct 2009
    Posts
    11
    Rep Power
    0

    Default Wordpress isn't generating thumbnails from uploaded images

    I have a website with Wordpress installed on a CentOS server. The installation is running fine except that Wordpress isn't generating thumbnails from uploaded images. Please help me resolve the issue.

  2. #2
    Otto lechner is offline Junior Member
    Join Date
    Oct 2009
    Posts
    11
    Rep Power
    0

    Default

    Wordpress, by default, generates thumbnails using the GD library ofPHP. Please check your PHP installation for GD support. If php-gd is not installed, then install it:

    Code:
    #yum install php-gd
    After installing it, just run the following command to check whether the support is installed or not:

    Code:
    #php -m
    The output list should include 'gd' in it. This should resolve the thumbnail issue with Wordpress.

Similar Threads

  1. WordPress - 3.0
    By JenkinsReed in forum Download Tools and Softwares
    Replies: 0
    Last Post: 06-18-2010, 03:07 PM
  2. Twitter Updater for Wordpress
    By Peter dmello in forum Applications
    Replies: 0
    Last Post: 12-27-2009, 04:43 AM
  3. How to erase a Video You Uploaded on Youtube
    By Lasith Sarwan in forum Networking Jargons
    Replies: 0
    Last Post: 12-19-2009, 12:00 AM
  4. I have not uploaded voltages
    By John Petijohan in forum Overclocking
    Replies: 4
    Last Post: 04-28-2009, 09:03 AM
  5. Uploading Wordpress
    By prtec.teck in forum General Internet Terms
    Replies: 0
    Last Post: 10-15-2008, 08:25 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48