Thanks, I’ve created a fix, seen below, which should address the null + string error. In the past, PHP allowed much more flexible type casting when using variables, and with the move to strict type checking, we’re seeing more type-related errors. We try to catch them through our full system test each release, but there’s a lot of functionality and code to check.