phpmyadmin/libraries/classes/Database
William Desportes 70320f256b
Fix a "PHP Fatal error: Uncaught TypeError: rawurlencode" using sakila database
NOTICE: PHP message: PHP Fatal error:  Uncaught TypeError: rawurlencode(): Argument #1 ($string) must be of type string, int given in libraries/classes/Database/Designer/Common.php:141
Stack trace:
#0 libraries/classes/Database/Designer/Common.php(141): rawurlencode(1)
#1 libraries/classes/Controllers/Database/DesignerController.php(203): PhpMyAdmin\Database\Designer\Common->getScriptContr(Array)
#2 libraries/classes/Routing.php(92): PhpMyAdmin\Controllers\Database\DesignerController->index(Array)
#3 index.php(18): PhpMyAdmin\Routing::callControllerForRoute('/database/desig...', Object(FastRoute\Dispatcher\GroupCountBased), Object(Symfony\Component\DependencyInjection\ContainerBuilder))
#4 {main}
  thrown in libraries/classes/Database/Designer/Common.p...

Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-12-07 01:20:53 +01:00
..
Designer Fix a "PHP Fatal error: Uncaught TypeError: rawurlencode" using sakila database 2020-12-07 01:20:53 +01:00
CentralColumns.php Fix some coding standard issues 2020-10-04 12:31:43 -03:00
DatabaseList.php Remove some useless comments 2020-10-13 19:56:56 -03:00
Designer.php Remove some useless comments 2020-10-13 19:56:56 -03:00
Events.php Remove toggle button generator 2020-11-14 13:17:03 -03:00
MultiTableQuery.php Update files to follow new coding standard rules 2020-11-16 19:36:52 +01:00
Qbe.php Use camel case naming for class members 2020-10-05 10:37:07 -03:00
Routines.php Use Bootstrap's table for db routines page 2020-11-30 23:04:48 -03:00
Search.php Fix some coding standard issues 2020-10-04 12:31:43 -03:00
Triggers.php Use Bootstrap's table for db triggers page 2020-11-30 23:04:49 -03:00