Jump to content

Access denied on backoffice with PS 1.5.6 version


Recommended Posts

Hi,

 

I was reading all the topics about this error but can't find a way to solve it. Please help me :).

 

I have an access denied error when I go to Customers > Carts or Advanced Parameters > AdminCarts .

 

I have SuperAdmin permissions, checked my db and have in id_tab  for both parameters (65 / 98) the right authorisation (1 every where)

 

 
I activated error messages in /config/defines.inc.php and got this error displayed :
Notice: Undefined offset: 98 in /var/www/default_vds/punkrave/controllers/admin/AdminHomeController.php on line 244

 

Lines in the document seems to be correct :

 

if ($profile_access[(int)Tab::getIdFromClassName('AdminCarts')]['view'])
$quick_links['eighth'] = array(
'href' => $this->context->link->getAdminLink('AdminCarts').'&id_cart',
'title' => $this->l('Abandoned shopping carts'),
'description' => $this->l('View your customer\'s carts.'),
);
 
Please, hope someone can help.

 

 

 

Link to comment
Share on other sites

×
×
  • Create New...