I updated to the gp-premium addons today and right after that I had a problem. My error log shows rows of:
[29-Apr-2015 14:22:03 UTC] PHP Warning: Illegal string offset ‘width’ in /example-path/wp-content/themes/generatepress/image.php on line 28
[29-Apr-2015 14:22:03 UTC] PHP Warning: Illegal string offset ‘height’ in /example-path/wp-content/themes/generatepress/image.php on line 29
I downloaded a copy of the file named image.php and I can see that lines 28 and 29 are:
`$metadata[‘width’],
$metadata[‘height’],`
So my question is, does this file need an edit?