SSC_Guy Posted February 21, 2010 Share Posted February 21, 2010 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? Link to comment
Buffalo Posted February 21, 2010 Share Posted February 21, 2010 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> Link to comment
SSC_Guy Posted February 21, 2010 Author Share Posted February 21, 2010 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. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now