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
#7569
Nicolas Wojtowicz
Fresh Boarder
Posts: 15
User Offline
[SOLVED]404 error when I click on an avatar Karma: 0  
Hi,

I'm using Kunena ( I declare it in '3PD extensions integration'
I have joomla 3.7.3

If I click on my avatar in a conversation window, it tries to go to 'https://.../index.php/component/kunena/?view=user&userid=..' and ends with a 404 error.

The avatars are working well using kunena

Thanks.

Nicolas
 
Logged Logged  
  The administrator has disabled public write access.
#7570
John Dagelmore
Admin
Posts: 3722
User Online Now
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.
#7583
Nicolas Wojtowicz
Fresh Boarder
Posts: 15
User Offline
Re:404 error when I click on an avatar Karma: 0  
Hi,

Hacking stream.php didn't work, but selecting a menu item for the social extension works! so no more 404 error.

Thanks.

Nicolas
 
Logged Logged  
  The administrator has disabled public write access.
Go to top