PDA

View Full Version : Thumbnails not being created


Shill
04-07-2004, 09:22 AM
Hi, I am currently testing your CMS (It's very good) I am using the light version at the moment but will more than likely upgrade for the phpbb integration.

One thing though, when I submit an image in the gallery it does not seem to create the thumbnail. Any idea what could be causing this. The original photo is there and when I click the thumbnail (white box red cross) the full image appears.

Your help would be greatly appreciated.

http://www.deathindouglas.com/gamers/

Thanks

Ziad
04-07-2004, 01:08 PM
Hi Shill,

You probably don't have gd2 installed on your server. That's a module for PHP that enables thumbnail creation (it comes with the latest version of PHP). You should ask your host to install it if they haven't already.

Another thing to note is that gif type images aren't supported for thumbnail creation by PHP. So make sure not to upload any .gif type images.

In the next version of Subdreamer Pro there will be an option of manually submitting a thumbnail.

Shill
04-08-2004, 06:28 AM
According to my webhost I have this installed

GD SupportenabledGD Version1.6.2 or higher(GD) FreeType Supportenabled(GD) GIF Supportenabled(GD) JPG Supportenabled(GD) PNG Supportenabled(GD) WBMP Supportenabled

Shill
04-08-2004, 06:34 AM
I have written to my hosts to get them to stick on GD 2.0

Cheers

Ziad
04-08-2004, 01:44 PM
Nice! GD2 is so much nicer than GD1 :)