magicbug / Cloudlog

Web based amateur radio logging application built using PHP & MySQL supports general station logging tasks from HF to Microwave with supporting applications to support CAT control.
http://www.cloudlog.co.uk
MIT License
466 stars 192 forks source link

An uncaught Exception was encountered #3205

Closed 2E0LXY closed 1 month ago

2E0LXY commented 1 month ago

Importing basic ADIF from Log4OM and get this error.

An uncaught Exception was encountered Type: Error Message: Call to undefined function mb_convert_encoding() Filename: /var/www/html/application/libraries/Adif_parser.php Line Number: 136

If I do a Logbook of the World - ADIF Import I get.

A PHP Error was encountered Severity: 8192 Message: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated Filename: controllers/Lotw.php Line Number: 726 An uncaught Exception was encountered Type: Error Message: Call to undefined function mb_convert_encoding() Filename: /var/www/html/application/libraries/Adif_parser.php Line Number: 136

magicbug commented 1 month ago

Can you provide the adif file?

2E0LXY commented 1 month ago

PHP Module mbstring wasn't installed. Once installed all sorted, now to play with it! Many thanks :-)