[mythtv-users] Table 'mythconverg.websites' doesn't exist

Michael T. Dean mtdean at thirdcontact.com
Fri Oct 21 10:40:16 UTC 2016


On 10/20/2016 10:47 PM, Gabe Rubin wrote:
> I updated to .28 today.  Upon loading mythfrontend I notice the 
> following error, which I am not sure is new or an old issue.  Either 
> way, I am unsure what this table is and how to correct the problem.  
> Any advice would be appreciated.
>
> Here is the error in the console
>
> QMYSQL: Unable to execute query
> Database error was:
> Table 'mythconverg.websites' doesn't exist
>
> (I have another error but will start a separate thread for that.)
>

You lost a table that you used to have.  To reset the mythbrowser schema:

DROP TABLE IF EXISTS websites;
DELETE FROM settings WHERE value = 'BrowserDBSchemaVer';

then restart mythfrontend.

Mike|
|


More information about the mythtv-users mailing list