- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2020
12:46 PM
03-27-2020
12:46 PM
Blank page when creating a new product - Magento 1.9
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/***
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2020
07:55 PM
03-27-2020
07:55 PM
Re: Blank page when creating a new product - Magento 1.9
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2020
12:28 PM
03-28-2020
12:28 PM