{include file="wizard/header.template" title="Preinstallation Checks" step=1 mode=$mode}
Requirements Checking {if $viewIsError || !$ok}
Error

Welcome to the configuration wizard of LifeType. These are some basic checks of your current system in order to ensure that LifeType can run properly.

Unfortunately, not all the checks were successful. Please have a look at the output below and correct these problems. The installation process will not proceed until all the checks are successful.

{else}
Info

Welcome to the configuration wizard of LifeType. These are some basic checks of your current system in order to ensure that LifeType can run properly.

IMPORTANT NOTE:If you previously upgraded from LifeType 1.1.x to 1.2.0, there are some changes that need to be done to some of your resources. This is a known issue in the upgrade process of LifeType 1.1.x to 1.2.0 that did not convert the name of some preview files correctly. In order to have this issue fixed, click here and let the browser window reload.

{/if} {foreach from=$checkGroups item=checks key=checkGroup}
{$checkGroup}
{foreach from=$checks item=check key=checkId} {** loop through the checks and show an error message if not passed, unless not critical **} {if $check->isValid()} PASSED {else} {if $check->isCritical()} ERROR {else} NOT CRITICAL {/if} {/if}
{$check->getDesc()} {if !$check->isCritical()}(optional){/if} {if !$check->isValid()}
{if $check->isCritical()} {$check->getSolution()} {else} {$check->getSolution()} {/if}
{/if}
{/foreach} {/foreach}
{if $ok} {else} {/if}
{include file="wizard/footer.template"}