I’ve been rebuilding my lab recently, most notably breaking down my LXD stack into individual Ubuntu virtual machines for each service. One thing I always meant to do but never got around to figuring out
Read moreCategory: phpMyAdmin
Change Magento Order ID Prefix
I was recently launching some new Magento stores at work and came across and issue that I probably should have forseen – order IDs became out of sync. For my work setup, this is absolutely
Read moreMagento Error: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry ‘363624’ for key ‘PRIMARY’
Today I was setting up a Magento staging store. This is something I’ve done more times than I’d care to admit recently and as a result, have the process down to a fine art. However,
Read moreSetting up Magento Staging Stores on Sonassi Magestack
Setting up a staging store is a great way to test new extensions and updates without risk of damage or downtime to the live store. This guide will run through all of the steps involved
Read moreFixing Broken Magento URL Rewrites
I came across an odd issue whereby some catalog URLs where being rewritten to include extra characters that shouldn’t be there. After much hair-pulling I discovered a fix. Rather than writing custom URLs try the
Read more