[SOLVED] Fatal error: problem help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
marqua
Forum Newbie
Posts: 2
Joined: Sun Jan 02, 2005 9:11 am

Fatal error: problem help

Post by marqua »

I am learning php

I have a problem with these types of error
Fatal error: Call to undefined function: imagecreate ()
Fatal error: Call to undefined function: imagedestroy ()
Fatal error: Call to undefined function: imagefontwidth ()

What I can do for resolving the errors.

I have installed Easyphp 1.7
php 4.3.3
apace 1.3.27
mysql 4.0.15
php-gtk-1.0.1a-win32.zip

Thanks
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

I have a feeling you don't have the PHP GD libraries installed:
http://us3.php.net/manual/en/ref.image.php
http://www.boutell.com/gd/
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

yeah, sounds like GD isn't installed.

those are all kinda old versions of the software.. :?
marqua
Forum Newbie
Posts: 2
Joined: Sun Jan 02, 2005 9:11 am

Post by marqua »

I have resolved the problem removing php and mysql
Installing the packet apachefriends
Post Reply