Coding Notes Shopify

Current Password Is Not Secure On Shopify

I recently received a new error message on Shopify but wasn’t sure if it was real or not but after contacting their live support it seems that it is indeed real. Your account couldn’t be accessed because the current password is not secure. You will receive an email to update your password. Shopify has added …

Continue Reading
Coding Notes

Cmd File For Different PHP Versions on Windows

I’ve been working with some clients who ran Laravel under older PHP versions than I have installed so I needed a quicker way to access the correct versions in command prompt. 1. Make sure you download the PHP versions you need or use wampserver. I needed 2 different versions PHP 7.3 and PHP 7.4 2. …

Continue Reading
Coding Notes WordPress

ERR_EMPTY_RESPONSE in WordPress and Visual Composer

The Problem While trying to troubleshoot a client’s website I kept seeing this message when trying to access the Page Menu / Edit a page. This page isn’t working ____ didn’t send any data. ERR_EMPTY_RESPONSE Turns out the issue was triggered by the Visual Composer plugin. The Fix In apache/.htaccess I increased the SubstituteMaxLineLength level …

Continue Reading
Coding Notes Shopify

Append Tags to Shopify Products Using PHP

I’m using the code below to update hundreds of product tags in Shopify, you might be able to find an app in Shopify but this way seems quicker for me. This code was tested on API version 2020-01. PHP 7.2 + Required This code uses your terminal/command prompt to execute the php script and requires …

Continue Reading