Andreas Kristiansen

Results 39 comments of Andreas Kristiansen

This is probably fixed in station_logbooks. I rewrote the cron job a few days ago. Now it loops through the users with a username and password set. Then QSOs are...

@samhjn thanks for the PR. I've tested it, and as far as I can tell, it works as it should with no errors. I've only tested it with storing QSLs...

Did you run this code against master? I know that it does not work with PHP8. If not, then I'm not sure what is causing this. I'll see if I...

That is strange. I just tried this branch, and it fails with the same problem here.

I found the problem. It seems to me that you based the code on a broken commit of station_logbooks. You need to edit 073_create_station_logbook_relationship_table.php and rename the class from Migration_create_station_logbook_relationship_table2...

@samhjn sorry for not getting back sooner. I'll take a look this weekend.

@magicbug did you check this out? Should we get this in v2 branch?

@iddq I've seen this problem before. Not sure how to fix, other than making a call to the database before inserting.

Add_qso() in logbook_model is the one inserting. It is called from several places. The one used on import, has a basic duplicate check. The ADIF import has an option to...

This seems like a much needed feature for Cloudlog for handling QSL'ing. Keep up the good work, and let us know when you want us to test.