<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 21, 2016 at 3:40 AM, Michael T. Dean <span dir="ltr"><<a href="mailto:mtdean@thirdcontact.com" target="_blank">mtdean@thirdcontact.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 10/20/2016 10:47 PM, Gabe Rubin wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
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.<br>
<br>
Here is the error in the console<br>
<br>
QMYSQL: Unable to execute query<br>
Database error was:<br>
Table 'mythconverg.websites' doesn't exist<br>
<br>
(I have another error but will start a separate thread for that.)<br>
<br>
</blockquote>
<br></span>
You lost a table that you used to have.  To reset the mythbrowser schema:<br>
<br>
DROP TABLE IF EXISTS websites;<br>
DELETE FROM settings WHERE value = 'BrowserDBSchemaVer';<br>
<br>
then restart mythfrontend.<br>
<br>
Mike|<br><br></blockquote><div><br></div><div>Thanks.  Did the trick. <br></div></div><br></div></div>