View Full Version : GD Not Generating Thumbnails But Images Still Work
BamaStangGuy
Thu 20th Sep '07, 5:32am
When I set GD to handle images in vBulletin I can upload images fine but it will not create a thumbnail for the image, just link to it. When you click on the link the image works fine.
When I change image handling to imagemagick the thumbnails generate fine. So I am guessing GD is not configured correctly?
It's compiled into php. You can check out the configuration here: http://www.mustangevolution.com/php.php
Any ideas on why GD isn't cooperating?
jason|xoxide
Thu 20th Sep '07, 12:20pm
Do you get an error (on-screen or in your httpd error_log) when you load "image.php?i=gd"? An example of what you should see is at the link below.
http://www.vbulletin.com/forum/image.php?i=gd
BamaStangGuy
Thu 20th Sep '07, 3:48pm
No that displays fine. It's just when trying to create thumbnails for forum attachments that it doesn't work.
http://www.mustangevolution.com/forum/image.php?i=gd
I don't see any errors related to gd or images on error_log either.
BamaStangGuy
Thu 20th Sep '07, 6:05pm
This is somehow related to xcache not working properly. Disabling xcache solves the GD problem.
jason|xoxide
Fri 21st Sep '07, 11:12am
I've been following both these threads... When you disabled the IonCube loader in your php.ini and let it load on demand, does everything work when you have XCache enabled?
BamaStangGuy
Fri 21st Sep '07, 4:29pm
Yes. I can't figure out why it works on demand but segfaults when loaded in php.ini.
vBulletin® v3.8.0 Release Candidate 1, Copyright ©2000-2008, Jelsoft Enterprises Ltd.