{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}
- {$value|escape} {/foreach}
{tr}The built query was likely:{/tr}
{$built_query|escape} {/if} {if $stacktrace}{tr}Stacktrace:{/tr}
Things to check:
Is your database up and running?
Is your database corrupt? Please see how to repair your database
Are your database settings accurate? (username, schema name, etc in db/local.php)
{if $where neq 'connection'}
Did you complete the Tiki Installer?
{/if}
{tr}Tiki is unable to connect to the database{/tr}
Things to check:
Is your database up and running?
Are your database settings accurate? (username, schema name, etc in db/local.php)
{tr}An error occurred while performing the request.{/tr}
Things to check:
Did you complete the Tiki Installer?
Is your database corrupt? Please see how to repair your database
Are your database settings accurate? (username, schema name, etc in db/local.php)
Please see the documentation for more information.
{* Can be restored when we'll have a new http://branding.tiki.org/Badge *}