No ACLs available

  • Ortreum
  • Topic Author
  • Visitor
  • Visitor
26 Jul 2011 04:13 #1822 by Ortreum
No ACLs available was created by Ortreum
joomlamailer version: 1.7.2
Joomla! version: 1.6.4
PHP version: 5
MySQL version:

Hi,

my ACL list is completely empty for this component. There is no way to enable it for any user but the super admin. Every other component can do this. Why not chimpy?
I don't want to give someone a superadmin account for sending emails or kicking subscriptions.

imageupload.org/?d=DED6D92A1
(Your attachment upload tells me that I am flooding by uploading a 180kb image ... if it is to large than enter a max size in this box ...)

Micha

Please Log in or Create an account to join the conversation.

More
26 Jul 2011 12:31 #1824 by pete
Replied by pete on topic No ACLs available
Hello Micha,

Thanks for reporting this issue. It looks like the component didn't install properly. Please upload the attached file to the folder/administrator/components/com_joomailermailchimpintegration/

access.xml

We'll address this issue in the next update.

Kind regards,
Pete

Please Log in or Create an account to join the conversation.

  • Ortreum
  • Topic Author
  • Visitor
  • Visitor
27 Jul 2011 01:45 #1827 by Ortreum
Replied by Ortreum on topic No ACLs available
Thank you. That works! :) *hug* You saved my day.

But I don't know how I could do anything wrong? There is a zip and an upload for this zip and no way to do anything wrong by me. =(

Please Log in or Create an account to join the conversation.

More
29 Jul 2011 17:46 #1838 by pete
Replied by pete on topic No ACLs available
I'm not sure if I understand correctly. What you have to do is upload the file access.xml via FTP to the folder: folder/administrator/components/com_joomailermailchimpintegration/

Does that answer your question?

Please Log in or Create an account to join the conversation.

  • Ortreum
  • Topic Author
  • Visitor
  • Visitor
30 Jul 2011 20:57 #1851 by Ortreum
Replied by Ortreum on topic No ACLs available
Hi,

I did what you've said and it worked.
But the point is: why was this file missing? There was no way from my side doing anything wrong. Uploading a zip file was everything I did.


Micha

Please Log in or Create an account to join the conversation.

More
02 Aug 2011 14:09 #1858 by pete
Replied by pete on topic No ACLs available
Hi Micha,

It's a bug in joomlamailer. Not your fault ;)
Will be fixed in v1.7.3

Kind regards,
Pete

Please Log in or Create an account to join the conversation.

More
21 Aug 2011 20:30 #1931 by tvector
Replied by tvector on topic No ACLs available
Hi, the same issue happens with the Joomla 1.5 version. 1.72
SuperAdmins and Administrators have access but not Managers. Is there a way to enable this for Managers?

Please Log in or Create an account to join the conversation.

More
22 Aug 2011 13:49 #1933 by pete
Replied by pete on topic No ACLs available
Hello tvector,

In Joomla 1.5 the access to joomlamailer is limited to users that have permission to install/uninstall extensions. This would be the groups Super Administrator and Administrator. If you want to grant access to everyone who can log in to the backend you need to edit the file /administrator/components/com_joomailermailchimpintegration/admin.joomailermailchimpintegration.php
At line 26 you'll see this code:
Code:
if (!$user->authorize('com_installer', 'installer')) {
Remove that line and the following 2 lines (line 26 - 28) (or comment them out by adding two slashes at the beginning of the lines).

Kind regards,
Pete

Please Log in or Create an account to join the conversation.

More
22 Aug 2011 15:55 #1935 by tvector
Replied by tvector on topic No ACLs available
Thanks that did the trick!

Please Log in or Create an account to join the conversation.