{* enables fixed-width layouts *}
{if $prefs.error_reporting_level and ( $tiki_p_admin eq 'y' or $prefs.error_reporting_adminonly ne 'y' )}

{tr}System error.{/tr}

{tr}The following error message was returned:{/tr}

{$msg|escape|nl2br}
{if $requires_update}

{tr}Database is not currently up to date! Visit Tiki Installer to resolve this issue.{/tr} {tr}If you have shell (SSH) access, you can also use the following, on the command line, from the root of your Tiki installation:{/tr} php console.php{if not empty($tikidomain)} --site={$tikidomain|replace:'/':''}{/if} database:update

{/if} {if $base_query}

{tr}The query was:{/tr}

{$base_query|escape} {/if} {if $values|@count > 0}

{tr}Values:{/tr}

    {foreach from=$values key=key item=value}
  1. {$value|escape}
  2. {/foreach}
{/if} {if $built_query}

{tr}The built query was likely:{/tr}

{$built_query|escape} {/if} {if $stacktrace}

{tr}Stacktrace:{/tr}

{$stacktrace}
{/if}

Things to check:

  1. Is your database up and running?

  2. Is your database corrupt? Please see how to repair your database

  3. Are your database settings accurate? (username, schema name, etc in db/local.php)

  4. {if $where neq 'connection'}
  5. Did you complete the Tiki Installer?

  6. {/if}
{elseif $where eq 'connection'}

{tr}Tiki is unable to connect to the database{/tr}

Things to check:

  1. Is your database up and running?

  2. Are your database settings accurate? (username, schema name, etc in db/local.php)

{else}

{tr}An error occurred while performing the request.{/tr}

Things to check:

  1. Did you complete the Tiki Installer?

  2. Is your database corrupt? Please see how to repair your database

  3. Are your database settings accurate? (username, schema name, etc in db/local.php)

{/if}

Please see the documentation for more information.


{* Can be restored when we'll have a new http://branding.tiki.org/Badge

Tiki Wiki CMS Groupware

*}
{* -- END of main -- *}
{* -- END of fixedwidth -- *}