Error message following latest update 2.4.2 #2128
Closed
Steve-M0SKM
started this conversation in
General
Replies: 3 comments 10 replies
-
Do you have access to the mySQL db? If so could you please check the value in migrations table? |
Beta Was this translation helpful? Give feedback.
4 replies
-
@Steve-M0SKM you said you left config-folder untouched? That means you didn't upgrade migration.php? Open that file in the config folder and tell us what number is here: $config['migration_version'] = 121; It should be 121. If not, that is the reason. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Resolved thanks to Florian and Andreas. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On clicking the LOTW link I get the following message, the original config folder was left untouched during upgrade.
Any help gratefully received.
A Database Error Occurred
Error Number: 1054
Unknown column 'lotw_certs.cert_dxcc_id' in 'on clause'
SELECT
lotw_certs
.lotw_cert_id
aslotw_cert_id
,lotw_certs
.callsign
ascallsign
,dxcc_entities
.name
ascert_dxcc
,dxcc_entities
.end
ascert_dxcc_end
,lotw_certs
.qso_start_date
asqso_start_date
,lotw_certs
.qso_end_date
asqso_end_date
,lotw_certs
.date_created
asdate_created
,lotw_certs
.date_expires
asdate_expires
,lotw_certs
.last_upload
aslast_upload
FROMlotw_certs
LEFT JOINdxcc_entities
ONlotw_certs
.cert_dxcc_id
=dxcc_entities
.adif
WHEREuser_id
= '6' ORDER BYcert_dxcc
ASCFilename: models/LotwCert.php
Line Number: 19
Steve M0SKM
Beta Was this translation helpful? Give feedback.
All reactions