dockette / adminer

:whale: Tiniest boxed dockerized Adminer (MySQL, PostgreSQL, SQLite, Mongo, Oracle) Dockerfiles
MIT License
85 stars 29 forks source link

DG image says "File not found" when doing a custom sql query #41

Closed aqos156 closed 2 years ago

aqos156 commented 2 years ago

When I try to execute a custom SQL query in the adminer:dg image, an error appears that says "File not found"

Snímek obrazovky 2021-09-07 v 7 57 02

I'm running the latest version of the image.

f3l1x commented 2 years ago

Do you thing it might be related to latest commit since last tagged version?

https://github.com/dg/adminer-custom/commit/4564b4e0a71d0d9d47568ddb97ae35407400fafd

enumag commented 2 years ago

I don't think so. That fix is in autocomplete.php, this error happens when submitting the query. Autocompletion works fine.

enumag commented 2 years ago

Okay I looked into it and that latest commit actually fixes this. There was some issue with the textarea and the data were not properly sent. Adminer then kinda misinterpreted the problem and showed an unrelated error message.