Jump to content

No access reference in table module_access for id_module 74. EEROR AL MIGRAR


Recommended Posts

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. 

 

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...