First of all, I am not new to Magento 2 development, I know how to create modules. However, 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 […]
Monthly Archives: September 2025
I have created a table with columns like patient_first_name, patient_last_name etc, I am able to get them in an Admin Grid Column. <column name="patient_first_name" class="VendorModuleUiComponentListingColumnPatientName"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="filter" xsi:type="string">text</item> <item name="editor" xsi:type="array"> <item name="editorType" xsi:type="string">text</item> <item name="validation" xsi:type="array"> <item name="required-entry" xsi:type="boolean">true</item> </item> </item> <item name="label" […]
I just updated my magento website from 2.3 to 2.4.3 Now I’m getting this error: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘angolo.pagebuilder_template’ doesn’t exist, query was: SELECT MAX(template_id) as max, COUNT(*) as cnt FROM (SELECT pagebuilder_template.template_id, pagebuilder_te mplate.template FROM pagebuilder_template WHERE (template IS NOT NULL) AND (template […]
I’ve written a new Perl module and I want to get it published to the CPAN. I got the following unexpected message: Error User ‘XXXXXXX’ set to nologin. Your account may have been included in a precautionary password reset in the wake of a data breach incident at some other […]
Please see original posted question which was made under the assumption that Google Sheets did not have certain limitations that Excel does not. Original Post The accepted answer provides two solutions which appear to work correctly in Excel when I tried them, but when using the second of the two […]
Every time I try I get errors that blocked by cloudflare. Is there a solution around this ? I have more than 100 links and I can not download one by one manually
When connecting to a server (A) through a WireGuard tunnel via HTTP, the destination server sees the WireGuard server’s (B) public IPv6 address. But when connecting to server A through the tunnel via SSH, the client’s (C) WireGuard tunnel IP is used (and the SSH connection fails, because the firewall […]
In UTF-8, two-byte codes are used to encode the code points from U+0080 to U+07FF (2^11 – 2^7 code points) instead of U+0080 to U+087F (2^11 code points). I fail to see, why the range of valid two-byte codes starts at C2 80 (11100010 10000000) instead of C0 80 (11100000 […]