We have a module that gets and displays a table values in a custom admin grid. The module works fine on Magento 2.2.6. after I migrated the module to Magento 2.4. the admin grid is empty although the db table has records. the code is the same and I don’t […]
Magento
About to migrate. I get this issue for Admins. I need to disable this so my team (18 people) can choose their own passwords. Can I disable this ? If only for an hour or so.
We have a connection with a third party shipping company that sends an api call to mark the item as shipped in Magento when they are marked as shipped in the shipping company admin. After a Magento 2.3.5 to 2.3.7-p2 and third party modules upgrade the api call is failing […]
M2.4.3-p1. Trying to use db_schema.xml as that appears to be the way forward. setup:upgrade is not adding my tables. setup:db-declaration:generate-whitelist is not generating the whitelist. Basically nothing is happening and no errors are being shown/logged. I understand previous versions of Magento would silently fail but apparently this was addressed in […]
I have a redirect in my store that shows a different store view based on the client’s location. It reads the header via Fastly and redirects the customer to a different store view using every time the same URL. When there are many customers accessing the store the cache is […]
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
I’ve been having the entry /public_html/feeds in my Magento project’s root directory so that none of the contents in feeds directory is tracked. But I need to track one file here which is .PHP file. How do I go about changing this entry so that only the .PHP files are […]
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 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 […]