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
{{ message }}
This repository has been archived by the owner on Oct 31, 2020. It is now read-only.
Same for me with larvel version and php version.
There’s some code I the Imageupload.php file that assumes usage of s3, even though there isn’t anything in the migration file to add in these s3 fields that the db is then trying to save to.
I figured out this issue a little better. In the saveOriginalFile function, it's setting an array key for dimension_s3_url, even if s3 is not being used. So that when the db function to createOrFirst is called and sent in the collection, there's an empty array key for s3 and no matching db field for it and it throws an error.
Hi
If i set s3_enabled = false and 'output' => env('IMAGEUPLOAD_OUTPUT', 'db') the system is still trying to use the s3_url ... so when uploading i get:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'home_listing_s3_url' in 'where clause'
thanks
The text was updated successfully, but these errors were encountered: