squarefighter
squarefighter

Reputation: 45

Mysql cannot export database

i am trying to export my moodle database on phpmyadmin but whenever i try to export it send me this error message:

Notice in ./libraries/classes/Controllers/ExportController.php#263
Undefined index: output_format

Backtrace

Routing.php#187: PhpMyAdmin\Controllers\ExportController->index(array)
index.php#18: PhpMyAdmin\Routing::callControllerForRoute(
string '/export',
,
,
)

even when io click to ignore all it does nothing, what can i do?

and when i refresh the page it shows this error message:

index.php: missing parameter: what

index.php: missing parameter: export_type

Upvotes: 3

Views: 3022

Answers (1)

nuel_tansi
nuel_tansi

Reputation: 26

I downgraded the version on my Xampp to version 7. And it worked.

There are no current solution to this problem.

Upvotes: 1

Related Questions