Vitron Posted September 23, 2019 Share Posted September 23, 2019 После восстановления сайта не работает админка : No access reference in table module_access for id_module 99. at line 2538 in file classes/module/Module.php [PrestaShopException] 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. Что не так? (базу не трогал всё осталось как прежде) Link to comment Share on other sites More sharing options...
Kerm Posted September 27, 2019 Share Posted September 27, 2019 Посмотрите в базе или узнайте иным каким то образом, какой модуль идет под ID 99 и переименуйте на FTP папку с этим модулем. 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