Magento 2

Posted in: Magento 2

Magento 2.4.3 Session Size Error

After upgrading to Magento 2.4.3 you may see the above error after creating a new order or trying to add a new product in the admin panel.  After checking the logs you’ll see a message similar to: “Session size of xxxxxx exceeded allowed session max size of 256000” After slamming[…]

Read More »
Posted in: Magento 2, SSH

Updating Magento 2 to a New Sub-Version

Updating Magento 2 is very simple however, I would like to stress the importance of backing up your database BEFORE running any upgrade. I’d also like to HIGHLY suggest you do NOT do this on a production site until you’ve tested either locally or on a dev/staging environment. You will[…]

Read More »
Posted in: Magento 2

Reset Magento 2 Admin User Role via MySQL

If you’re having an issue with logging into the Magento 2 admin due to permissions, sometimes you need to reset the user authorization. If you’re unable to access the admin, you’ll need to do this via MySQL command line, phpmyadmin, or something similar. Just adjust the two values I have[…]

Read More »