Deniweb Posted May 28, 2015 Share Posted May 28, 2015 Hello,I have prestashop running on a domain I had to transfer it to another domain same server. I changed the domain name of the DB and uploaded all the files via FTP, but when I call the site I have this error, how can I do? Thanks !!! [PrestaShopException] No access reference in table module_access for id_module 144.at line 2264 in file classes/module/Module.php 2259. self::$cache_permissions[$employee->id_profile][$row['id_module']]['uninstall'] = $row['uninstall'];2260. }2261. }2262.2263. if (!isset(self::$cache_permissions[$employee->id_profile][$id_module]))2264. throw new PrestaShopException('No access reference in table module_access for id_module '.$id_module.'.');2265.2266. return (bool)self::$cache_permissions[$employee->id_profile][$id_module][$variable];2267. }2268.2269. /** ModuleCore::getPermissionStatic - [line 2972 - classes/controller/AdminController.php] - [2 Arguments] AdminControllerCore->getModulesList - [line 2059 - classes/controller/AdminController.php] - [1 Arguments] AdminControllerCore->renderModulesList - [line 1837 - classes/controller/AdminController.php] AdminControllerCore->initContent - [line 127 - controllers/admin/AdminLoginController.php] AdminLoginControllerCore->initContent - [line 180 - classes/controller/Controller.php] ControllerCore->run - [line 374 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 54 - admin/index.php] Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now