Fatal error: Uncaught PhpAmqpLibExceptionAMQPConnectionClosedException: Broken pipe or closed connection in /var/www/html/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Wire/IO/StreamIO.php:228 Stack trace: #0 /var/www/html/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AbstractConnection.php(369): PhpAmqpLibWireIOStreamIO->write('x01x00x01x00x00x00vx00x14x00(x00x00x00x00...') #1 /var/www/html/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AbstractConnection.php(493): PhpAmqpLibConnectionAbstractConnection->write('x01x00x01x00x00x00vx00x14x00(x00x00x00x00...') #2 /var/www/html/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Channel/AbstractChannel.php(244): PhpAmqpLibConnectionAbstractConnection->send_channel_method_frame(1, Array, Object(PhpAmqpLibWireAMQPWriter)) #3 /var/www/html/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Channel/AMQPChannel.php(185): PhpAmqpLibChannelAbstractChannel->send_method_frame(Array, Object(PhpAmqpLibWireAMQPWriter)) #4 /var/www/html/vendor/magento/fra in /var/www/html/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Wire/IO/StreamIO.php on line 228
Yearly Archives: 2022
I created a payment method in Magento2, in my payment form, it will display many payment gateways with different amounts, each amount will be with different payment service charges and different gateway currencies. What I need is to reload the payment form each time I change the shipping method in […]
I can’t find any way to list out files with specific string in random location of the filename, except “find” command. I don’t want to use find command, it is very complicated to me. for example: I want to list out files with “def” inside the filename no matter where […]
I tried to reduce the need for administrative privs on Windows 10 domain members. One common action people want to do is to delete desktop icons from the shared public desktop (because of stupid software installer). So I added a Local group where I add the owner users (kind of […]
Hi I have created an API endpoint and the output of that API endpoint is like this now as shown below "meta": { "limit": 1, "page_count": 1, "total_count": 1 }, "results": { "id": 1234567, "curriculum": { "ES Math": [ { "grade_level": "ES", "subject": "Math", "subject_abbr": "Math", "product_id": 438, "product_title": "Test1", […]
I want to mine ethereum with my gpu (rx580). After doing a bit of research, I found out that I need openCL and to get that I have to install the AMD gpu driver. Because I am on Ubuntu 21.10, the driver is not officially supported and when I tried […]
I have a TP-Link Archer C80 that’s advertised as a AC1900 MU-MIMO router. It doesn’t support Wi-Fi 6 (802.11ax) but they advertise Wi-Fi speeds as: 5 GHz: 1300 Mbps (802.11ac) 2.4 GHz: 600 Mbps (802.11n) Now I have 3 Wi-Fi 6 (802.11ax) capable devices (not Wi-Fi 6E but just 6). […]
I have created a custom product attribute of select type have 2000+ value and try to use ui-select but it slow down my product page so I am trying to use select2 instead of UI select. Due to some reason I create my component via meta. For Select2 I am […]
I have installed magento 2 locally. I imported the database, changed the URL, and so on. Everything works fine – each subpage loads. Unfortunately, the admin doesn’t work. The page just shows 404. This is just a 404 as if the page just wasn’t there (eg localhost/blabla and localhost/admin show […]