By sitemaker on Thursday, 23 July 2015
Replies 4
Likes 0
Views 1.5K
Votes 0
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.
Hello,

Please can you post your JEvents Support Info?

Many thanks
Tony
·
Thursday, 23 July 2015 19:25
·
0 Likes
·
0 Votes
·
0 Comments
·

PHP Version : 5.3.27
MySQL Version : 5.1.73-cll
Joomla : 3.4.3
component_com_jevents : 3.1.42
component_com_jce : 2.5.2
module_mod_jevents_cal : 3.1.42
module_mod_jevents_custom : 3.1.42
module_mod_jevents_filter : 3.1.42
module_mod_jevents_latest : 3.1.42
module_mod_jevents_legend : 3.1.42
module_mod_jevents_switchview : 3.1.42
plugin_content_jevents : 3.2.0
plugin_finder_jevents : 3.1.42
plugin_search_eventsearch : 3.1.42
·
Friday, 24 July 2015 02:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

You are using JEvents 3.1.42, the latest 3.1 release is 3.1.47 so at the very least upgrade that.

Ideally you should be using JEvents 3.2.19 and soon 3.4.

Many thanks
Tony
·
Friday, 24 July 2015 08:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Actually for Joomla! 3.4, you should always go with the largest release number, so please upgrade to 3.2.19 and check if that fixes you issue.
·
Friday, 24 July 2015 09:57
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post