afshop Posted May 1, 2014 Share Posted May 1, 2014 Hi, I have a big problem, i cannot acces to the module section with all the profile (i can see the module list only with superadmin ) This is the error: [PrestaShopException] No access reference in table module_access for id_module -1. at line 1814 in file classes/module/Module.php 1808. self::$cache_permissions[$employee->id_profile][$row['id_module']]['configure'] = $row['configure']; 1809. } 1810. } 1811. 1812. if (!isset(self::$cache_permissions[$employee->id_profile][$id_module])) 1813. throw new PrestaShopException('No access reference in table module_access for id_module '.$id_module.'.'); 1814. 1815. return (bool)self::$cache_permissions[$employee->id_profile][$id_module][$variable]; 1816. } 1817. 1818. /** •ModuleCore::getPermissionStatic - [line 852 - controllers/admin/AdminModulesController.php] - [2 Arguments] •AdminModulesControllerCore->initModulesList - [line 1018 - controllers/admin/AdminModulesController.php] - [1 Arguments] •AdminModulesControllerCore->initContent - [line 167 - classes/controller/Controller.php] - [0 Argument] •ControllerCore->run - [line 348 - classes/Dispatcher.php] - [0 Argument] •DispatcherCore->dispatch - [line 53 - mmadmin/index.php] - [0 Argument] Can you help me? PS. 1.5.6 thanks Angela Link to comment Share on other sites More sharing options...
Orange35 Posted June 20, 2014 Share Posted June 20, 2014 look, there was the same problem (and it is solved now): http://www.prestashop.com/forums/topic/296386-solved-error-when-installing-a-module/ 1 Link to comment Share on other sites More sharing options...
afshop Posted June 21, 2014 Author Share Posted June 21, 2014 Many thanks!!! Link to comment Share on other sites More sharing options...
Recommended Posts