Jump to content

ACL error


myonlake

Recommended Posts

Hey,

Got this annoying thing once again, which seems to be bugged, in my opinion.

scripts.log

[2012-11-03 15:53:50] ERROR: abrp-factions\s_factions.lua:226: xmlLoadFile failed; ModifyOtherObjects in ACL denied resource abrp-factions to access abrp-system 
[2012-11-03 15:53:50] WARNING: abrp-factions\s_factions.lua:229: Bad argument @ 'xmlNodeGetChildren' 
[2012-11-03 15:53:50] ERROR: abrp-factions\s_factions.lua:229: bad argument #1 to 'ipairs' (table expected, got boolean) 
 

 

acl.xml

<acl> 
   <group name="Default Group"> 
        <acl name="Default" /> 
        <object name="user.*" /> 
        <object name="resource.*" /> 
   </group> 
    
   <acl name="Default"> 
        <right name="command.*" access="true"></right> 
        <right name="function.*" access="true"></right> 
        <right name="general.*" access="true"></right> 
   </acl> 
</acl> 
 

s_factions.lua

local characters = xmlLoadFile(":abrp-system/xml/characters.xml") 
 

Any fix? I can't pretty much continue with this before this has been fixed.

EDIT: After testing aclrequest allow abrp-factions all via Console, I get this message to my server.log.

[2012-11-03 16:03:54] aclrequest: No change required 
 
Edited by myonlake
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...