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:
parent
afe608da8b
commit
9fe58ba256
@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user