ID: 13771
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: PHP options/info functions
Operating System: Suse 7.0
PHP Version: 4.0.4pl1
New Comment:
i think i found the problem but not the solution. here is the script:
<?
include_once("include/eProcurement.php");
function parse_buffer($_buffer) {
return use_buffer($_buffer);
}
ob_start("parse_buffer");
?>
<html>
<head><title>Buyers Page (Home)</title>
<link rel="stylesheet" href="css/default.css" type="text/css">
</head><body bgcolor='white'>
<span class="headers1"> Buyers Page</span>
<table border=1 width=600>
<tr>
<td class="tbl_header_fnts1" ><b>Home</b></td>
<td class="tbl_header_fnts1" ><a href='buyers_order.php'>Order</a></td>
<td class="tbl_header_fnts1" ><a href='buyers_qry_orders.php'>Query
Orders</a></td>
<td class="tbl_header_fnts1" ><a href='buyers_qry_orders_result.php'>Query
Results</a></td>
</tr>
<tr>
<td colspan=4>
<p>Home page for buyers...</p>
</td>
</tr>
</table>
</body>
</html>
<? ob_end_flush(); ?>
if i replace the function "ob_start("parse_buffer")" with ob_start() only, the page
gets displayed properly.
what is my problem?? is ob_start not behaving properly in my compilation?
Thanks
Previous Comments:
------------------------------------------------------------------------
[2001-10-20 13:23:07] [EMAIL PROTECTED]
hi! i did what u said. I upgraded to php4.06 but i still have the same problem (page
cannot be displayed)
this is the site http://www.vasia.com/issitec/buyers_login.html
when i try to log in, it will call "buyers.php"
which does not display at all
------------------------------------------------------------------------
[2001-10-20 04:42:28] [EMAIL PROTECTED]
Please try php 4.0.6 from www.php.net and report back if the problem still exists.
Derick
------------------------------------------------------------------------
[2001-10-20 02:44:46] [EMAIL PROTECTED]
I have a SUSE 7.0 system, apache 1.3.19, php4.04pl
My test.php works fine but the problem is that when i have an include() script calling
for another php page, my browser says: "cannot be displayed"
my basic installation was:
#apache 1.3.19
./configure --prefix=/usr/local/www
make
make install
#php4.04pl
./configure --with-mysql=/usr/local/mysql --with-xml
--with-apxs=/usr/local/www/bin/apxs
make install
thats about it.
Thanks for ur time guys!
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=13771&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]