Jump to content

Prestashop 1.7 - Backend product list missing -PROBLEM


Alien(PL)

Recommended Posts

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.

Zrzut ekranu 2022-06-07 o 10.17.55.png

Link to comment
Share on other sites

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.

  • Thanks 1
Link to comment
Share on other sites

  • 2 weeks later...

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

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