Hi,
I have downloaded a wordpress theme that uses the gd library to make thumbnails of pictures. My problem is that instead of a picture I see just a box and when I go to the source of the box I can't see a picture but an error that says the "imagecreatetruecolor" does not exists.
After I searched for a while, I understand that this function is part of the gd library, I did everything to install it, I have windows so those are the steps I took:
1. activate the extension to the php_gd2.dll file.
2. added the php_gd2.dll file to the extension directory
Still it doesn't work. Does anyone else have this problem? Please help me, I am stuck.