By Yann R on Friday, 28 March 2014
Posted in General Issues
Replies 3
Likes 0
Views 658
Votes 0
Hello !

Users who try to register with their facebook account have some issues by using EasySocial.

It all works fine with registration. However, when they try to access their profil. They have this error:
"Not Found
The requested URL /communaute/877-yann.rallet was not found on this server."

I've just tried with non-sef url but still no works.

Members connected with a "normal" account have no problem.

Thanks for help!
Hi,

There is a bug in the SH404 plugin in EasySocial that causes username with . to not route properly.

I've applied a fix on your site to workaround this and this will be included in the next release.

/components/com_easysocial/sef_ext/profile.php

Change line 17 from:

$title[] = getUserAlias( $id );


To:

$userAlias = getUserAlias( $id );
$title[] = JFilterOutput::stringURLSafe($userAlias);
·
Friday, 28 March 2014 12:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Jason

Wonderful ! Best support ever


Thanks a lot !
·
Friday, 28 March 2014 17:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Thanks for the compliments and you're welcome.
·
Friday, 28 March 2014 17:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post