Welcome Guest, Not a member yet? Register   Sign In
MX_ACL - Access Control library
#18

[eluser]natanv[/eluser]
You need to modify the following line of the mx_acl controller:
Code:
$this->_cache_path = $this->config->item('cache_path');
TO:
Code:
$this->_cache_path = $this->config->item('cache_path', 'mx_acl');

Then add/create the following config var 'cache_path' in config/mx_acl and set it to your mx_acl cache dir.

Otherwise it will fail to load the access control list cache and automatically display the error.
:coolsmile:


Messages In This Thread
MX_ACL - Access Control library - by El Forum - 04-17-2009, 05:27 AM
MX_ACL - Access Control library - by El Forum - 04-17-2009, 05:32 AM
MX_ACL - Access Control library - by El Forum - 04-17-2009, 04:11 PM
MX_ACL - Access Control library - by El Forum - 04-17-2009, 11:00 PM
MX_ACL - Access Control library - by El Forum - 05-04-2009, 11:57 AM
MX_ACL - Access Control library - by El Forum - 05-04-2009, 07:21 PM
MX_ACL - Access Control library - by El Forum - 05-04-2009, 07:39 PM
MX_ACL - Access Control library - by El Forum - 05-04-2009, 07:43 PM
MX_ACL - Access Control library - by El Forum - 05-04-2009, 07:51 PM
MX_ACL - Access Control library - by El Forum - 05-04-2009, 07:55 PM
MX_ACL - Access Control library - by El Forum - 05-04-2009, 07:57 PM
MX_ACL - Access Control library - by El Forum - 05-16-2009, 11:47 AM
MX_ACL - Access Control library - by El Forum - 05-16-2009, 11:48 AM
MX_ACL - Access Control library - by El Forum - 05-16-2009, 06:43 PM
MX_ACL - Access Control library - by El Forum - 05-17-2009, 01:52 AM
MX_ACL - Access Control library - by El Forum - 10-02-2009, 08:14 AM
MX_ACL - Access Control library - by El Forum - 10-27-2009, 09:21 AM
MX_ACL - Access Control library - by El Forum - 11-28-2009, 04:32 PM
MX_ACL - Access Control library - by El Forum - 11-11-2010, 10:23 AM
MX_ACL - Access Control library - by El Forum - 03-26-2012, 06:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB