Kaushal Patel
Kaushal Patel

Reputation: 1

Source class "\Phalcon\Http\Message\Response" for "Phalcon\Http\Message\ResponseFactory" generation does not exist

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:

  1. Magento Installation: Installed Magento 2.4.7-p3 via Composer.
composer create-project --repository=https://repo.magento.com/ magento/project-community-edition=2.4.7-p3 .
  1. Akeneo Connector Installation: Added the Akeneo Connector using the following Composer command:
composer require akeneo/magento2-connector-community
  1. Ran Akeneo Import Command:
php bin/magento akeneo_connector:import
  1. Error Log Output:

[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:

  1. Do I need to install the Phalcon PHP extension for the Akeneo Connector?

  2. Is there a compatibility issue between the Akeneo Connector (Version: 104.3.17) and Magento 2.4.7-p3 with PHP 8.2?

  3. How can I resolve this issue so that the import command works successfully?

Upvotes: 0

Views: 49

Answers (0)

Related Questions