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?
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?
Michael πΊπ¦
•bin/console dbstructure drop
alfredb
•@Michael Vogel
Michael πΊπ¦
•show create table item;
alfredb
•https://pastebin.com/sbTy20jB
Michael πΊπ¦
•alfredb
•Michael πΊπ¦
•alfredb
•Michael πΊπ¦
•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
•I have to care about my Hubzilla instance first.
Michael πΊπ¦
•alfredb
•Michael πΊπ¦
•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
•Once again, thanks for your assistance! You made my day.
Roland HΓ€derπ©πͺ
•./bin/console dbstructure update
and then./bin/console postupdate
alfredb
•Roland HΓ€derπ©πͺ
•@alfredb Yes, I now see it in your
/friendica
info page: