Skip to content

magento2.4.3

Auto Added by WPeMatico

Integrity constraint violation error magento2.4.3

I am getting this error: main.ERROR: SQLSTATE[23000]: Integrity constraint violation: 1048 Column ‘last_visit_at’ cannot be null, query was: INSERT INTO customer_visitor (customer_id, session_id, last_visit_at) VALUES (?, ?, ?) [] [] please guide me on how to solve this.

In Magento 2 the UPS integration stopped working. Did the gateway url change?

This is the full error code: [2023-05-24 18:16:52] main.DEBUG: array ( ‘request’ => array ( ‘accept_UPS_license_agreement’ => ‘yes’, ’10_action’ => ‘4’, ’13_product’ => ‘GNDRES’, ’14_origCountry’ => ‘US’, ’15_origPostal’ => ‘EDITED’, ‘origCity’ => ‘EDITED’, ’19_destPostal’ => ‘EDITED’, ’22_destCountry’ => ‘US’, ’23_weight’… Read More »In Magento 2 the UPS integration stopped working. Did the gateway url change?

How can I move the checkout window.checkoutConfig javascript code above all the payment methods on the checkout page?

I’ve installed the SquareUp payment method, but there’s an issue with the theme I’m using where the form code is injected before the window.checkoutConfig code (which is required for the checkout) and as such the form doesn’t display on the… Read More »How can I move the checkout window.checkoutConfig javascript code above all the payment methods on the checkout page?