During the upgrade to the latest version of Centovacast, it was unable to update the database completely - or at all.
#Error: Upgrade from 3.2.15r4255 failed. 1 error(s) occurred; upgrade codes:
#
#3.2.15r4260-0-0 - Could not execute query: BLOB, TEXT, GEOMETRY or JSON co ...
#
#If you require assistance, please provide the above codes in your support ticket to Centova Cast support.
#Database upgrade failed
It still works, I'm still on the air, but a) I can't see the list of recently played tracks in the Overview section and b) I get the following two SQL errors when I go to view the currently connected listeners:
SQL Error: Could not execute query in /usr/local/centovacast/system/class_SharedContent.php:185
Query: SELECT usecontentfrom FROM accounts WHERE id=2
Error: Unknown column 'usecontentfrom' in 'field list'
Call: $SQL->select_query()
SQL Error: Could not execute query in /usr/local/centovacast/system/class_SharedContent.php:65
Query: SELECT id,username,sharemedia,shareplaylists FROM accounts WHERE (sharemedia>0 OR shareplaylists>0) AND username IN ('')
Error: Unknown column 'sharemedia' in 'field list'
Call: $SQL->select_query()
Is there a way to run the database update as a separate discrete task?