|
Posted by linda on 10/17/06 22:55
"Aleksandar Cikota" <alexci@web.de> wrote in message
news:efpf36$6tr$1@ss408.t-com.hr...
> 1) I have set extension_dir = c:\php\ext in php.ini
> 2) I have uncommented the line extension=php_gd2.dll in php.ini
> 3) I have given full access to IUSR_ and IWAM_
> 4) I have restarted the server.
> 5.) Yes, the file php_gd2.dll exists in the ext folder
>
> But always the same error :-(
>
> Regards,
> A.
>
>
> "Aleksandar Cikota" <alexci@web.de> wrote in message
> news:efoue2$p4e$1@ss408.t-com.hr...
>> Hi,
>>
>> I use IIS5.1 installed on Windows XP. My PHP version is 5.1.4. I have a
>> little problem with php_gd2.dll extension. When I start phpinfo() there
>> is on the bottom this error mesage:
>> PHP Warning: PHP Startup: Unable to load dynamic library
>> './ext\php_gd2.dll' - Access is denied. in Unknown on line 0
>>
>>
>> And in an other php programm, when I try to draw a rectangle the error
>> message looks so:
>>
>> Warning: Cannot modify header information - headers already sent by
>> (output started at c:\Inetpub\wwwroot\J75\kvadrat.php:6) in
>> c:\Inetpub\wwwroot\J75\kvadrat.php on line 7
>>
>> Fatal error: Call to undefined function ImageCreate() in
>> c:\Inetpub\wwwroot\J75\kvadrat.php on line 10
>> PHP Warning: PHP Startup: Unable to load dynamic library
>> './ext\php_gd2.dll' - Access is denied. in Unknown on line 0
>>
>>
>> Why is the access denied? What schould I do?
>>
>> Thank You!
>>
>> Regards,
>> A.
>>
>
>
I had a simular problem when i tried to debug my php code, the solution I
found was to "copy" (not move) the php_gd2.dll from the extensions folder
into the main php folder. It sorted if for me.
Best wishes
Linda
Navigation:
[Reply to this message]
|