PDA

View Full Version : PHP Fatal error line 1301


mikep
Fri 30th Jun '06, 12:58pm
any one got any idea why i keep getting this error message on my apche log reports

[error] [client 62.163.48.112] PHP Fatal error: Call to undefined function: imagecreatetruecolor() in C:\\Program Files\\Apache Group\\Apache2\\htdocs\\MyDomainName\\Forum\\inclu des\\class_image.php on line 1301

(where MyDoaminName is my domain name)

looks kind of odd there really are lots of "\\" instead of "\" ???

Colin F
Fri 30th Jun '06, 1:26pm
What version of PHP and GD are you running?

mikep
Fri 30th Jun '06, 4:31pm
im using php 4.4.2 and mySQL5.0.22 apache2.0, um this might seem like a little bit of a silly question but what is GD

DelphiVillage
Wed 12th Jul '06, 9:19am
What version of PHP and GD are you running?

GD is an image manupalating / processing libary.Your PHP build must be compiled with GD support or that function (ImageCreateTrueColor()) will fail to work


<?php
phpinfo();
?>


in the output of this script you have GD support if it shows up in the table

www.boutell.com/gd (http://www.boutell.com/gd)

Floris
Wed 12th Jul '06, 9:20am
vBulletin 2 is outdated, version 3.5.4 and higher have a lot better support for the latest php/mysql and apache libraries like gd. I recommend to upgrade.

Marco van Herwaarden
Wed 2nd Aug '06, 4:47am
Which version of vBulletin are you running. You have posted in a vB2 forum, but i doubt you are running that version.