ican Posted September 10, 2018 Share Posted September 10, 2018 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. Link to comment Share on other sites More sharing options...
dinesh badrukhiya Posted September 17, 2018 Share Posted September 17, 2018 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, 1 Link to comment Share on other sites More sharing options...
ican Posted September 17, 2018 Author Share Posted September 17, 2018 4 hours ago, dinesh badrukhiya said: INSERT INTO ps_access (id_profile, id_authorization_role) SELECT 1, id_authorization_role FROM ps_authorization_role; Your query worked. issue solved. Link to comment Share on other sites More sharing options...
3dshade Posted September 9, 2019 Share Posted September 9, 2019 Hello, I also tried to solve this problem but I get this duplication error. My ver is 1.7.3.0 Thanks Anto Link to comment Share on other sites More sharing options...
3dshade Posted September 9, 2019 Share Posted September 9, 2019 Solved!! I added the following lines that were missing 53 - ROLE_MOD_TAB_ADMINCMSCONTENT_CREATE 54 - ROLE_MOD_TAB_ADMINCMSCONTENT_READ 55 - ROLE_MOD_TAB_ADMINCMSCONTENT_UPDATE 56 - ROLE_MOD_TAB_ADMINCMSCONTENT_DELETE Regards Anto Link to comment Share on other sites More sharing options...
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