ID: 27025 Comment by: mike at ileadmedia dot com Reported By: vmelody at nd dot edu Status: Open Bug Type: Output Control Operating System: SunOS PHP Version: Irrelevant New Comment:
We've been running version 4.3.4 and getting this exact error. The page doesn't show any source, doesn't put any error in the log file (at least that I can find), and if I refresh the page, everything loads just fine. There's nothing I do to make this happen consitently. It happens totally at random. I upgraded our servers to FreeBSD, and to this new version of PHP 2 weeks ago. I tested it previously and never found this error. But once I pushed it live with loads of traffic, this error has been happening throughout the day for every user. Please help fix this. I don't want to roll back to a previous version since that can be tedious. Thanks! -Mike Previous Comments: ------------------------------------------------------------------------ [2004-01-23 14:45:34] vmelody at nd dot edu Description: ------------ I am currently seeing this exact same bug as referenced in PHP Bug 24666. Our website has been up and running for over 2 years now and we recently upgraded the webserver from 4.3.1 to php 4.3.3, Apache 1.3.29 and various other updates to the os etc. The error described in bug report 24666 has occurred with any page with php code in it. I even created a page with just: <?PHP echo "THIS IS A TEST!"; ?> Even with just that simple of a page the error occurred. I have tried to force the bug with just a standard html page and I cannot which leads me to believe that this is a bug with php itself and not with apache or maybe it is a combination. We did testing before going live with Server2 and did not see this error. So we took Server1(our live server) down and made our Server2 our live server. After doing this we began to see this bug after a couple days. So we thought that it might be related to the load on Server2 and before we did alot of debugging we completed our upgrades Server1 (typically our live server). However after making Server1 live again we continued to see this error. So our system admin has been doing some testing on Server2 to try to reproduce this error. Even though no changes were made to server2, we now cannot reproduce the error. I have done the same on a test server in my office but I cannot reproduce the error while testing. Below you will find some information from phpinfo command. If you have any thoughts on how to best trouble shoot this I would appreciate it. I have already download the latest version from snap.php.net but since it was assumed 4.3.3 fixed the problem and since it did not show up during our orginal test, I am looking for thoughts on how best to hunt this bug down. Thanks! Vincent SunOS www3 5.8 Generic_108528-27 sun4u /configure' '--prefix=/local/www/php' '--with-apxs=/local/www/apache/bin/apxs' '--with-mysql=/local/www/mysql' '--with-openssl=/local/www/openssl' '--with-oci8=/local/orasoft/app/oracle/product/8.1.7' '--with-ldap=/local/www/ldap' '--with-yaz=/local/www/yaz' '--enable-xslt' '--with-xslt-sablot=/local/www/Sablot' '--enable-sablot-errors-descriptive' '--with-expat-dir=/local/www/expat' '--with-gd' '--with-jpeg-dir=/local/www/jpeg' '--with-zlib-dir=/local/www/zlib' '--with-png-dir=/local/www/png' '--with-exec-dir=/local/www/php/bin' '--with-config-file-path=/local/www/php' '--enable-thread-safety' '--enable-track-vars' '--enable-libgcc' '--enable-sigchild' Apache/1.3.29 Apache Release 10329100 Loaded Modules mod_php4, mod_nd, mod_ssl, mod_setenvif, mod_so, mod_proxy, mod_auth, mod_access, mod_rewrite, mod_alias, mod_userdir, mod_actions, mod_imap, mod_asis, mod_cgi, mod_dir, mod_autoindex, mod_include, mod_status, mod_negotiation, mod_mime, mod_log_config, mod_env, http_core Reproduce code: --------------- <?PHP echo "THIS IS A TEST!"; ?> Expected result: ---------------- THIS IS A TEST! Actual result: -------------- <HTML><BODY></BODY></HTML> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27025&edit=1
