ju4nnnnnnn Posted October 17, 2021 Share Posted October 17, 2021 Hello, I have a problem, every time I try to start a resource from the admin panel it does not start the resource and I get this problem in the console, I hope you help me solve it, thanks. Sorry if I have mistakes, I have bad English [admin]/admin/server/admin_server.lua:1298: Access denied @ 'startResource' Link to comment
Moderators Vinyard Posted October 18, 2021 Moderators Share Posted October 18, 2021 Hi, your thread has been moved to the scripting section for better visibility. Link to comment
The_GTA Posted October 18, 2021 Share Posted October 18, 2021 Hello ju4nnnnnnn, have you modified your acl.xml file? This error message sounds like you are using a non-standard access permission configuration. Inside of the acl.xml file you should find the following relevant entries: <group name="Admin"> <acl name="Moderator"></acl> <acl name="SuperModerator"></acl> <acl name="Admin"></acl> <acl name="RPC"></acl> <object name="resource.admin"></object> <object name="resource.webadmin"></object> <object name="resource.acpanel"></object> </group> ... <acl name="Moderator"> ... <right name="function.startResource" access="true"></right> ... </acl> By default, the resources of the admin ACL group do have the Moderator ACL rights list assigned to them and it gives them access to the startResource function. Please check if your ACL.xml file has changed and try to revert the configuration to the last known good state. 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