php - Magento 1.8 admin account login shows white dashboard page -


without change on system configuration , code since last login, 1 day admin account login shows blank dashboard page, header of page showed of content blank. big oddity customer service account able see whole dashboard page , backends working, however, account has system config part disabled, can not further. after clicking login, url has showed up: http://www.example.com/index.php/admin/dashboard/index/key/8062533e7ee0df2d1d693d1d70148ad8/

i check html rendering, header div of page has rendered, stopped @ navigation div. last rendering seen below.

<div class="nav-bar"> <!-- menu start --> 

could master out please, have no idea debug....thank much...

try:

  • clean types of caches
  • check permissions on folders(app/etc, var, media) should have 755 or higher.
  • check logs(exeptions.log, system.log)
  • enable errors reporting in index.php(ini_set('display_errors', 1);)

Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -