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
Unable export a database table from multiple table search from database "view", by "With selected" select box - get 500 server error (PHP Exception)
To Reproduce
Steps to reproduce the behavior:
Login to PMA
Click on any database
Select any table (by click on left checkbox)
Click "With selected" select box
Choose "Export" on the select box (by click)
See error
Expected behavior
Show database table export "view" (as with PMA 4.9)
Screenshots
Server configuration
Operating system: CentOS 7 (OpenVZ container)
Web server: nginx 1.16.1 + php-fpm 7.3
Database version: 5.5.64-MariaDB
PHP version: 7.3.12
phpMyAdmin version: 5.0.0-rc1
Client configuration
Browser: Google Chrome 79.0.3945.88, Mozilla Firefox 71.0
Operating system: Windows 10 x64
Additional context
(I have PMA 4.9.0.1 on the same server, export tables with "With selected" select box works as expected.)
PHP Exception:
PHP Fatal error: Uncaught Error: Call to a member function get() on null in /var/www/html/pma5/db_export.php:27
Stack trace:
#0 /var/www/html/pma5/libraries/mult_submits.inc.php(96): include()
#1 /var/www/html/pma5/libraries/classes/Controllers/Database/StructureController.php(326): include('/var/www/html/p...')
#2 /var/www/html/pma5/libraries/classes/Controllers/Database/StructureController.php(130): PhpMyAdmin\Controllers\Database\StructureController->multiSubmitAction()
#3 /var/www/html/pma5/db_structure.php(56): PhpMyAdmin\Controllers\Database\StructureController->index(Array)
#4 {main}
thrown in /var/www/html/pma5/db_export.php on line 27
williamdes
changed the title
5.0.0-rc1 - Uncaught Error: Call to a member function get() on null in /var/www/html/pma5/db_export.php
5.0.0-rc1 - Uncaught Error: Call to a member function get() on null in db_export.php
Dec 25, 2019
Describe the bug
Unable export a database table from multiple table search from database "view", by "With selected" select box - get 500 server error (PHP Exception)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Show database table export "view" (as with PMA 4.9)
Screenshots
Server configuration
Client configuration
Additional context
(I have PMA 4.9.0.1 on the same server, export tables with "With selected" select box works as expected.)
PHP Exception:
Post request:
(Did I maybe make some PMA wrong settings?...)
The text was updated successfully, but these errors were encountered: