Welcome,
Guest
|
|
Hello,
Using ACL component, a very great component that runs ACL of Joomla!, with the (amazing) help of the developper of this extension ( Sander Potjer) that point a problem with the declaration not right for Joomla!'s component. Your component is impacted. Here's the problem : The issue is with an component that is using the Joomla ACL system, but not correctly. In the access.xml file the defined an action "core.filesystem", which sould be "nameextension.filesystem". This is causing issues when saving changes in ACL Manager. So, into your access.xml into your administrator/com_jifile/access.xml you have : <?xml version="1.0" encoding="utf-8" ?>
<access component="com_jifile">
<section name="component">
<action name="core.manage" title="JACTION_MANAGE" description="JACTION_MANAGE_COMPONENT_DESC" />
<action name="core.filesystem" title="JACTION_FILESYSTEM" description="JACTION_FILESYSTEM_DESC" />
<action name="core.index" title="JACTION_INDEX" description="JACTION_INDEX_DESC" />
<action name="core.admin" title="JACTION_ADMIN" description="JACTION_ADMIN_COMPONENT_DESC" />
</section>
</access> But it should be: <?xml version="1.0" encoding="utf-8" ?>
<access component="com_jifile">
<section name="component">
<action name="jifile.manage" title="JACTION_MANAGE" description="JACTION_MANAGE_COMPONENT_DESC" />
<action name="jifile.filesystem" title="JACTION_FILESYSTEM" description="JACTION_FILESYSTEM_DESC" />
<action name="jifile.index" title="JACTION_INDEX" description="JACTION_INDEX_DESC" />
<action name="jifile.admin" title="JACTION_ADMIN" description="JACTION_ADMIN_COMPONENT_DESC" />
</section>
</access> Of course remplacement into files that are calling these action has to be updated (4 more files impacted, I've made a full remplacement with notepad++ , I had 6 occurences on some actions, but you get the point...) admin\com_jifile\controllers\filesystem.php admin\com_jifile\views\filesystem\view.html.php admin\com_jifile\views\frontpage\tmpl\default.php admin\com_jifile\views\lucene\view.html.php Please correct this for the next upgrade ![]() Best regards |
The administrator has disabled public write access.
The following user(s) said Thank You: Antonio
|
|
Right, thank you so much, I do now
regards |
If you like, if it was useful, consider a donation, Thanks
Se vuoi, se ti siamo stati utili, considera una donazione, Grazie Help us by voting our extensions on Joomla.org: JiFile JoomPhoto Mobile Easy Language
The administrator has disabled public write access.
|
If you not change browser settings, you agree to it. Learn more