Replies: 3 comments 5 replies
-
Update from me, I noticed the original issue, the callbook config appears within config.php in an 'Install Options' section and in 'QRZ Login Options', I had set values in the first section which were overwritten with "" in the second. I've corrected this and now the 'Lookup not configured' message is gone. Still though in e.g. 'Post QSO' when I enter a callsign and leave the field with a tab no contact info is auto-filled. Any help with this? Is this a configuration option within Cloudlog or do I need to configure something within QRZ? |
Beta Was this translation helpful? Give feedback.
-
for QRZ to work you should just need to populate $config['callbook'] = "qrz"; // Options are hamqth or qrz in config.php, when you then type a callsign in it will look it up on QRZ. if this doesn't work then there's a server config issue in config.php enable all logging output and then check application/logs folder and see whats being reported |
Beta Was this translation helpful? Give feedback.
-
I'd suggest checking against dev branch as I believe it's fixed |
Beta Was this translation helpful? Give feedback.
-
I have configured qrz as my callbook in config.php using the following,
$config['callbook'] = "qrz"; // Options are hamqth or qrz
$config['qrz_username'] = "<callsign_username>";
$config['qrz_password'] = "<my_password>";
Still when I type a callsign and press Tab to change field, not contact info is populated. The message appears: (Callbook Search for ) "Lookup not configured. Please review configuration."
The same problem appears when I configure hamqth instread,
$config['callbook'] = "hamqth"; // Options are hamqth or qrz
$config['hamqth_username'] = "<callsign_username>";
$config['hamqth_password'] = "<my_password>";
Am I missing something? Any help is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions