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,
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);
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.
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.