Zubrag.com
May 20, 2012, 11:07:59 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Some images not showing, if over 100%  (Read 4199 times)
recoding
Global Moderator
Jr. Member
*****
Posts: 71


WWW
« on: June 25, 2007, 03:19:21 am »

I have the thumb.php making the thumbnails of my images folder, which normally works fine, but i checked it today and everything that was over 100% of the 100x100 size didnt show,
eg

showed fine, but
this didnt:

i get this error:
Code:
Fatal error: Call to undefined function: imagecreatetruecolor() in /home/**HIDDEN**/thumb.php on line 233

Or this
Code:
Fatal error: Call to undefined function: imagecreate() in /home/**HIDDEN**/thumb.php on line 229

Anything i can do to fix this?

Logged

zubrag
Administrator
Hero Member
*****
Posts: 753


WWW
« Reply #1 on: June 25, 2007, 07:47:02 am »

Looks like php's GD module is not loaded. Save following as php file, open in browser, and check if there is GD loaded.

<?php  echo phpinfo();  ?>
Logged
recoding
Global Moderator
Jr. Member
*****
Posts: 71


WWW
« Reply #2 on: June 25, 2007, 09:28:27 am »

AH, i knew that, seems when i updated to Version 11 of cpanel, it reset itself, thanks for the update Smiley
Logged

Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC