Page 1 of 1

Authors logout in sidebar not working

Posted: Wed Mar 12, 2008 9:39 am
by mattsches
Hi, a friend of mine uses the sidebar Authors login plugin (serendipity_plugin_loginform). Login works fine, but users can't logout anymore. This has been mentioned before in the forums (here and here sound like the same problem), yet no solution was posted.

Thing is, it works fine with my installation, even without the serendipity_event_loginform that has been recommended elsewhere.

Could well be an issue with server setup (mod_rewrite or so), but I'm not sure and right now don't have the time to investigate. Is anyone able to offer a solution?

Thanks
- Mattsches

Re: Authors logout in sidebar not working

Posted: Wed Mar 12, 2008 1:30 pm
by garvinhicking
Hi!

This might be caused of general output_buffering maybe enabled in your blog? In that case the headeR() calls of the sidebar plugin would not fail.

Regards,
Garvin

Posted: Wed Mar 12, 2008 1:41 pm
by mattsches
What exactly do you mean by "general output buffering"? Is this a blog option? If so, where do I disable it?

Or do you mean the PHP option?

- Mattsches

Posted: Wed Mar 12, 2008 3:00 pm
by garvinhicking
Hi!

The "use gzip" option can be responsible for it. Other than that, it's a php.ini option. Don't know how it's called exactly.

Regards,
Garvin

Posted: Wed Mar 12, 2008 4:22 pm
by judebert
Your provider can tell you where your php.ini is. The php.ini option for output buffering is "output_buffering", and it should be set to "0".

Posted: Wed Mar 12, 2008 5:56 pm
by mattsches
Ok, thanks, I've forwarded your recommendations. Switching off use_gzip didn't help. I'll report on the output_buffer as soon as I learn if it worked.

- Mattsches