Quote from: "DJMaze"This is caused when running an Apache 2.x server with PHP 4.3.3 or less.
Upgrade to PHP 4.3.4 if you use Apache 2 webserver.
This is caused by ob_flush() a command which is not properly translated to plain text in PHP to Apache 2.
So you get binary data instead of text output.
IE and Opera recognize the file as "binary" while it's actualy a text file.
If you don't believe me here is the bug post on php site:
http://bugs.php.net/bug.php?id=25701
NOTE: This bug isn't noticed in Mozilla and Netscape browsers.
The problem is still there, even when i have updated the phpserver to version 4.3.4.
You can see on this url, that it is 4.3.4.
//www.gmc.christiannissen.dk/analyze.php
You can also see the binary output on this page.
http://www.gmc.christiannissen.dk/modules.php?name=coppermine
I am running apache 1.3... and 2....
Any ideas??
I see your using RC3 thisone is full of bugs.
Wait untill the fixed release is online and try again.