cancel
Showing results for 
Search instead for 
Did you mean: 

Blank page on admin

Blank page on admin

Hi there,

 

I am using the latest version of magento.

 

If I go to admin, at first I get blank page - after reload website, than see normal admin panel.

 

Is this an issue?

 

Regards,

3 REPLIES 3

Re: Blank page on admin

Hi,

 

Enable error loggin for phph to see errors on the blank page.

 

For this open index.php and add 2 lines

 

if (isset($_SERVER['MAGE_IS_DEVELOPER_MODE'])) {
    Mage::setIsDeveloperMode(true);
}

error_reporting(E_ALL);
ini_set('display_errors', 1);

umask(0);

 

Re: Blank page on admin

Hello @smartgrafik 

 

There must be browser caching issue, try clearing that or check using different browser, Are you getting same thing in different browser?

Check and let us know so that we can guide your accoedingly.

Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

Re: Blank page on admin

Hello @smartgrafik 

 

Sometimes after installation of magento in local environment, chrome has such issues, but when you try to access with firefox it works fine, so check and let us know.

 

 

Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now