Forum
Welcome, Guest
Please Login to access forum.
Re:404 error when I click on an avatar (1 viewing) 
Go to bottom
TOPIC: Re:404 error when I click on an avatar
#7570
John Dagelmore
Admin
Posts: 3722
User Offline
Re:404 error when I click on an avatar Karma: 79  
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
 
Logged Logged  
  The administrator has disabled public write access.
      Topics Author
  Topic is closed thread link
[SOLVED]404 error when I click on an avatar
Nicolas Wojtowicz
    thread link
thread linkthread link Re:404 error when I click on an avatar
John Dagelmore
    thread link
thread linkthread linkthread link Re:404 error when I click on an avatar
Nicolas Wojtowicz
Go to top