Jump to content

Problem with admin panel.


ju4nnnnnnn

Recommended Posts

 

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

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

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