У меня проблема, когда я хочу перейти в настройку HomePage или в Диспетчер модулей, в режиме отладки я получаю эту ошибку:
Type error: Argument 3 passed to LinkBlockRepository::__construct() must be an instance of PrestaShopBundle\Translation\TranslatorComponent, instance of PrestaShopBundle\Translation\DataCollectorTranslator given, called in /home/telefono/domains/socks-yeah.com/public_html/modules/ps_linklist/ps_linklist.php on line 65
Вот 65 строка ps_linklist.php:
$this->linkBlockRepository = new LinkBlockRepository(Db::getInstance(), $this->context->shop, $this->context->getTranslator());