Trying to access array offset on value of type bool in /home/nginx/domains/***/storage/modification/system/library/image.php on line 37
Trying to access array offset on value of type bool in /home/nginx/domains/***/storage/modification/system/library/image.php on line 38
Code: Select all
[37] $this->width = $info[0];
[38] $this->height = $info[1];
[39] $this->bits = isset($info['bits']) ? $info['bits'] : '';
[40] $this->mime = isset($info['mime']) ? $info['mime'] : '';