session->flashdata('success')) { ?>

session->flashdata('success'); ?>

session->flashdata('error')) { ?>

session->flashdata('error'); ?>

Wavelog Information
Version optionslib->get_option('version') . "\n"; ?>
Language config->item('language')) . "\n"; ?>
Base URL config->item('base_url'); ?> ")'>
Migration There is something wrong with your Migration in Database!"); ?>
Server Information
Server Software
PHP Version
MySQL Version db->version(); ?>
Codeigniter
Version
Folder Permissions

This checks the folders Wavelog uses are read and writeable by PHP.

/backup Success Failed
/updates Success Failed
/uploads Success Failed
/userdata Success Failed
Migrate Userdata

Here you can migrate existing QSL cards and eQSL cards to the new userdata folder.

PHP Modules
curl Installed Not Installed
MySQL Installed Not Installed
mbstring Installed Not Installed
xml Installed Not Installed
zip Installed Not Installed
Git Information
Branch n/a
Commit n/a
Tag n/a
Last Fetch format(\DateTime::RFC850)); ?>
session->userdata('user_date_format')) { // If Logged in and session exists $custom_date_format = $this->session->userdata('user_date_format'); } else { // Get Default date format from /config/wavelog.php $custom_date_format = $this->config->item('qso_date_format'); } ?>
File download date
File Last update
DXCC update from Club Log optionslib->get_option('dxcc_clublog_update') ?? '') == '' ? '' : date($custom_date_format, strtotime($this->optionslib->get_option('dxcc_clublog_update') ?? '')) . ' ' . date("h:i", strtotime($this->optionslib->get_option('dxcc_clublog_update') ?? ''))) ?> Update
DOK file download optionslib->get_option('dok_file_update') ?? '') == '' ? '' : date($custom_date_format, strtotime($this->optionslib->get_option('dok_file_update') ?? '')) . ' ' . date("h:i", strtotime($this->optionslib->get_option('dok_file_update') ?? ''))) ?> Update
LoTW users download optionslib->get_option('lotw_users_update') ?? '') == '' ? '' : date($custom_date_format, strtotime($this->optionslib->get_option('lotw_users_update') ?? '')) . ' ' . date("h:i", strtotime($this->optionslib->get_option('lotw_users_update') ?? ''))) ?> Update
POTA file download optionslib->get_option('pota_file_update') ?? '') == '' ? '' : date($custom_date_format, strtotime($this->optionslib->get_option('pota_file_update') ?? '')) . ' ' . date("h:i", strtotime($this->optionslib->get_option('pota_file_update') ?? ''))) ?> Update
SCP file download optionslib->get_option('scp_update') ?? '') == '' ? '' : date($custom_date_format, strtotime($this->optionslib->get_option('scp_update') ?? '')) . ' ' . date("h:i", strtotime($this->optionslib->get_option('scp_update') ?? ''))) ?> Update
SOTA file download optionslib->get_option('sota_file_update') ?? '') == '' ? '' : date($custom_date_format, strtotime($this->optionslib->get_option('sota_file_update') ?? '')) . ' ' . date("h:i", strtotime($this->optionslib->get_option('sota_file_update') ?? ''))) ?> Update
WWFF file download optionslib->get_option('wwff_file_update') ?? '') == '' ? '' : date($custom_date_format, strtotime($this->optionslib->get_option('wwff_file_update') ?? '')) . ' ' . date("h:i", strtotime($this->optionslib->get_option('wwff_file_update') ?? ''))) ?> Update
QSO-DB Maintenance
session->userdata('user_date_format')) { $custom_date_format = $this->session->userdata('user_date_format'); } else { $custom_date_format = 'd.m.Y'; } foreach ($qsos_with_no_station_id as $qso) { echo ''; echo ''; $timestamp = strtotime($qso->COL_TIME_ON); echo ''; $timestamp = strtotime($qso->COL_TIME_ON); echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } ?>
Date Time Call Mode Band Station Callsign
' . date($custom_date_format, $timestamp) . '' . date('H:i', $timestamp) . '' . $qso->COL_CALL . '' . $qso->COL_MODE . '' . $qso->COL_BAND . '' . $qso->COL_STATION_CALLSIGN . '

Please mark QSOs and reassign them to an existing station location:

'; } ?>
Call Target Location Reassign
' . $call['COL_STATION_CALLSIGN'] . '
Settings Maintenance
config->item('cl_multilanguage')) { ?>

Please edit your ./application/config/config.php File and add some rows to it:

Go to your application/config Folder and compare config.sample.php with your config.php
You'll probably find a block with language-settings. Please include this block into your current config.php