Close

Blog

Magento2 Issue with Binding

While working on a new Magento 2 site, we were trying to customized a menu item to display the current number of items in a user shopping cart, dynamically. For some reason the code was working properly and then suddenly stopped when we added a new patch. The error we […]

Read More

SUPEE-8788 Missing Upload Button Fix

UPDATE: 10/19/16. It also breaks your attribute editing in some instances: http://magento.stackexchange.com/questions/53352/magento-1-9-no-upload-image-buttons app/design/adminhtml/default/default/template/media/uploader.phtml To fix the product image upload button not loaded in Magento CE 1.9.2.1, I had to add ‘ character in maxUploadFileSizeInBytes value.   Change   var maxUploadFileSizeInBytes = <!–?php echo $this-&gt;getDataMaxSizeInBytes() ?–>; To   var maxUploadFileSizeInBytes = […]

Read More

Harleysville Football Club 2016 Sponsership

We were again a proud sponsor of the Harleysville Football Club. Last weekend under near hell-like heat conditions, our team, the Columbus Crew, battled through all of the clubs toughest teams and took third place in their final tournament. Great tournament and an end to a fantastic season. Till next […]

Read More

Solving MySQL SSL Connection Issues

Self signing certificates and MySQL never seem to work the same way each time you set them up on dev servers (maybe we are just cursed). Nothing is more frustrating then trying to connect to an SSL server and getting the dreaded “ERROR [HY000] Unknown Error”. Its like an error […]

Read More

Fix WordPress Missing Visual Tab

Just a quick tip, but recently we stumbled into a strange situation, when having added our WordPress blog to Varnish, the visual tab went missing in the WP Admin. This seems like a common issue and we tried every fix we found on the web, but to no avail. We […]

Read More