-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.3.0-a1
-
Fix Version/s: 3.2.2-RC1
-
Component/s: None
-
Labels:None
Since PHPBB3-15287, in filespec_storage.php we have:
$this->image_info = $this->imagesize->getImageSize($this->filename, $this->mimetype);
but
$this->filename
is not the destination file (like in filespec.php) but the temporary file, eg C:\Windows\Temp\51b59F1.tmp.
So, FastImageSize is unable to get file size for .tmp file
- is related to
-
PHPBB3-15133 Fast image size library sometimes returns no size or invalid sizes
-
- Closed
-
- was caused by solution of
-
PHPBB3-15287 Factory to build storage from DI
-
- Unverified Fix
-