magento2-reindex icon indicating copy to clipboard operation
magento2-reindex copied to clipboard

Deferred Strategy breaks di:compile

Open brosenberger opened this issue 4 years ago • 2 comments

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

brosenberger avatar Jan 07 '21 12:01 brosenberger

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.",

srenon avatar Jan 12 '21 14:01 srenon

any solution for this...

forwells avatar May 27 '21 05:05 forwells