fauxhandle Posted July 1, 2024 Share Posted July 1, 2024 (edited) Hi all, I struggle to add a Synfony bundle to Prestashop: https://github.com/openai-php/symfony The best I have is as following: (I did not find any other way to install the bundle without error) Quote $ git clone --depth 1 [email protected]:PrestaShop/PrestaShop.git $ composer install $ composer update $ composer clear-cache $ composer require openai-php/symfony Then I do a install, and I have this error: Fatal error: Declaration of PrestaShopBundle\Service\Log\LogHandler::write(array $record): void must be compatible with Monolog\Handler\AbstractProcessingHandler::write(Monolog\LogRecord $record): void in /home/admin/Code/prestashop.lan/src/PrestaShopBundle/Service/Log/LogHandler.php on line 56 Do someone could help me to have a clean installation with this bundle installed? Regards, F Edited July 2, 2024 by fauxhandle Edit command lines (see edit history) Link to comment Share on other sites More sharing options...
fauxhandle Posted July 3, 2024 Author Share Posted July 3, 2024 Does anyone have any tips and tricks to help me install a Symfony bunble on Prestashop? 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