After upgrading from 7.1.6 to 7.2.1, my cron job is emailing me this error every minute about this file BxDolImageResize.php
PHP Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/www/mysite.com/inc/classes/BxDolImageResize.php on line 44
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/www/mysite.com/inc/classes/BxDolImageResize.php on line 44
PHP Parse error: syntax error, unexpected T_STRING in /home/www/mysite.com/inc/classes/BxDolImageResize.php on line 44
Parse error: syntax error, unexpected T_STRING in /home/www/mysite.com/inc/classes/BxDolImageResize.php on line 44
This is Line 44:
$this->_oManager = new Intervention\Image\ImageManager(array('driver' => $this->_isUseGD ? 'gd' : 'imagick'));
I started getting this constant error being emailed to me by the cron job as soon as I clicked to resize images as part of the upgrade from 7.1.6 to 7.2.
Thanks.