If I use Jevents->Configuration->Permissions to grant permissions to a Joomla user group, the site hangs with the following Debug info.
Class 'JElement' not found
.../administrator/components/com_jevents/elements/rssmod.php:17
12 // Check to ensure this file is within the rest of the framework
13 defined('JPATH_BASE') or die();
14 jimport("joomla.html.parameter.element");
15
16 class JElementRssmod extends JElement
17 {
18 /**
19 * Element name
20 *
21 * @access protected
22 * @var string
I had created a user group called "calendar managers" and am trying to give them the same permissions that the standard Joomla "Manager" group would have (but only for the Jevents component).
I can set those four permissions to ALLOW, but when the config is saved, Jevents hangs.
Can anybodt tell me how to fix? Thanks for your attention.