Second newbie question

4 posts / 0 new
Last post
NZ0T
Second newbie question

I am using CQRLOG at home and also at our lake cabin - two seperate computers.   Each log is named NZ0T.  When I open the log at the lake, which was the second CQRLOG I established named NZ0T, I get this error message - "Database upgrade crashed with this error: Error executing query: Duplicate column name 'upddeleted'.   I tried the fix found elsewhere in this form that changes the Msql number but I continue to get the error.  Is this because I have two logs with the same name?  Do I need to change the name of the lake log to NZ0Ta or something?
 
73 Bill NZ0T

ok2cqr
ok2cqr's picture
Re: Second newbie question

Bill,
 
this is a bug in CQRLOG. Solution is:
 
Please open the terminal and enter this command:
mysql -S /home/ok2cqr/.config/cqrlog/
 
database/sock where ok2cqr is my user name.
Mysql console appears. Now enter these commands:
use cqrlog001;  where cqrlog001 means you are using database nr 1,
update db_version set nr=9;
quit;
 
 
This bug will be fixed in new version. I'm sorry for inconvenience.
 
All your logs could have the same name. The name of the log is only for you, CQRLOG works with number of the log.
 
73 Petr

NZ0T
I tried that solution and it

I tried that solution and it did not work.  I will not be back athat QTH for about 3 weeks and I will try it again at that time.  I was able to get into the Mysql console and I entered all the commands but when I entered quit nothing happened.

NZ0T
Still getting message

Petr,
I am back at the lake cabin and I just tried the above procedure and I still get the error.  I have installed 1.8.2 and I still get the error.  When I perform the procedure you gasve me it all works fine but when I enter quit nothing happens.