You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error log shows a line break so I suspect what was sent to filesize() was not trimmed.
Fatal Error: ErrorException 0 - filesize(): stat failed for /path-redacted/workspace/images/
filename.jpg on line 39 of /path-redacted/extensions/importcsv/drivers/ImportDriver_upload.php
I tweaked ImportDriver_upload.php to always trim($value) and the import worked but a separate issue arose where it created incorrect filenames in the database. I tweaked it again changing $fileData['file'] to take trim($value) redid the import and all was fine.