Backend access for chronoconnectivity

Grant backend access to ChronoConnectivity for non-super users.

Overview

The issue occurs because the required configuration file for setting component permissions is missing.
Create the missing configuration file in the component's administrator folder, which will enable the permissions settings to appear in the Joomla backend.

Answered
Connectivity v6
we webbusteruk 01 Nov, 2021
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."
we webbusteruk 01 Nov, 2021
Answer
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:
<?xml version="1.0" encoding="utf-8"?>
<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>
Permissions for it should then appear to be set.
This topic is locked and no more replies can be posted.