Sphene Community Tools

Community

Copyright © 2007-2018 by Herbert Poul

You are not logged in.
Login
Register

Change Language:



AddThis Social Bookmark Button

A Django site.

Powered by Sphene Community Tools
Board » General » Problem with anonymous posts

I have a category where anonymous users can only view and reply to posts. Only users that are logged in can create threads.

For some reason anonymous users always get back a 404 status when they try to reply to a thread, but logged in users do not.

Everything works fine if I change the category such that anonymous users can create threads.

But I don't want to give anonymous users that option.

Any ideas on what might be happening.

Thanks.
thanks for reporting the bug ..
i was able to reproduce and fix it .. the problem was that it always checked if the current user is allowed to post new threads in the category, instead of making a different check for posting threads and replying to thread.. (in addition .. it raised a 404 error instead of PermissionDenied)

anyway - i have fixed that now .. please update from subversion and let me know if it works for you :)

--- Last Edited by Herbert Poul at 2008-06-24 20:36:34 ---
Hey, we have Signatures !!! Great, isn't it ? ;)
It's fixed, thanks.

Now that's what I call fast service.

Please login to post a reply.



Powered by Sphene Community Tools