|
Posted by Aleksandar Cikota on 10/01/06 22:22
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.
>
Navigation:
[Reply to this message]
|