{* splash page *} {* counter for DB warnings (all databases) *}

Setup and Bootstrapping

The following steps will guide you through the database bootstrapping/update process for PATHFINDER.

{* Errors *}
({{ @errorData->code }}) {{ @errorData->status }} {{ @errorData->message }}

Server

{* Information *}

Information

Installation {{ @PATHFINDER.NAME }}
Version {{ @PATHFINDER.VERSION }}
Package {{ @PACKAGE }} {{ @VERSION }}
Contact {{ @PATHFINDER.CONTACT }}
Repository {{ @PATHFINDER.REPO }}
{* Directories *}

Directories

TEMP {{ @TEMP }}
CACHE {{ @CACHE }}
LOGS {{ @LOGS }}
UI {{ @UI }}
AUTOLOAD {{ @AUTOLOAD }}
FAVICON {{ @FAVICON }}
HISTORY [optional] {{ @PATHFINDER.HISTORY.LOG }}
CONFIG PATH [optional] {{ implode(' ', @CONF ) }}
{* Server *}

Server

{{@information.label}} {{@information.value}}

Environment

{* Framework requirements (PHP) *}

Requirements

{{ @tplCounter('reset') }}
{* PHP config php.ini requirements *}

PHP configuration

{{ @tplCounter('reset') }} {* System Env requirements *}

Environment variables [optional]

{{ @tplCounter('reset') }}

Settings

Configuration

{{@environmentData.label}} {{@environmentData.value | raw}} {{@environmentData.value | raw}}
{* Pathfinder Modules *}

Modules

Registration/Login enabled disabled
Slack enabled disabled
Discord enabled disabled
{* Map Settings *}

Map Settings

{{ @mapType }}
{{ @mapConf.label | raw }} enabled disabled {{ @mapTypeConfValue }}

Database

{* Check if DB is connected and up2date *}

{{ @dbInformation.info.label }}

{* Connection/PDOExceptions *}
DB driver {{ @dbInformation.info.driver }}
DB host:port {{ @dbInformation.info.host }}:{{ @dbInformation.info.port }}
DB name {{ @dbInformation.info.name }}
DB user {{ @dbInformation.info.user }}
DB pass {{ @dbInformation.info.pass }}
DB status connected failed
{{ @connectionError }}
required installed
{{ @setting.label }} {{ @setting.required }} {{ @setting.version }} {{ @setting.version }}
{* Show Tables *} {* Show Columns *} {* Show Foreign Keys *}
Table exist  
{{ @countTable }}. {{ @tableName }}
column exist type null I U
{{@countCol}}. {{ @columnName }} {{ @columnData.currentType }} {{ @columnData.currentType }} {{ @columnData.currentNullable }} {{ @columnData.currentNullable }} {{ @columnData.currentIndex }} {{ @columnData.currentIndex }} {{ @columnData.currentUnique }} {{ @columnData.currentUnique }}
foreign key
{{@countForeignKey}}. {{ @keyData.keyName }}
{* DB queries for manual column fixes *}
query
{{ @countQuery }}. {{ @columnQuery }}

Socket configuration [advanced]

{{ @socketData.label }}

{{ @entry.label }} {{@entry.value | raw}}

Administration

{* Index *}

Index data

{{ @indexData.label }}
{{ @indexData.countBuild }}/{{ @indexData.countAll }} {{ @indexData.countBuild }}/{{ @indexData.countAll }} {{ @indexData.countBuild }}/{{ @indexData.countAll }}
{* Cache *}

Files cache {{ @cacheSize.all }}  0 KB 

Redis cache Clear all keys
Data {{ @cacheSize.data }} 0 KB Delete files
Template {{ @cacheSize.template }} 0 KB
{* Cookie *}

Cookies

Invalidate all Cookie data Clear authentication data
{* footer *}