cancel
Showing results for 
Search instead for 
Did you mean: 

clicking on products get error http 500. All other url's working fine only products

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

clicking on products get error http 500. All other url's working fine only products

I use magento 2.3.3

 

On the home page I can add products to the cart and buy but when I click to see the product sheet none of them works error http 500 ...

 

I use nginx and I have not found the solution, it only happens with the product sheets.

 

I have read about increasing mem limit to 256 to delete cache, to reindex, but all without success.

 

if someone could help me I would really appreciate it

1 ACCEPTED SOLUTION

Accepted Solutions

Re: clicking on products get error http 500. All other url's working fine only products

Hi @vanessa_pascual ,

There might be some error.

Check error once after enabling display_error.

Edit app/bootstarp.php and edit following line.

ini_set('display_errors', 1);


I hope it will help you!

View solution in original post

2 REPLIES 2

Re: clicking on products get error http 500. All other url's working fine only products

Hi @vanessa_pascual ,

There might be some error.

Check error once after enabling display_error.

Edit app/bootstarp.php and edit following line.

ini_set('display_errors', 1);


I hope it will help you!

Re: clicking on products get error http 500. All other url's working fine only products

Thanks for your quick answer!

Well now i am seeing the errors..