Quote:
Yesterday at 06:50 PM Da_GoTTi said this in Post #122
installed into /usr/bin/perl or the files are in there.....
|
See... GD goes into the extensions folder of the PHP executable. Not your user directory. If it's in your user directory, and your host claims to have "installed" it, I'd change hosts
now. They obviously don't know what they're doing. :bandit:
In the meantime, I suggest you tell them that GD comes with PHP, it just isn't
enabled by default.
This line must exist in their php.ini file (well, it's called that on WINNT servers.... :nervous:) and must NOT be commented out with a semicolon.
Code:
extension=php_gd2.dll
They could even add it to the bottom if they wanted, for easy removal if something goes wrong.
Trust me, it's simple to setup, it only took me 5 minutes of searching to figure out how to enable it when RC3 came along!