Tradeswiss Posted March 1, 2015 Share Posted March 1, 2015 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 More sharing options...
tuk66 Posted March 2, 2015 Share Posted March 2, 2015 Disable PHP Notices - error_reporting in php.ini. I think to log warnings or just errors is enough. Link to comment Share on other sites More sharing options...
Recommended Posts