Quote:
|
Originally Posted by omegatron the gd2 dll that comes with your php works fine with windows. He is referring to the one specifically downloaded on his site
The ones that come with the php you download from php.net is fine
Looks like you have everything set right but alas with permissions issues most people use GD2 cause on some php setups it gets quite quirky and the cgi error indicates a php issue but without some sort of server error i can not suggest a resolution. |
I guess I miss spoke in my first post... after looking at other viable options in getting this to work.. I've found that php was running as cgi...
I tried in vain upgrading to PHP 5.05 and running it in ISAPI mode... But After reading through dozens of how to's , I couldn't get it run properly, so I reverted back to PHP 4.40 as cgi.
I also enabled the GD2 extension in PHP.ini and it loads fine.
I made the following changes to my config-inc.php file:
$mogrify_command = "";
$usegd = 2
I still get the following error:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
I've spent more than 6 hours troubleshooting this, and I am at my wit's end
Please help