This website recently got a major rebuild; if you're missing something, let Lorna know.

    Tag: error


  1. PHP: Calling Methods on Non-Objects


    PHP has subtly changed the wording of this error between various versions of the language, which can trip up your log aggregators when you upgrade so I thought I'd give a quick rundown of the changes around the "call to member function on non-object" error in PHP, up to and including PHP 7 which has an entirely new error handling approach.

    Read more