Magento

Magento 2 Fix “General error: 1419 You do not have the SUPER privilege and binary logging is enabled”

Magento 2 Fix “General error: 1419 You do not have the SUPER privilege and binary logging is enabled”

October 30th, 2021

Sometimes when reindexing or recompiling, I was getting the following error: SQLSTATE[HY000]: General error: 1419 You do not have the [More…]

Magento 2 Get RMA By ID Programatically

Magento 2 Get RMA By ID Programatically

July 20th, 2021

Since using RMA’s in Magento 2 is an Enterprise-only feature, there is not much information out there on what classes [More…]

Magento 2 Get Product ID From RMA Item Programatically

Magento 2 Get Product ID From RMA Item Programatically

July 15th, 2021

Since RMA’s are only a feature of Magento EE, there’s not much information out there about creating custom modules to [More…]

Magento 1 Get First, Last, or Middle Name Returning Null

Magento 1 Get First, Last, or Middle Name Returning Null

July 2nd, 2020

While creating an extension to create pdf shipping labels in Magento 1, I ran into an issue where I wasn’t [More…]

Magento 2 Programmatic Redirect Without Custom Controller

Magento 2 Programmatic Redirect Without Custom Controller

May 29th, 2020

While creating a custom program for my work, I attempted to figure out if there was a way to create [More…]

Magento 2 How to Fix Missing Product Images

Magento 2 How to Fix Missing Product Images

June 28th, 2019

After getting my theme to work on Magento 2, I realized that none of the images were showing after moving [More…]

Magento 2 how to fix “There are no commands defined in the ‘setup’ namespace.” errors

Magento 2 how to fix “There are no commands defined in the ‘setup’ namespace.” errors

June 28th, 2019

In trying to set up a Magento 2 instance, I came across an issue trying to set developer mode through [More…]

Magento 2 missing PHP 7.2 extensions install command

Magento 2 missing PHP 7.2 extensions install command

June 28th, 2019

  For my work, I was attempting to set up a Magento 2 instance to upgrade some of our Magento [More…]