View Single Post
Posts: 7 | Thanked: 3 times | Joined on Apr 2010
#341
Originally Posted by lorelei View Post

@PMD: could you please send me via private message (I don't know exactly how sensitive this information is) the output of the following commands run from the X-terminal (you have to type only those in bold)?
Not sensitive at all. :-) See below.


Code:
$ sqlite3 erminig.db
sqlite> select * from Profiles;
sqlite> .quit
thanks
The output from sqlite3 is:
Code:
SQL error: no such table: Profiles
So it appears that no profile was registered in erminig.db when I tried to create one?

The strange thing is that in erminig I can see the profile below the title line (or whatever it's called; the one starting with "Device").

However: the field below the title "Google" is empty, but when I edit the profile everything looks right.

Last edited by pmd; 2010-05-17 at 22:33.