session->flashdata('success')) { ?>
session->flashdata('success'); ?>
session->flashdata('error')) { ?>
session->flashdata('error'); ?>
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 Software
PHP Version
MySQL Version
db->version(); ?>
This checks the folders Wavelog uses are read and writeable by PHP.
/backup
Success
Failed
/updates
Success
Failed
/uploads
Success
Failed
/userdata
Success
Failed
Here you can migrate existing QSL cards and eQSL cards to the new userdata folder.
curl
Installed
Not Installed
MySQL
Installed
Not Installed
mbstring
Installed
Not Installed
xml
Installed
Not Installed
zip
Installed
Not Installed
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
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
Warning The Database contains QSO 1 ? 's' : '' ?> without a station-profile (location)
Please mark QSOs and reassign them to an existing station location:
Call
Target Location
Reassign
' . $call['COL_STATION_CALLSIGN'] . '
';
$options = '';
foreach ($stations->result() as $station) {
$options .= '' . $station->station_profile_name . ' (' . $station->station_callsign . ') ';
}
echo $options . ' Reassign ';
} ?>
Everything ok Every QSO in your Database is assigned to a station-profile (location)
config->item('cl_multilanguage')) { ?>
Warning You didn't enabled Multilanguage support in your config.php
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
Everything ok You have enabled Multuser-Language support