I have fixed my error (set file to ASCI) and worked a custom XMLRPC groups module based in floatsam, I you dont mind switching from floatsam, here is the source: https://github.com/jor3l/OSModules/tree/master/osgroups/ :)
2010/11/16 Jor3l Boa <[email protected]> > I'm still getting this error: > > > 12:03:16 - [XMLRPC-GROUPS-CONNECTOR]: An error has occured while attempting > to access the XmlRpcGroups server method: groups.getAgentGroupMemberships > 12:03:16 - [XMLRPC-GROUPS-CONNECTOR]: System.Xml.XmlException: Text node > cannot appear in this state. Line 2, position 1. > at Mono.Xml2.XmlTextReader.ReadText (Boolean notWhitespace) [0x00000] > at Mono.Xml2.XmlTextReader.ReadContent () [0x00000] > at Mono.Xml2.XmlTextReader.Read () [0x00000] > at System.Xml.XmlTextReader.Read () [0x00000] > at Nwc.XmlRpc.XmlRpcResponseDeserializer.Deserialize > (System.IO.TextReader xmlData) [0x00000] > at Nwc.XmlRpc.XmlRpcRequest.Send (System.String url, Int32 timeout) > [0x00000] > at > OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.XmlRpcGroupsServicesConnectorModule.XmlRpcCall > (UUID requestingAgentID, System.String function, > System.Collections.Hashtable param) [0x00000] > > Any idea? :/ > > 2010/11/16 Harri Nyman <[email protected]> > >> After fixing messups with my webservers, I tried this and works for me as >> well, OpenSim 0.7.0.2, Standalone HG on unix - FINALLY I have working >> groups :D >> >> Harri >> >> >> From my limited understanding it seems that XMLRPC.php is expecting >>> OpenSim to set the RoleMembersVisible bit when the createGroup function is >>> called – but it doesn’t. So I override the group powers in createGroup with >>> “$ownersPowers = 490382185988094;” just under the line that reads “// Create >>> Owner Role”. This fixes group creation for me. >>> >>> >> _______________________________________________ >> Opensim-users mailing list >> [email protected] >> https://lists.berlios.de/mailman/listinfo/opensim-users >> >> >
_______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
