Fix GD Library Error By Enabling GD Library to Use TimThumb - Ubuntu Server

If you're trying to use TimThumb (an excellent PHP script that auto-resizes images) and you're getting a GD Library error, follow these steps to fix it on your server.

  1. Install the PHP5 GD Library:

sudo apt-get install php5-gd

  1. Restart Apache:

sudo service apache2 restart

Write a Comment