cancel
Showing results for 
Search instead for 
Did you mean: 

Catalog Product and Sales section won't load in back end

Catalog Product and Sales section won't load in back end

Hi

 

We have just had an old website updated for Magento 2 and the site is up and running fine, one problem however is we can't get the Catalog product page or sales page to load properly all the time, our developer doesn't have in issue on his end, but we are getting the issue constantly on our end and on different devices and users.

We just have a spinning wheel constantly as per pic below

any help would be greatly received as we can't upload new products at all until we fix this issue

Thanks

Raf

 

Screen Shot 2019-07-04 at 10.12.21.png

3 REPLIES 3

Re: Catalog Product and Sales section won't load in back end

Hi @raf_turnbull 

there may be memory limit issue.

Add the following line in index.php on the root folder.

ini_set('memory_limit','-1');

if it will not work then may be some fetal or js errors. 

Please check in browser console. 

Re: Catalog Product and Sales section won't load in back end

Our developer says the memory limit has already been set as high as possible

Re: Catalog Product and Sales section won't load in back end

We discovered yesterday that if we keep pressing page refresh it will eventually load but this is making adding products ridiculously slow, but I am hoping it might give someone a clue as to what the problem might be