session->flashdata('success'); ?>
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!"); ?> |
| Environment | |
| Total QSO on this instance |
| Server Software | |
| PHP Version | ".phpversion().""; } else { echo "".phpversion().""; } ?> |
| MySQL Version | db->version(); ?> |
| Codeigniter 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 |
Please edit your ./application/config/config.php File: Go to your application/config Folder and compare config.sample.php with your config.php Change $config['auth_mode'] to the value 3 (Strongly recommended)
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
Modules
| php-curl | Installed Not Installed |
| php-mysql | Installed Not Installed |
| php-mbstring | Installed Not Installed |
| php-xml | Installed Not Installed |
| php-zip | Installed Not Installed |
Settings
| max_execution_time | ' . $max_execution_time . ' s'; ?> | = $max_execution_time) { ?> |
| max_upload_file_size | ' . $max_upload_file_size . 'M'; ?> | = ($max_upload_file_size * 1024 * 1024)) { // compare with given value in bytes ?> |
| post_max_size | ' . $post_max_size . 'M'; ?> | = ($post_max_size * 1024 * 1024)) { // compare with given value in bytes ?> |
| memory_limit | ' . $memory_limit . 'M'; ?> | = ($memory_limit * 1024 * 1024)) { // compare with given value in bytes ?> |
| allow_url_fopen | On | On Off |
| File | Last update | |
|---|---|---|
| DXCC update from Club Log | last_run ?? 'never'; ?> | Update |
| DOK file download | last_run ?? 'never'; ?> | Update |
| LoTW users download | last_run ?? 'never'; ?> | Update |
| POTA file download | last_run ?? 'never'; ?> | Update |
| SCP file download | last_run ?? 'never'; ?> | Update |
| SOTA file download | last_run ?? 'never'; ?> | Update |
| WWFF file download | last_run ?? 'never'; ?> | Update |
| Date | Time | Call | Mode | Band | Station Callsign | |
|---|---|---|---|---|---|---|
| '; $timestamp = strtotime($qso->COL_TIME_ON); echo ' | ' . date($custom_date_format, $timestamp) . ' | '; $timestamp = strtotime($qso->COL_TIME_ON); echo '' . date('H:i', $timestamp) . ' | '; echo '' . $qso->COL_CALL . ' | '; echo '' . $qso->COL_MODE . ' | '; echo '' . $qso->COL_BAND . ' | '; echo '' . $qso->COL_STATION_CALLSIGN . ' | '; echo '
Please mark QSOs and reassign them to an existing station location:
| Call | Target Location | Reassign | ' . $call['COL_STATION_CALLSIGN'] . ' | '; } ?> |
|---|