$msg)
{
$sErr = '#! ';
$sWarn = '#> ';
if (substr($msg,0,3)==$sErr)
{
$msg = str_replace($sErr, '', $msg);
if ($errorOpen == false) {
echo '';
$errorOpen = true;
}
echo '- '.$msg . '
';
}
else if (substr($msg,0,3)==$sWarn)
{
$msg = str_replace($sWarn, '', $msg);
if ($errorOpen == false) {
echo '';
$errorOpen = true;
}
echo '- '.$msg . '
';
}
else
{
if ($displayError != true) {
if ($errorOpen == true) {
echo ' ';
$errorOpen = false;
}
echo ''.$msg.' ';
}
}
}
if ($oUpgrader->isRecoveryRequired() && array_key_exists('btn_upgrade', $_POST))
{
$disableButton = 'disabled="disabled="';
echo $strRecoveryRequired;
?>
';
$errorOpen = false;
}
if ($displayError != true)
{
if ($oUpgrader->oLogger->errorExists)
{
?>
Errors were found during the install proccess. Please resolve these errors before continuing.
existing_installation_status == OA_STATUS_MAX_DBINTEG_FAILED) {
?>
We have detected integrity issues with your database. This means that the layout of your database differs from what we expect it to be. This could be due to customization of your database.
For help, please see our documentation, FAQs and forum.
|
|