1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 20:51:53 +02:00

Additional info added to install log when failures happen.

This commit is contained in:
Cameron 2016-02-11 13:07:59 -08:00
parent afe608da8b
commit 9fe58ba256

View File

@ -1186,7 +1186,9 @@ class xmlClass
}
else
{
$ret['failed'][] = $table;
$error = $sql->getLastErrorText();
$lastQry = $sql->getLastQuery();
$ret['failed'][] = $table. "\n[".$error."]\n".$lastQry."\n\n";
}
}
}