-
Bug
-
Resolution: Fixed
-
Major
-
4.0.0-a1
-
None
-
None
Since PHPBB3-15287, in filespec_storage.php we have:
$this->image_info = $this->imagesize->getImageSize($this->filename, $this->mimetype);
|
but
$this->filename
|
So, FastImageSize is unable to get file size for .tmp file
- is related to
-
PHPBB-15133 Fast image size library sometimes returns no size or invalid sizes
- Closed
- was caused by solution of
-
PHPBB-15287 Factory to build storage from DI
- Unverified Fix