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
When clicking on a database name ( link is like https://DOMAIN/db_structure.php?db=DBNAME )
I get an error and i can not list the tables of that database.
I can show the tables in the treeview on the left. From there i can click on the table.
To Reproduce
Steps to reproduce the behavior:
Go to Start page
Click on Database name in the treeview
See error
Expected behavior
The structure and table names of the database should be shown.
Screenshots
If applicable, add screenshots to help explain your problem.
Server configuration
Operating system: Ubuntu 16.04
Web server: Apache 2.4.41
Database version: MariaDB 10.2.30
PHP version: 7.3.13
phpMyAdmin version: 5.0.0
Client configuration
Browser: Google Chrome 79
Operating system: Windows 7
Additional context
error.log: [Mon Dec 30 13:41:35.992780 2019] [proxy_fcgi:error] [pid 8824:tid 140017895712512] [client CLIENT_IP:58044] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught TypeError: strlen() expects parameter 1 to be string, bool given in /var/www/DOMAIN/pma.5.0.0/libraries/classes/Controllers/Database/StructureController.php:770\nStack trace:\n#0 /var/www/DOMAIN/pma.5.0.0/libraries/classes/Controllers/Database/StructureController.php(770): strlen(false)\n#1 /var/www/DOMAIN/pma.5.0.0/libraries/classes/Controllers/Database/StructureController.php(531): PhpMyAdmin\\Controllers\\Database\\StructureController->getReplicationStatus('archived_boepri...')\n#2 /var/www/DOMAIN/pma.5.0.0/libraries/classes/Controllers/Database/StructureController.php(172): PhpMyAdmin\\Controllers\\Database\\StructureController->displayTableList()\n#3 /var/www/DOMAIN/pma.5.0.0/db_structure.php(56): PhpMyAdmin\\Controllers\\Database\\StructureController->index(Array)\n#4 {main}\n thrown in /var/www/DOMAIN/pma.5.0.0/libraries/classes/C...'
The text was updated successfully, but these errors were encountered:
Describe the bug
When clicking on a database name ( link is like https://DOMAIN/db_structure.php?db=DBNAME )
I get an error and i can not list the tables of that database.
I can show the tables in the treeview on the left. From there i can click on the table.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The structure and table names of the database should be shown.
Screenshots
If applicable, add screenshots to help explain your problem.

Server configuration
Client configuration
Additional context
error.log:
[Mon Dec 30 13:41:35.992780 2019] [proxy_fcgi:error] [pid 8824:tid 140017895712512] [client CLIENT_IP:58044] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught TypeError: strlen() expects parameter 1 to be string, bool given in /var/www/DOMAIN/pma.5.0.0/libraries/classes/Controllers/Database/StructureController.php:770\nStack trace:\n#0 /var/www/DOMAIN/pma.5.0.0/libraries/classes/Controllers/Database/StructureController.php(770): strlen(false)\n#1 /var/www/DOMAIN/pma.5.0.0/libraries/classes/Controllers/Database/StructureController.php(531): PhpMyAdmin\\Controllers\\Database\\StructureController->getReplicationStatus('archived_boepri...')\n#2 /var/www/DOMAIN/pma.5.0.0/libraries/classes/Controllers/Database/StructureController.php(172): PhpMyAdmin\\Controllers\\Database\\StructureController->displayTableList()\n#3 /var/www/DOMAIN/pma.5.0.0/db_structure.php(56): PhpMyAdmin\\Controllers\\Database\\StructureController->index(Array)\n#4 {main}\n thrown in /var/www/DOMAIN/pma.5.0.0/libraries/classes/C...'The text was updated successfully, but these errors were encountered: