Fatal error: Uncaught TypeError: Argument 1 passed to PhpMyAdmin\Core::downloadHeader() must be of the type string, null given,
called in libraries/classes/Controllers/TransformationWrapperController.php on line 171 and defined in
libraries/classes/Core.php:617 Stack trace: #0
libraries/classes/Controllers/TransformationWrapperController.php(171): PhpMyAdmin\Core::downloadHeader(NULL, 'application/oct...') #1
libraries/classes/Routing.php(92): PhpMyAdmin\Controllers\TransformationWrapperController->index(Array) #2
index.php(18): PhpMyAdmin\Routing::callControllerForRoute('/transformation...', Object(FastRoute\Dispatcher\GroupCountBased), Object(Symfony\Component\DependencyInjection\ContainerBuilder)) #3 {main} thrown in
libraries/classes/Core.php on line 617
Signed-off-by: William Desportes <williamdes@wdes.fr>
Moves transformation wrapper entry point logic to the
TransformationWrapper controller and removes the entry point file.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>