{$CONST.DIAGNOSTIC_ERROR}
{foreach $errors AS $implode_err}
{/if}
{/if}
{if (($showAbort && $get.action == 'ignore') || $get.action == 'upgrade')}
{if $get.action == 'ignore'}
{$CONST.SERENDIPITY_UPGRADER_YOU_HAVE_IGNORED}
{elseif $get.action == 'upgrade'}
{$CONST.SERENDIPITY_UPGRADER_NOW_UPGRADED|sprintf:$s9y_version}
{/if}
{if $return_here}
{$print_UPGRADER_RETURN_HERE}
{* could also be used as: {$CONST.SERENDIPITY_UPGRADER_RETURN_HERE|sprintf:"":''} *}
{/if}
{else}
{$implode_err}
{/foreach}{$CONST.SERENDIPITY_UPGRADER_WELCOME}
{$CONST.SERENDIPITY_UPGRADER_PURPOSE|sprintf:$s9y_version_installed}
{$CONST.SERENDIPITY_UPGRADER_WHY|sprintf:$s9y_version}
{$CONST.FIRST_WE_TAKE_A_LOOK}
{$result_diagnose}
{if $checksums}
{if ($errorCount < 1)}
{if (sizeof($sqlfiles) > 0)}
{$CONST.INTEGRITY}
-
{foreach $upgraderResultDiagnose1 AS $urd1}
- {$urd1} {/foreach}
{$CONST.PERMISSIONS}
- {$basedir} {foreach $upgraderResultDiagnose2 AS $urd2}
- {$urd2} {/foreach}
- {$basedir}{$CONST.PATH_SMARTY_COMPILE} {foreach $upgraderResultDiagnose3 AS $urd3}
- {$urd3} {/foreach} {if $isdir_uploadpath}
- {$basedir}{$uploadHTTPPath} {foreach $upgraderResultDiagnose4 AS $urd4}
- {$urd4} {/foreach} {/if}
{$database_update_types}:
{$CONST.SERENDIPITY_UPGRADER_FOUND_SQL_FILES}:
{if is_array($sqlfiles) && !empty($sqlfiles)}-
{foreach $sqlfiles as $sqlfile}
- {$sqlfile} {/foreach}
{$CONST.SERENDIPITY_UPGRADER_VERSION_SPECIFIC}:
{if is_array($tasks) && !empty($tasks)}-
{foreach $tasks as $task}
- {$task.version} - {$task.title}
- {$task.desc|nl2br} {/foreach}
{$CONST.SERENDIPITY_UPGRADER_NO_VERSION_SPECIFIC}
{/if} {if (($taskCount > 0) || (sizeof($sqlfiles) > 0))}