Jump to content

intervolved

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

intervolved's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Ok I decided to add the command to flush the buffer and after I did that the whole page now renders.  I have not been able to recreate the problem after I added the code.  The problem did not occur all the time but today before adding the commands I was able to consistently recreate the problem.    Any ideas why this has "fixed" the problem? <?php     ob_flush();     flush(); ?>
  2. I am new to PHP.  A friend asked me to look at his site.  They are having problems with pages not completely rendering.  If you view the html that was displayed in the browser not all of the html has been sent to the browser.  The place where the page stops is not consistent.    I assume that an error is being thrown in the code but I am not familiar enough with the environment to be sure. There is no error message in the html it is just like it stopped sending the html.  I have verified that display_error iand log_errors is turned on and no error message is displayed.  What/How can I diagnose this problem?  Thanks in advance. PHP Version      4.3.2         OS              : Linux         Hosted at      : northlandcom.com
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.