Hi,
i ignore why you get this 404, maybe you have some 3PD extensions to manage SEF that conflict.
Some hints:
1. Try to select a menu item for the social extension as in the screenshot attached
2. Open the file root/components/com_jchat/models/stream.php and change the line 2902 from:
Code: |
$profileLink = JRoute::_('index.php?option=com_kunena&view=user&userid=' . $id . $Itemid);
|
to:
Code: |
$profileLink = JRoute::_('index.php?option=com_kunena&view=profile&userid=' . $id . $Itemid);
|
I've no other ideas.
Thanks
John
