Hi wondering if anyone else has a solution. We are trying to give backend access to chronoconnectivity for non-super users but unable to find the permissions for it. Enabling "Access ACL Configuration" in Global Configuration makes the CCv6 submenu appears under Components, but on clicking it it still throws up an error "You are not authorised to view this resource."
Found the issue. The file "config.xml" is missing from the folder root/administrator/components/com_chronoconnectivity6.
Just create one with the following inside it:
Just create one with the following inside it:
<?xml version="1.0" encoding="utf-8"?>Permissions for it should then appear to be set.
<config>
<fieldset
name="permissions"
label="JCONFIG_PERMISSIONS_LABEL"
description="JCONFIG_PERMISSIONS_DESC"
>
<field
name="rules"
type="rules"
label="JCONFIG_PERMISSIONS_LABEL"
class="inputbox"
validate="rules"
filter="rules"
component="com_chronoconnectivity6"
section="component"
/>
</fieldset>
</config>
You need to login to be able to post a reply.