{t}Details{/t}:
{if $result == 'db_not_found'}
{t}The provided database name could not be found. Review your information or specify that the database should be created in the form below.{/t}
{elseif $result == 'db_user_not_found'}
{t}The provided MySQL username could not be found. Review your information or specify that the username should be created in the form below.{/t}
{elseif $result == 'db_create_access'}
{t}The provided MySQL username doesn't have the appropriate permissions to create tables. Please contact your local system administrator for further assistance.{/t}
{elseif $result == 'db_drop_access'}
{t}The provided MySQL username doesn't have the appropriate permissions to drop tables. Please contact your local system administrator for further assistance.{/t}
{elseif $result == 'db_phinx_failure'}
{t}There was error initializing database.{/t}
{else}
{$result}
{/if}
{/if}
{if $db_result|default:''}
{t}Database setup log:{/t}
{$db_result|escape:html}
{/if}
{if $result|default:'' == 'success'}
Success!
{t}Thank You, Eventum is now properly setup and ready to be used. Open the following URL to login on it for the first time:{/t}
{t}NOTE: For security reasons it is highly recommended that the default password be changed as soon as possible.{/t}
{t 1="setup"}Remember to protect your '%1' directory (like changing its permissions) to prevent anyone else from changing your existing Eventum configuration.{/t}
{t}In order to check if your permissions are setup correctly visit the{/t} {t}Check Permissions{/t} {t}page{/t}.
{if not $is_imap_enabled}
{t}WARNING: If you want to use the email integration features to download messages saved on a IMAP/POP3 server, you will need to enable the IMAP extension in your PHP.INI configuration file. See the PHP manual for more details.{/t}
{/if}
{* Preload Eventum index via pixel to warm up cache *}
{else}