Jump to content

/register command return 'Unknown error'


SSC_Guy

Recommended Posts

Posted

1.0.3 linux server, when anyone try to /register an account, you recieve 'unknown error' in chat box. Then only thing i can create an account - is edit accounts.xml ; acl.xml by hand. Anyone can help with fixing that error?

Posted

Give Admin (or that resource in which /register cmd exists) resource acl privilege by modifying acl.xml:

<ACL>
 ...
 <group name="Admin">
   <acl name="Admin"/>
   ...
   [color=#FF0000]<object name="resource.admin" />[/color] [color=#00BF00]-- or resource in which /register cmd exists[/color]
 </group>
 ...
</ACL>

Posted
Give Admin (or that resource in which /register cmd exists) resource acl privilege by modifying acl.xml:

<ACL>
 ...
 <group name="Admin">
   <acl name="Admin"/>
   ...
   [color=#FF0000]<object name="resource.admin" />[/color] [color=#00BF00]-- or resource in which /register cmd exists[/color]
 </group>
 ...
</ACL>

<group name="Admin">
       <acl name="Moderator" />
       <acl name="SuperModerator" />
       <acl name="Admin" />
       <acl name="RPC" />
       <object name="resource.admin" />

Already have that. I think the thing is - linux server side, cos /register works, when i start win-server with same acl\accounts files.

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...