Не могу попасть в Бэк-офис со всех профилей кроме Superadmin
Выдаёт ошибку:

[PrestaShopException]

No access reference in table module_access for id_module 63.
at line 2264 in file classes/module/Module.php


Код:
2259.                 self::$cache_permissions[$employee->id_profile][$row['id_module']]['uninstall'] = $row['uninstall'];
2260.             }
2261.         }
2262.
2263.         if (!isset(self::$cache_permissions[$employee->id_profile][$id_module]))
2264.             throw new PrestaShopException('No access reference in table module_access for id_module '.$id_module.'.');
2265.
2266.         return (bool)self::$cache_permissions[$employee->id_profile][$id_module][$variable];
2267.     }
2268.
2269.     /**

ModuleCore::getPermissionStatic - [line 488 - classes/Hook.php] - [3 Arguments]
HookCore::exec - [line 2438 - classes/controller/AdminController.php] - [2 Arguments]
AdminControllerCore->init - [line 163 - classes/controller/Controller.php]
ControllerCore->run - [line 374 - classes/Dispatcher.php]
DispatcherCore->dispatch - [line 54 - admin/index.html]


Пишет что ошибка в модуле 63 это Конфигуратор темы.
Может кто то сталкивался?