Alien(PL) Posted June 7, 2022 Share Posted June 7, 2022 Hey, i have big problem with one of my stores Prestashop 1.7 Prestashop stopped showing products on the backend without any reason. It appears like a new Presta, but it has over 1000 products. - 2 of 5 admin accounts only show a product list with products - if i create a new account with admin privileges - no products - if i create a new account as a seller - then the product list is visible What might cause it and how to fix it? Frontend display products without a problem. Link to comment Share on other sites More sharing options...
Prestachamps Posted June 7, 2022 Share Posted June 7, 2022 Hello, Do you mean the SuperAdmin when you say Admin? Probably there is some issue in the database level with the permissions for the employees. Probably some authorization roles is missing for the administrator. You can try to verify and correct it in the database in the ps_module_access and ps_authorization_role tables. Please create a backup before you start to work in the database, or firstly try to solve it on a development version of the site. If you are familiar with SQL you can try to generate the missing roles: Global Fix DB role : SELECT CONCAT( "INSERT INTO ps_module_access (id_profile, id_authorization_role) VALUES ('1', '" , id_authorization_role , "');COMMIT;" ) FROM ps_authorization_role where id_authorization_role not in (SELECT id_authorization_role FROM ps_module_access) Probably the following article will be also helpful for you: https://www.prestashop.com/forums/topic/600537-ps-17-access-denied-in-design-pages-as-superadmin/ I hope that I could help. Have a nice day, Leo. 1 Link to comment Share on other sites More sharing options...
Knowband Plugins Posted June 7, 2022 Share Posted June 7, 2022 We request you to kindly check the permission for the seller or admin, Advance Parameter -> Team -> Permission -> {then select the member and check the permission} Kindly check the screenshot for your reference : https://nimb.ws/dYfbFR Link to comment Share on other sites More sharing options...
Alien(PL) Posted June 10, 2022 Author Share Posted June 10, 2022 @Prestachamps it seems it worked! Thank you! Link to comment Share on other sites More sharing options...
Fr4ancky Posted June 18, 2022 Share Posted June 18, 2022 Same problem. After clickin products i get a http error 500 The database sollution dit not work Link to comment Share on other sites More sharing options...
Alien(PL) Posted June 19, 2022 Author Share Posted June 19, 2022 when you get the 500 its not the same problem. Link to comment Share on other sites More sharing options...
Nickz Posted June 19, 2022 Share Posted June 19, 2022 On 6/7/2022 at 4:18 AM, Alien(PL) said: Prestashop stopped showing products on the backend without any reason. Have a look into the the servers update politics. All of sudden is highly unsusual Link to comment Share on other sites More sharing options...
Prestachamps Posted June 19, 2022 Share Posted June 19, 2022 Hi @Fr4ancky, if you have 500 error, the enable the debug mode and check the Console log or the network tab of Chrome Devtools (F12 -> network) for the exception/error that is being caused at the 500 error. Have a nice day, Leo. Link to comment Share on other sites More sharing options...
Fr4ancky Posted June 20, 2022 Share Posted June 20, 2022 The weird things is.. In debugmode I have the productpage without products. When debugmode is disabled i got an http erro 500 I dwongraded PHP to 7.2 and now it works. IN PHP sellers can use productspage but superadmin get the error 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