Forums

PHP

This topic is locked

Smart Image Processor

Posted 20 Feb 2007 01:33:25
1
has voted
20 Feb 2007 01:33:25 eddie young posted:
I get the message Warning: dl() [function.dl]: Dynamically loaded extentions aren't enabled in /home/xxxxxx/public_html/ScriptLibrary/incResize.php on line 131
Error occurred in the Smart Image Processor

The GD Library is not installed correctly
Please correct and try again

Can anyone tell me if this is a problem with my php.ini file in permissions or does it look like a problem with the image processor. Has anyone seen this before?
Any help would be appreciated.

Replies

Replied 25 Feb 2007 06:48:00
25 Feb 2007 06:48:00 bj laf replied:
sounds like your GD Library may not be installed try uninstalling your current verison on php and downloading the most recent version.
Replied 19 Mar 2007 03:14:11
19 Mar 2007 03:14:11 Slash Buzzer replied:
check your php.ini , there should be something like
for windows:
<pre id=code><font face=courier size=2 id=code>extension=php_gd2.dll</font id=code></pre id=code>
or for linux:
<pre id=code><font face=courier size=2 id=code>extension=gd2.so</font id=code></pre id=code>

add it if its missing, but php_gd2.dll or gd2.so _must_ be in extensions dir

Reply to this topic