We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.2.x
CE
di:compile runs through without error
di:compile throws an error: [ReflectionException] Class Magento\Framework\MessageQueue\PublisherInterface does not exist
either remove the feature or drop the magento versions in the composer.json which do not support that interface
The text was updated successfully, but these errors were encountered:
Sorry about this... Give me a few to fix this... I need to figure out the Magento version number for MessageQueue
"magento/module-backend": "100.0.|100.1.|100.2.|101.0.|102.0.", "magento/framework": "100.0.|100.1.|101.0.|102.0.|103.0.",
Sorry, something went wrong.
any solution for this...
No branches or pull requests
Magento version #:
2.2.x
Edition (EE, CE, OS, etc):
CE
Expected behavior:
di:compile runs through without error
Actual behavior:
di:compile throws an error: [ReflectionException]
Class Magento\Framework\MessageQueue\PublisherInterface does not exist
possible solutions:
either remove the feature or drop the magento versions in the composer.json which do not support that interface
The text was updated successfully, but these errors were encountered: