Hi folks,
I currently have Apache 2.0.54 running with PHP 4.4.0 in Windows 200 server. I currently have PHP scripts using GD library for graphs. I editied my php.ini file to uncomment the extension for php_gd2.dll, also made sure the extensions directory is defined correctly. I have inherited(;-)) php scripts that have references to files like jp_graphs.php.
I tried restatring the apache web service after making changes to the .ini file. Still i get error saying the PHP should be recompiled with GD.
Also when i access the php file through the browser, i get the following error:
Warning: Unknown(C:\Program Files\Apache Group\Apache2\htdocs\accap.php): failed to open stream: Permission denied in Unknown on line 0
Any suggestions would be really helpful.