sqall666 Posted March 19, 2014 Share Posted March 19, 2014 The store page displayed good but the admin page is not debug: Fatal error: Call to undefined function checkTabRights() in /path/classes/controller/AdminController.php on line 1549 line 1549 in AdminController.php if (!checkTabRights($tab['id_tab']) || ($tab['class_name'] == 'AdminStock' && Configuration::get('PS_ADVANCED_STOCK_MANAGEMENT') == 0) || $tab['class_name'] == 'AdminCarrierWizard') { unset($tabs[$index]); continue; } If anyone can help me! thanks! Link to comment Share on other sites More sharing options...
vekia Posted March 20, 2014 Share Posted March 20, 2014 can you try to: open file mentioned in error code, in line 1549 you've got: if (!checkTabRights($tab['id_tab']) try to change it to if (!Tools::checkTabRights($tab['id_tab']) Link to comment Share on other sites More sharing options...
sqall666 Posted March 20, 2014 Author Share Posted March 20, 2014 doesnt work Link to comment Share on other sites More sharing options...
sqall666 Posted March 20, 2014 Author Share Posted March 20, 2014 I went back to the original file and it worked. I do not understand why! weird situation! Thanks! Link to comment Share on other sites More sharing options...
saddlers Posted March 20, 2014 Share Posted March 20, 2014 I am also getting this problem, the admin section comes up blank on some logins. At the moment I can not get into the admin section, a blank white page appears. Link to comment Share on other sites More sharing options...
saddlers Posted March 20, 2014 Share Posted March 20, 2014 A bit more info, I am able to access the admin page form a cached page on my home page, but not from a new tab or window Link to comment Share on other sites More sharing options...
Recommended Posts