cancel
Showing results for 
Search instead for 
Did you mean: 

Blank page when creating a new product - Magento 1.9

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

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. 

Re: Blank page when creating a new product - Magento 1.9

Hello @Vimal Kumar 

 

I had already done this and did not get any feedback.