Hi there Brad,
I'm sure the script does utilize GD, as there are some image upload functions.
If you want to see how GD was installed, and which ver, this thread is the one which documented every step of the GD install. Since that thread, a security service updated php to 4.4.4, so that might change something concerning loading of the modules.
Here's where I stand.
As you suggested, I went into php.ini, and commented the loading of the GD module:
;extension=gd.so
I restarted apache
Then I visited my php.ini. It still shows me as having GD 2.0.28 loaded ???
Then I tried the script. My error is gone, and the script seems to be working as it should.
So my question is this:
If I disabled the extension, why is it still loading GD?
Is there anything I need to do to properly load the GD module, or have I done it already?
thanks,
json