No errors during update after lowering composer back down from 2.2.3 to 2.1.4 but site/backend results in 500 error. Stack trace: #0 /home/user/web/domain.com/public_html/magento/vendor/magento/framework/ObjectManager/Factory/Compiled.php(108): MagentoFrameworkObjectManagerFactoryAbstractFactory->createObject() #1 /home/user/web/domain.com/public_html/magento/vendor/magento/framework/ObjectManager/Factory/Compiled.php(150): MagentoFrameworkObjectManagerFactoryCompiled->create() #2 /home/user/web/domain.com/public_html/magento/vendor/magento/framework/ObjectManager/Factory/Compiled.php(79): MagentoFrameworkObjectManagerFactoryCompiled->get() #3 /home/user/web/domain.com/public_html/magento/vendor/magento/framework/ObjectManager/Factory/Compiled.php(150): MagentoFrameworkObjectManagerFactoryCompiled->create() #4 /home/user/web/domain.com/pu” while reading response header from upstream, client: 192.168.12.12, server: domain.com, request: “GET / HTTP/1.1”, upstream: […]
Daily Archives: January 4, 2022
I want to extend the cataloginventory_stock_item with one more column, so that I would be able to show this data in a Catalog Products grid. I’ve read that in order to properly extend the core Magento tables we need to create a new table and join the data. I’ve added […]
We use the following method to group related products based on their category: https://bitbucket.org/magstaging/groupedrelatedproduct/src/master/ Works perfect, thanks to Herve, but we want to extend this code by also adding the cross sell items on the product page. So what we want to is to display cross sell products on the […]
I want to upload images using graphql, can anyone tell me how can I implement this? Let me know if anyone has any idea.
I need to trigger the free shipping option over $150 and charge a flat $5 handling fee with free shipping but if a specific product is added in cart this rule should not be applicable.
I’ve been battling with my machine for weeks now, hoping for community’s ideas or experience. My PC usually fails on boot and enters a restart loop. Typically, it passes the ASUS (mobo) screen and shuts down during the Windows load screen with the wheel spinning. The PC will auto-restart shortly […]
When I enter values in a column, the values already there are given as a suggestion for new entry, if they match the start of the string. There is a script that regularly deletes values from the file, it is done when the workbook is closed. Is there any way […]
I thought it had been upgraded to 16 GB. If so, shouldn’t that show on the Device spec page shown below? Device name mike-desktop Processor AMD Phenom(tm) II X4 925 Processor 2.80 GHz Installed RAM 8.00 GB Device ID DBAC5235-3D97-439B-9772-A2725AF1BA2C Product ID 00326-10000-00000-AA722 System type 64-bit operating system, x64-based processor […]
I’m running following command in docker container(Ubuntu 20.04) : openssl s_client -connect ldap-server:3269 < /dev/null most of the time, it returns : CONNECTED(00000003) write:errno=0 --- no peer certificate available --- No client certificate CA names sent --- SSL handshake has read 0 bytes and written 312 bytes Verification: OK --- […]