Jump to content

Access Denied in Design > Pages as Superadmin


ican

Recommended Posts

On 9/10/2018 at 2:12 PM, ican said:

I'm using prestashop 1.7.4.2 and I'm facing error Access Denied in Design > Pages as Superadmin. I have also tried solution of this topic but can't fix it.

https://www.prestashop.com/forums/topic/600537-ps-17-access-denied-in-design-pages-as-superadmin/

Can anyone help to fix it.

 

I suggest you to restore 'ps_access' table from 'clean' DB.

or

Run a query on ps_access table > SQL to give access
 

INSERT INTO ps_access (id_profile, id_authorization_role) SELECT 1, id_authorization_role FROM ps_authorization_role; 

 

Best regards,

  • Thanks 1
Link to comment
Share on other sites

  • 11 months later...

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
×
×
  • Create New...