Author Topic: Thumbnail - help i guess  (Read 5749 times)

0 Members and 1 Guest are viewing this topic.

Offline Caelestis

  • Newbie
  • *
  • Posts: 40
    • View Profile
Thumbnail - help i guess
« on: December 14, 2002, 10:46:03 PM »
Ok i've e-mail my host company a few times and they keep telling me that GD is installed, but i get
GD library error.
Check module settings.

what i'm asking is if anyone know a quick or easy way to use the imagecopyresized or imagecopyresampled php functions to do it?...

Please help and TIA...

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Are you sure
« Reply #1 on: December 15, 2002, 02:29:02 AM »
GD may be installed but was php built with it?

Create a new file called phpinfo.php and place this inside:
Code: [Select]
<?php
phpinfo
&#40;&#41;;
?>
Upload it to your sever and call it up in a web browser.

Look for "Configure Command" and be sure you see a line that reads:
Code: [Select]
'--with-gd'

Offline Caelestis

  • Newbie
  • *
  • Posts: 40
    • View Profile
Thumbnail - help i guess
« Reply #2 on: December 15, 2002, 03:19:47 AM »
nop it doesn't have that...(at least i'm pretty sure...)
here is the link to it-
http://www.0-gravity.com/info.php



I found out where GD and ImageMagick are installed but i get module errors everytime i try it...

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
not sure
« Reply #3 on: December 15, 2002, 04:07:34 AM »
Well unfortunately we can't tell much about how php was built on your machine.

Code: [Select]
'./configure'Simply indicates the automatic configuration script was used which doesn't let us see each option used to build php.  Your next step should be to ask your host "Was php built with GD?"  In other words, find out in that '--with-gd' option was used.

It very well could be that gd is installed but php was never built to recognize or use it.  I had that very problem at one time.

Offline Caelestis

  • Newbie
  • *
  • Posts: 40
    • View Profile
Thumbnail - help i guess
« Reply #4 on: December 15, 2002, 04:43:13 AM »
hum... is there an easy way i could fix it?

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Nope
« Reply #5 on: December 15, 2002, 05:56:33 PM »
If php wasn't built with GD, only your hosting provider can fix it.  This will mean they have to rebuild and reinstall php.  You should ask them about it.  My host took care of rebuilding php at my request.