sounds like a permissions problem - make sure you have the right permissions set on the folder that you are creating the temp file in
----- Original Message ----- From: Ilbert Esculpi To: [email protected] Sent: Monday, June 25, 2007 10:18 AM Subject: [php_mysql] Problem with "Zero Sized Reply" For any reason it works fine in my PC using Apache 2.0.58 and PHP 5.1.4 under Windows XP, but it doesn't work with Apache 2.0.54 and PHP 4.4.0 under Linux. I'm creating a .rtf file using data from the server... after that, I redirect the user to the file recently created... something like <?php // create the .rtf file here // : // : // redirect the user to the file echo "<script> window.open("report/file.rtf"); </script>"; ?> But i'm having "Zero Sized Reply" when running on Linux... and in Windows works well. Somebody can help me? What's the meaning of "Zero Sized Reply"? How can I fix it besides changing the PHP Version (which I can't change)? Thanks ;-) ______________________________________________ LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y móviles desde 1 céntimo por minuto. http://es.voice.yahoo.com [Non-text portions of this message have been removed] [Non-text portions of this message have been removed]
