Buffering problems (blank pages)
Status: Alpha
Brought to you by:
hans
I was wrestling with problems related to turning on the automated Login Form modifications. When I had it on, users could not access the login form, it would just return an empty page.
I was just about to give up on it and disable the plugin completely when I spotted a note in the docs for ob_start(), and I tried something. Attached is a diff with my changes (based on svn r92). The key was to pass the callback object by reference in the ob_start() calls.
Once I made that change, the login form began to load fine.
--
Dougal Campbell
Fix output buffering problems by passing the callback object by reference in ob_start() calls.