I am trying to setup openx on Windows 2008 R2 with IIS, PHP 5.4.5.0, and MySQL. I have IIS setup and working, php setup and working (phpinfo(); works), and I have MySQL setup and working.
However when I try to hit http://www.myserver.com/www/delivery/avw.php?what=bannerid:1411
I get the following returned: GIF89a€ÿÿÿ!ù,D;
I want to say that I've seen something like this in the past and it was because I needed a PHP extension enabled. I thought it was GD2 so I enabled that in the php.ini: extension=php_gd2.dll. However that doesn't seem to have helped.
Does anyone have any ideas or suggestions why I'd be seeing this?
Thanks Brad