Duplicator
|
version:version_dup); ?>
|
*PHP ini enforced*' : ''; $db_only_txt = ($GLOBALS['DUPX_AC']->exportOnlyDB) ? ' - Database Only' : ''; $db_only_txt = $db_only_txt . $php_enforced_txt; if ($GLOBALS['DUPX_AC']->installSiteOverwriteOn) { echo ($GLOBALS['DUPX_STATE']->mode === DUPX_InstallerMode::OverwriteInstall) ? "Mode: Overwrite Install (Beta) {$db_only_txt}" : "Mode: Standard Install {$db_only_txt}"; } else { echo "Mode: Standard Install {$db_only_txt}"; } ?>
getMessage());
DUPX_Log::info('TRACE:');
DUPX_Log::info($exceptionError->getTraceAsString());
DUPX_Log::info("--------------------------------------");
/**
* $exceptionError call in view
*/
require_once($GLOBALS['DUPX_INIT'] . '/views/view.exception.php');
}
?>