Call to a member function make() on null after the update
Permalink
$th = new BasicThumbnailer();
I changed this to:
$app = \Concrete\Core\Support\Facade\Application::getFacadeApplication(); $th = $app->make('helper/image');
This seemed to have resolved the issue.