I am facing a problem that I cannot solve and does not generate any log or even error on the screen.
When I edit or create a product, only a blank screen appears, with no information. Can someone help me?
Here is the url example: http://****.com/index.php/admin/catalog_product/edit/id/75/key/***
Hi @darcivanio
I think there are few errors which is not showing on frontend.
Add the following line in index.php file of magento root folder to see the error.
ini_set('display_errors', 1);
I hope it will help you to get the error.