Hey Everyone,

I have recently created a custom module which i installed in an old SugarCRM v4.2 instance. After the install the ACL's did not seem to work. Digging further i saw that during the module install rows must not have have been inserted into the acl_actions table because this was the only module that had none. Ive had to disable the ACL's for my module as a temporary fix but was hoping someone out there had figured this problem out. I saw one promising thread on this problem that just died.

I have the required ACL function in my modules self named php class. I know the module is setup properly for ACL's because i have tested the module against a copy of the same old SugarCRM Instance and it worked fine that time but i would like to leave uninstalling and re-installing the module as a last resort. Is there a way to reset the ACL's without re-installing the module? i have read that manually inserting to these tables does not work.

i have even tried hitting this link that i found on the wiki:
index.php?module=ACL&action=install_actions

Hitting the link didnt fix it.

Thanks,
Cristian