Authors logout in sidebar not working

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
mattsches
Regular
Posts: 440
Joined: Sat Nov 05, 2005 9:35 pm
Location: Wiesbaden, Germany
Contact:

Authors logout in sidebar not working

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Authors logout in sidebar not working

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
mattsches
Regular
Posts: 440
Joined: Sat Nov 05, 2005 9:35 pm
Location: Wiesbaden, Germany
Contact:

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post 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".
Judebert
---
Website | Wishlist | PayPal
mattsches
Regular
Posts: 440
Joined: Sat Nov 05, 2005 9:35 pm
Location: Wiesbaden, Germany
Contact:

Post 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
Post Reply