I have this statement:
set_include_path('/sites/intranet/includes/Zend' . PATH_SEPARATOR . get_include_path());
but when I try to use the Acl library it seems that is not aboel to find;
require_once 'Zend/Acl/Resource/Interface.php';
The path is really included in the path, I have printed it. Any idea?