Error when subscribing to the remote instance
Error when subscribing to the remote instance
| Issue ID: | 3447 |
| Issue Category: | bug |
| Component: | ostatus |
| Priority: | normal |
| Status: | duplicate |
| Assigned: | Unassigned |
| Version: | 1.0 |
When subscribing to a remote group (e.g., http://identi.ca/group/xmpp), I get after confirmation a blank page and this in logfile:
[Fri Sep 30 00:42:41 2011] [error] [client 192.168.1.3] PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/share/statusnet/lib/xmloutputter.php:254) in /usr/share/statusnet/lib/htmloutputter.php on line 114, referer: http://social.ceplovi.cz/main/login
When I reload page, I get couple of errors saying that user has been already subscribed to the group. Which fortunately is true.

Updates
#1
OStatusGroupAction->saveFeed() should call $this->success()
If we don't call success (which the function does according to descriptive comment above, but not present in the code) the user will end up on a white page, causing an extremely bad user experience.
I'm posting a merge request on Gitorious now.
#2
any news on this?
#3
Marking this duplicate of #3401 http://status.net/open-source/issues/3401
You can also subscribe to the
RSS feed for updates to this issue.