G.E.S. Posted March 18, 2015 Share Posted March 18, 2015 Bonjour, J'aurais besoin d'une petite aide car j'ai un message d'erreur pour les employés autre que super admin: connexion backoffice impossible [PrestaShopException] No access reference in table module_access for id_module 121. at line 2202 in file classes/module/Module.php Je n'ai pas trouvé de réponse complète sur le forum et je précise que je ne m'y connais pas trop en code donc s'il faut toucher à la base de donnée pour résoudre ça, ce serait gentil de me préciser la marche à suivre. Merci d'avance Link to comment Share on other sites More sharing options...
mjpl Posted February 10, 2016 Share Posted February 10, 2016 INSERT INTO `ag_module_access`(`id_profile`, `id_module`, `view`, `configure`) VALUES ([value-1],[value-2],[value-3],[value-4]) example: INSERT INTO `ag_module_access` ( `id_profile` , `id_module` , `view` , `configure` ) VALUES ( 12, 121, 1, 0 ) From Administration Profiles , we get the id_profile , 12 is the "Supplier "profile . The profile associated with login, makes the browser error. You should get your login profile id. 121 your id_module and that's all. For me , problem solved. I hope help's you. 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