943,963 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 313
  • PHP RSS
Oct 6th, 2009
0

php gd functions

Expand Post »
I've attempted googling this, but i'm not gearing my searches right or something cause i'm coming up with junk.

I have some php software I design that uses GD functions. One of my main users is on an extra machine that belongs to a hosting company. With my software installed on their site the GD functions keep coming back as not found.

The sites php info page shows that GD is installed with all the options. I found some info that did say if they did a makeclean before reinstalling that it could possibly fix the problem, but the owner of the machine wont do a reinstall for the site operator.

Is there something I/he can do to attempt to diagnose or even fix the problem without being able to reinstall?

The first function that failed was imageftbbox(), so I downgraded to code to imagettfbbox() and that wasn't found either.

Any help would be greatly appreciated.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
headedtomexico is offline Offline
55 posts
since Jan 2009
Oct 7th, 2009
0
Re: php gd functions
Well, i dont know how helpful this is, but once my applxn could not use the gd functions too, though the library was installed, so i read some article that told me i had to uncomment the line that included the gd library in the php.ini file. So, after uncommenting the line below, the code executed.
extension=gd.so I was working on a linux machine. I think on a windows machine the same line would be
extension=gd.dll Good luck.
Reputation Points: 21
Solved Threads: 15
Junior Poster in Training
wilch is offline Offline
76 posts
since Aug 2007
Oct 7th, 2009
0
Re: php gd functions
The first function that failed was imageftbbox(), so I downgraded to code to imagettfbbox() and that wasn't found either.

Any help would be greatly appreciated.
The imagettfbbox() rquires both GD library and the FreeType library both.
FreeType@ http://freetype.sourceforge.net or http://www.freetype.org
You did it?
Reputation Points: 29
Solved Threads: 76
Practically a Master Poster
network18 is offline Offline
616 posts
since Sep 2009

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: Validation for a dynamic created Texbox
Next Thread in PHP Forum Timeline: Class mysqli not find





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC