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
Solved! Go to Solution.
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!
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!
Thanks for your quick answer!
Well now i am seeing the errors..