adminer icon indicating copy to clipboard operation
adminer copied to clipboard

Fixed a bug that when using pgsql, adminer/editer search tries to access the index of string for string.

Open ytetsuro opened this issue 2 years ago • 3 comments

I happen error following. I am using 4.8.1.

[Tue Jul 11 19:51:02 2023] PHP Fatal error:  Uncaught TypeError: Cannot access offset of type string on string in /Users/xxx/Desktop/editor.php:450
Stack trace:
#0 /Users/xxx/Desktop/editor.php(1199): Min_Driver->convertSearch()
#1 /Users/xxx/Desktop/editor.php(1490): Adminer->selectSearchProcess()
#2 /Users/xxx/Desktop/adminer.php(40): include('...')
#3 {main}
  thrown in /Users/xxx/Desktop/editor.php on line 450

ytetsuro avatar Jul 11 '23 11:07 ytetsuro

With pgsql driver selected, try to search for data in a particular table.

ytetsuro avatar Jul 18 '23 04:07 ytetsuro

Original project is no longer maintained, please send your commits to AdminerEvo - https://github.com/adminerevo/adminerevo

Baltix avatar Aug 24 '23 06:08 Baltix