Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File Upload in MYSQL connector fails - SOLUTION FOUND #3142

Closed
Duolabs opened this issue Apr 5, 2020 · 1 comment
Closed

File Upload in MYSQL connector fails - SOLUTION FOUND #3142

Duolabs opened this issue Apr 5, 2020 · 1 comment
Assignees

Comments

@Duolabs
Copy link

Duolabs commented Apr 5, 2020

Hi all,
Thank you for sharing this great piece of magic.

I want to let you know that using version 2.1.55 if you use connector.minimal.php with MYSQL and you try to upload a file from your harddrive it fails. The file starts to upload but it is not INSERT in the MySQL database.

**The workaround I found is to copy&paste the

function debug()

from connector.maximal.php and then it all works as it should.**

No problems with LocalFileSystem connector.

It would be nice if you take a look at it.

Hope this will help the community.

@Duolabs Duolabs changed the title File Upload in MYSQL fails - SOLUTION File Upload in MYSQL connector fails - SOLUTION FOUND Apr 5, 2020
@nao-pon nao-pon self-assigned this Apr 5, 2020
@nao-pon nao-pon closed this as completed in 0b09fc3 Apr 5, 2020
@nao-pon
Copy link
Member

nao-pon commented Apr 5, 2020

@Duolabs Thanks for letting me know! 👍 I fixed this. I am considering releasing v2.1.56 as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants