Replies: 10 comments
-
Hello How did you backup your installation? And how did you revert to that backup after the failed installation? 73 |
Beta Was this translation helpful? Give feedback.
-
Has the database been backed up and restored as well? |
Beta Was this translation helpful? Give feedback.
-
All i did was to make a copy of the old folder. This copy i renamed back after i noticed that the update wont work as expected since i need to upgrade the whole Linux machine. |
Beta Was this translation helpful? Give feedback.
-
Which PHP version is running now? The code should still be able to cope with 7.4. |
Beta Was this translation helpful? Give feedback.
-
Its a 7.2... i will have a look. |
Beta Was this translation helpful? Give feedback.
-
For the Database Error on the LOTW Page you CAN try following: login as root with First create a backup of your current databases:
then go into the mysql command line with Type in
// Make sure the name of your database (in my case its cloudlog). If you dont know check Now try again the LoTW Page. |
Beta Was this translation helpful? Give feedback.
-
But anyway I would recommend to export your complete ADIF, note your setting and install a new cloudlog on a new setup Debian. This will be much easier to update everything on it's own. 1.9 is really really old and this would be a huge version step. I recommend on the new Cloudlog Install to set up the cronjob to update each night. Would that be an option? If you need help you can write me a german email. Mail is on QRZ.com |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for the recommendation. 73 |
Beta Was this translation helpful? Give feedback.
-
Its a 7.2... i will have a look. |
Beta Was this translation helpful? Give feedback.
-
I managed to change the column name (my mariadb version did not yet support the RENAME command). The lotw page is now working again. But there seem also other things changed in other tables that then prevent log entries from beeing uploaded (download seems to work). I dont want to mess up my log data and therefore i plan to do a new installation on a current system and then move all logbooks to there manually. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I still run an old 1.7 installation on my webserver. Yesterday i tried to upgrade to the latest version. Unfortunately it did not work because my PHP is apparently too old. Therefore i reverted to the backup of the old installation. As far as i can see everything works except the lotw support. The page does not show up and instead a white page with the link to upload the certificate.
I enabled the development mode and thats the error message:
`
A Database Error Occurred
Error Number: 1054
Unknown column 'cert_dxcc' in 'order clause'
SELECT * FROM
lotw_certs
WHEREuser_id
= '6' ORDER BYcert_dxcc
ASCFilename: models/LotwCert.php
Line Number: 17
`
Does anybody have an idea how to fix this?
73
Mario
Beta Was this translation helpful? Give feedback.
All reactions