Hi druskus
Do you mean (1) the groups are not displayed in the viewer correctly, or (2) they arent even displayed in Joomlas frontend and/or backend?
If it is (2), can you please check (e.g. with phpMyAdmin) if the table \"jos_opensim_group\" is present in your Joomla\'s database and if there is one row for each group you expect to be displayed?
If (1), you\'ll probably even have problems to create a new group then. Please check out, if the OpenSim.ini has the correct settings, e.g.:
[Groups]
Enabled = true
Module = GroupsModule
ServicesConnectorModule = XmlRpcGroupsServicesConnector
; Change this to your own Joomla url:
GroupsServerURI = http://url-to-your-joomla.org/components/com_opensim/interface.php
XmlRpcServiceReadKey = 0815
XmlRpcServiceWriteKey = 0815
The last 2 values must match those values in the components \"global configuration\" at the very bottom.
I hope this helps
Greetz
FoTo50