Reputation: 1
I have installed the Akeneo Connector (Version: 104.3.17) on my Magento 2.4.7-p3 installation. However, when I try to run the Akeneo import command, I encounter the following error:
[2025-01-23T06:59:36.309022+00:00] report.DEBUG: Source class "\Phalcon\Http\Message\Response" for "Phalcon\Http\Message\ResponseFactory" generation does not exist. {"exception":"[object] (RuntimeException(code: 0): Source class "\Phalcon\Http\Message\Response" for "Phalcon\Http\Message\ResponseFactory" generation does not exist. at /var/www/html/house/vendor/magento/framework/Code/Generator.php:223)"} []
Steps to Reproduce the Issue:
composer create-project --repository=https://repo.magento.com/ magento/project-community-edition=2.4.7-p3 .
composer require akeneo/magento2-connector-community
php bin/magento akeneo_connector:import
[2025-01-23T06:59:36.309022+00:00] report.DEBUG: Source class "\Phalcon\Http\Message\Response" for "Phalcon\Http\Message\ResponseFactory" generation does not exist. {"exception":"[object] (RuntimeException(code: 0): Source class "\Phalcon\Http\Message\Response" for "Phalcon\Http\Message\ResponseFactory" generation does not exist. at /var/www/html/house/vendor/magento/framework/Code/Generator.php:223)"} []
Environment Details:
Questions:
Do I need to install the Phalcon PHP extension for the Akeneo Connector?
Is there a compatibility issue between the Akeneo Connector (Version: 104.3.17) and Magento 2.4.7-p3 with PHP 8.2?
How can I resolve this issue so that the import command works successfully?
Upvotes: 0
Views: 49