gfsistemas Posted April 15, 2017 Share Posted April 15, 2017 Saludos amigos, he migrado una cuenta a otro servidor, bajo las mismas configuraciones php 5.6 tengo acceso como root en los 2 servidores, no funciona la web el administrador me da el siguiente error, copio el link: http://tempofashion.ec/web/admtempo/index.php?controller=AdminLogin&token=470783a71937e0ba69c04d6b3074f5f3 [PrestaShopException]No access reference in table module_access for id_module 74.at line 2538 in file classes/module/Module.php 2533. self::$cache_permissions[$employee->id_profile][$row['id_module']]['uninstall'] = $row['uninstall'];2534. }2535. }2536. 2537. if (!isset(self::$cache_permissions[$employee->id_profile][$id_module])) {2538. throw new PrestaShopException('No access reference in table module_access for id_module '.$id_module.'.');2539. }2540. 2541. return (bool)self::$cache_permissions[$employee->id_profile][$id_module][$variable];2542. }2543. ModuleCore::getPermissionStatic - [line 3252 - classes/controller/AdminController.php] - [2 Arguments] AdminControllerCore->getModulesList - [line 2291 - classes/controller/AdminController.php] - [1 Arguments] AdminControllerCore->renderModulesList - [line 2025 - classes/controller/AdminController.php] AdminControllerCore->initContent - [line 137 - controllers/admin/AdminLoginController.php] AdminLoginControllerCore->initContent - [line 189 - classes/controller/Controller.php] ControllerCore->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 58 - admin/index.php] Y en el frontend da error 500 http://tempofashion.ec/web/ la verdad he buscado ya una semana y doy como corregir, me pueden ayudar por favor, muchas gracias como debo solucionarlo.... 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