$maximumTime) { $_SESSION['Import_message']['message'] = PhpMyAdmin\Message::error( __('Could not load the progress of the import.') )->getDisplay(); break; } } echo $_SESSION['Import_message']['message']; $template = $containerBuilder->get('template'); echo $template->render('import_status', [ 'go_back_url' => $_SESSION['Import_message']['go_back_url'], ]); } else { ImportAjax::status($_GET["id"]); }