Since updating to 2024.03 I get continuously database errors like:
1054
error
Unknown column 'contact-id' in 'where clause'
params
DELETE FROMitem
WHERE (contact-id
= 103118)
Who knows what's gone wrong here?
Roland Häder likes this.
Since updating to 2024.03 I get continuously database errors like:
1054
error
Unknown column 'contact-id' in 'where clause'
params
DELETE FROMitem
WHERE (contact-id
= 103118)
Who knows what's gone wrong here?
Roland Häder likes this.
Michael Vogel
in reply to alfredb • • •bin/console dbstructure drop
Roland Häder likes this.
alfredb
in reply to Michael Vogel • • •@Michael Vogel
Michael Vogel
in reply to alfredb • • •show create table item;
Roland Häder likes this.
alfredb
in reply to Michael Vogel • • •https://pastebin.com/sbTy20jB
Roland Häder likes this.
Michael Vogel
in reply to alfredb • • •alfredb
in reply to Michael Vogel • • •Michael Vogel
in reply to alfredb • • •alfredb
in reply to Michael Vogel • • •Roland Häder likes this.
Michael Vogel
in reply to alfredb • • •item
table is not used anymore by Friendica for several years now. So we have got the command to remove these tables. But these table doesn't look like a table from Friendica, so removing it, could destroy some other system.alfredb
in reply to Michael Vogel • • •I have to care about my Hubzilla instance first.
Michael Vogel
in reply to alfredb • • •alfredb
in reply to Michael Vogel • • •Michael Vogel
in reply to alfredb • • •item
table if the data in it is new or old. Withdbstructure drop -e
you can delete all the tables. So only do it, after you created a backup and you are sure that you can delete the data.alfredb
in reply to Michael Vogel • • •Once again, thanks for your assistance! You made my day.
Roland Häder
in reply to alfredb • •./bin/console dbstructure update
and then./bin/console postupdate
Friendica Support reshared this.
alfredb
in reply to alfredb • • •Roland Häder likes this.
Roland Häder
in reply to alfredb • •@alfredb Yes, I now see it in your
/friendica
info page:Friendica Support reshared this.