The actual issue is that in https://github.com/vrana/adminer/blob/f6880b59d6ab40444407616701c1376c90aba5a5/adminer/script.inc.php#L15 the variable $sql is not initialized. Turning error reporting off is not the right fix of course :-)
The actual issue is that in https://github.com/vrana/adminer/blob/f6880b59d6ab40444407616701c1376c90aba5a5/adminer/script.inc.php#L15 the variable $sql is not initialized. Turning error reporting off is not the right fix of course :-)
I maintain the TYPO3 extension that embeds Adminer in a module for the TYPO3 backend. From the beginning it includes some code that converts the language that is chosen in the TYPO3 backend to the appropriate language code for Adminer and sends it in the query parameters to the script that embeds Adminer. Because I usually have the language set to English I haven't noticed that this stopped working many years ago when the language selector form in Adminer switched from GET to POST. In the code in...
Warning with active session