08-14-2019, 11:12 AM
you can try changing the error_reporting(E_ERROR); in config.inc.php to
error_reporting(E_ALL);
ini_set('display_errors', 1);
and import again, see if you can get the error on screen
error_reporting(E_ALL);
ini_set('display_errors', 1);
and import again, see if you can get the error on screen
Joe
TSolucio
TSolucio