Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
ISSUE SUMMARY: When trying to access the Community Answers on the Front end while logged in a Super User and error screen is displayed. Corejoomla support indicates a conflict with jomsocial API. Here is their feedback:
Looks like JomSocial broke the integration API. When I enabled profile component option the page dont load. Avatar works fine but the user profile link does not works. And it is implement just like what they have documented in developer documentation.
$jspath = JPATH_ROOT.'/components/com_community/libraries/core.php';
if(file_exists($jspath)) {
include_once($jspath);
$url = CRoute::_('index.php? option=com_community&view=profile&userid='.$userId);
}
Please ask JomSocial if there is any such API changes which broke the urls.
STEPS TO REPLICATE:
1
2
3
4
5
RESULT
EXPECTED RESULT
BROWSER
When logged into the frontend with a superuser account and accessing the Community Answers page we get the error as in the first screenshot. When logged into the frontend as a regular user we get the proper page as in the second screenshot.
Dimas wrote: Hi Meagan,
May I know the detail error? would you mind provide me the screenshoot, please?