PapaDoc Posted November 21, 2013 Share Posted November 21, 2013 Ezt az üzenetet küldi, ha a bo-ba akarok lépni, a front megy. Mi lehet az oka? Van valami ötleted Attila? [PrestaShopException] No access reference in table module_access for id_module 63. at line 1783 in file classes/module/Module.php 1777. self::$cache_permissions[$employee->id_profile][$row['id_module']]['configure'] = $row['configure'];1778. } 1779. } 1780. 1781. if (!isset(self::$cache_permissions[$employee->id_profile][$id_module])) 1782. throw new PrestaShopException('No access reference in table module_access for id_module '.$id_module.'.'); 1783. 1784. return (bool)self::$cache_permissions[$employee->id_profile][$id_module][$variable]; 1785. } 1786. 1787. /** ModuleCore::getPermissionStatic - [line 1751 - classes/module/Module.php] - [3 Arguments] ModuleCore->getPermission - [line 444 - classes/Hook.php] - [2 Arguments] HookCore::exec - [line 1861 - classes/controller/AdminController.php] - [2 Arguments] AdminControllerCore->init - [line 150 - classes/controller/Controller.php] - [0 Argument] ControllerCore->run - [line 348 - classes/Dispatcher.php] - [0 Argument] DispatcherCore->dispatch - [line 50 - admin2013/index.php] - [0 Argument] Link to comment Share on other sites More sharing options...
pattila01 Posted November 21, 2013 Share Posted November 21, 2013 a developer mód be van kapcsolva a defines.inc.php-ben? illetve a verziószám megint lemaradt... Link to comment Share on other sites More sharing options...
PapaDoc Posted November 21, 2013 Author Share Posted November 21, 2013 Költözöm 1.5.2 - ről 1.5.5 - re (gazda rendelte így) és az employee tábla nem volt szinkronban még a profile táblával, ez okozta a galibát (nem létező rekordra mutatott az id) :-) Köszi, bocsi .. Link to comment Share on other sites More sharing options...
afshop Posted May 1, 2014 Share Posted May 1, 2014 On 11/21/2013 at 8:20 PM, PapaDoc said: Költözöm 1.5.2 - ről 1.5.5 - re (gazda rendelte így) és az employee tábla nem volt szinkronban még a profile táblával, ez okozta a galibát (nem létező rekordra mutatott az id) :-) Köszi, bocsi .. Hi Papadoc I have your same problem, how do you solve it? Thanks Angela Link to comment Share on other sites More sharing options...
PapaDoc Posted May 1, 2014 Author Share Posted May 1, 2014 Hi Angela, In the `employee` table was an ID (id_profile) which does not exist in table `profile`. I have expanded manually the table `profile` to match the requirements (and `profile_lang`). :-) 1 Link to comment Share on other sites More sharing options...
afshop Posted May 3, 2014 Share Posted May 3, 2014 On 5/1/2014 at 4:34 PM, PapaDoc said: Hi Angela, In the `employee` table was an ID (id_profile) which does not exist in table `profile`. I have expanded manually the table `profile` to match the requirements (and `profile_lang`). :-) I will try. Thanks Angela Link to comment Share on other sites More sharing options...
afshop Posted May 3, 2014 Share Posted May 3, 2014 On 5/1/2014 at 4:34 PM, PapaDoc said: Hi Angela, In the `employee` table was an ID (id_profile) which does not exist in table `profile`. I have expanded manually the table `profile` to match the requirements (and `profile_lang`). :-) Hi Papadoc the data in these table are all ok, but I have always this error when i click on the tab module with all the employes ( if the profile is SuperAdmin is all ok ) [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. /** thanks Angela 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