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)
Comments
Comment #1
darren.ferguson commentedNot 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.
Comment #2
tasigurl commentedI 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
Comment #3
darren.ferguson commentedAltered 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.
Comment #4
tasigurl commentedI installed the dev version for both xxmp and user relationships and still getting the missing msg.
Comment #5
darren.ferguson commentedIt 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.
Comment #6
tasigurl commentedOh, ok. thank you I will keep you posted.
Comment #7
darren.ferguson commentedNo comments hence closing
Comment #8
suit4 commentedreopening, 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?
Comment #9
darren.ferguson commentedI 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.
Comment #10
darren.ferguson commented6.x-2.0 should resolve this issue, we have been running for about 1 month with no issue on this release.