Hi,
I have a problem with Phoca Maps 2.0.4.
I've added a user an user group and add every permission to Phoca maps component.
But when I try to go to component as a new user (backenmenu > componets > phoca maps) i get an error:
"You are not authorised to view this resource."
I've configured other extensions for this user an they are working fine.
There is no problem in super user account.
Thx for help
Backend permissions
-
- Phoca Newbie
- Posts: 2
- Joined: 09 Jan 2012, 15:40
Re: Backend permissions
OK i've found a solution.
I think there is a bug in
administrator/components/com_phocamaps/phocamaps.php : line 12-14
insted of
there should be
I think there is a bug in
administrator/components/com_phocamaps/phocamaps.php : line 12-14
insted of
Code: Select all
if (!JFactory::getUser()->authorise('core.manage', 'com_maps')) {
return JError::raiseWarning(404, JText::_('JERROR_ALERTNOAUTHOR'));
}
Code: Select all
if (!JFactory::getUser()->authorise('core.manage', 'com_phocamaps')) {
return JError::raiseWarning(404, JText::_('JERROR_ALERTNOAUTHOR'));
}
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Backend permissions
Hi, thank you for this info, I will fix it for the next release.
Jan
Jan
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Backend permissions
Should be fixed in 2.0.5
Jan
Jan
If you find Phoca extensions useful, please support the project