Jump to content

admin page blank after install


Recommended Posts

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

×
×
  • Create New...