warning: Cannot modify header information
tasigurl - October 25, 2008 - 19:27
| Project: | XMPP Framework |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
Since installing xmppframework, I've been getting the below warning.
warning: Cannot modify header information - headers already sent by (output started at /home/gotantan/public_html/rwolfefamily/modules/xmppframework/contrib/xmppclient/xmppclient.views.inc:1) in /home/gotantan/public_html/rwolfefamily/includes/common.inc on line 141.
Also I cant enable XMPP-VCARD because User_relationship_field_perms is missing (see below). where do i find User_relationship_field_perms?
"XMPP-VCARD 6.x-1.0 Provides the ability to synchronize your xmpp server vcard
Depends on: XMPP-Framework (enabled), Content Profile (enabled), User_relationship_field_perms" (missing)

#1
Not sure about the views issue, have you retrieved the latest dev since i believe there was an issue prior to last thursday that the dev version has fixed.
User Relationship field permissions is in the user relationships module http://drupal.org/project/user_relationships
Please advise which version of the module your using.
#2
I am using the latest dev for xmpp but still getting
User_relationship_field_perms (missing) for XMPP-VCARD.
I am using User_relationships_-6.x-1.0-beta8
#3
Altered the HEAD so it removes that dependency. The UR module i guess has removed that function. I am not sure what effect this will have if any on the xmpp_vcard module but it might not have any.
I need to re-check it tomorrow when i have more time.
#4
I installed the dev version for both xxmp and user relationships and still getting the missing msg.
#5
It wont make it to the dev version until tonight, i have updated the CVS head but it wont update until drupal,org runs their update script tonight, so it will change then.
#6
Oh, ok. thank you I will keep you posted.
#7
No comments hence closing
#8
reopening, it's so simple to fix it.
just remove the whitespace in front of the first php tag.
do we need a patch for this?
#9
I just checked out the branch for the drupal dev on the views and there is no white space in the file you are speaking about.
Can you please verify this against the 6.x.1-dev CVS
Also have created new 6.x.2-dev branch that is the new standard for the xmppframework. Lots of updates and bug fixes are in this one.
It should be released very soon. Just trying to make the necessary upgrade scripts.
#10
6.x-2.0 should resolve this issue, we have been running for about 1 month with no issue on this release.