Author Topic: unable to auto thumbnail help need  (Read 4346 times)

0 Members and 1 Guest are viewing this topic.

Offline insports

  • Newbie
  • *
  • Posts: 10
    • View Profile
unable to auto thumbnail help need
« on: April 09, 2003, 04:37:07 AM »
dear all i've just set-up 4images into a new hosting, but i can't seem to auto thumbnail. this is what i get:

error creating thumbnail!


Create thumbnail for: Img 8411 (Img_8411.jpg) ....  
 Warning:  imagecreatetruecolor(): requires GD 2.0 or later in /home/virtual/site91/fst/var/www/html/gallery/includes/image_utils.php on line 65
 
 Warning:  imagecopyresampled(): requires GD 2.0 or later in /home/virtual/site91/fst/var/www/html/gallery/includes/image_utils.php on line 73
 
 Warning:  imagejpeg(): supplied argument is not a valid Image resource in /home/virtual/site91/fst/var/www/html/gallery/includes/image_utils.php on line 79
 
 Warning:  imagedestroy(): supplied argument is not a valid Image resource in /home/virtual/site91/fst/var/www/html/gallery/includes/image_utils.php on line 81
 
   Error creating thumbnail!
"always somewhere..."

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
unable to auto thumbnail help need
« Reply #1 on: April 09, 2003, 04:57:39 AM »
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline insports

  • Newbie
  • *
  • Posts: 10
    • View Profile
unable to auto thumbnail help need
« Reply #2 on: April 09, 2003, 08:22:33 AM »
Vano,

thx, i've change it , but still got the same error msg....could it be that GD2 is not install?
"always somewhere..."

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
unable to auto thumbnail help need
« Reply #3 on: April 09, 2003, 09:09:19 AM »
run this script to see if GD is installed:
Code: [Select]
<?php
phpinfo
&#40;&#41;;
?>
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline insports

  • Newbie
  • *
  • Posts: 10
    • View Profile
unable to auto thumbnail help need
« Reply #4 on: April 10, 2003, 03:58:05 AM »
The version of GDlib is listed as ?1.62 or higher? (all support types enabled), which is the same as on the .com site where I have had 4images running before. It?s the standard compiled into PHP 4.

so vano what can i do next
"always somewhere..."