Jump to content

Php output buffering


Guest

Recommended Posts

I have a local test store and web test store, I have had a lot of bother trying to log into the store and admin on both sites. I found a post here that suggested either turning on output buffering in php.ini or adding ob_start("ob_gzhandler"); to the index.php and login.php files. I did the latter and can now log in ok to both sites.

Is it that a lot of people are lucky and their host has ouput buffering turned on by default (mine does not) or is there more to it?

I would hate to think anyone has to sort this out again, would it hurt to have the code in the program code anyway?

Thanks

Frank

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...