skip to Main Content

Magento 2 Message Queue – Type Error with expected string, null given

I struggle for 3 days now to get a simple Message Queue in Magento 2 to work. Here are my XML files: communication.xml: <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Communication/etc/communication.xsd"> <topic name="erp.queue.order" request="string"> <handler name="erp.queue.order" type="TimoGOrderTransferModelQueueConsumer" method="process" /> </topic> </config> queue_consumer.xml: <?xml…

VIEW QUESTION

Magento installation problem: Could not validate a connection to Elasticsearch. No alive nodes found in your cluster

I have problema with magento 2 installation. I have done everything, elasticsearch is working fine. php bin/magento setup:install --base-url="http://127.0.0.1/magento" --db-host="localhost" --db-name="magento_praktika" --db-user="root" --db-password="" --admin-firstname="admin" --admin-lastname="admin" --admin-email="[email protected]" --admin-user="admin" --admin-password="admin123" --language="en_US" --currency="EUR" --use-rewrites="1" --backend-frontname="admin" --search-engine=elasticsearch7 --elasticsearch-host="https://mystore.magento.com" --elasticsearch-port=9200 --elasticsearch-enable-auth=true --elasticsearch-username="elastic" --elasticsearch-password="GPy8TkICgFU6dqYT_X_=" When I…

VIEW QUESTION

Upgrade from 2.3.4 to 2.4.4 errir: Class 'LaminasCodeScannerFileScanner' not found#0 – Magento

We are upgrading Magento 2 from 2.3.4 to 2.4.4, but are getting the following error when running setup:upgrade. Anyone having an idea why we get this error? Best regards, Jesper Class 'LaminasCodeScannerFileScanner' not found#0 /home/name_dev/public_html/vendor/composer/ClassLoader.php(444): include() #1 /home/name_dev/public_html/vendor/composer/ClassLoader.php(322): ComposerAutoloadincludeFile() #2…

VIEW QUESTION
Back To Top
Search