<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Mark Boyum said the following on 21/11/09 00:22:
<blockquote
cite="mid:6f0528880911201522n381deee8qaab12c64f10a0ffe@mail.gmail.com"
type="cite">
<div class="gmail_quote">On Fri, Nov 20, 2009 at 11:55 AM, Mark Boyum
<span dir="ltr"><<a moz-do-not-send="true"
href="mailto:mark@boyum.us">mark@boyum.us</a>></span> wrote:<br>
<blockquote class="gmail_quote"
style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">
<div class="gmail_quote">
<blockquote class="gmail_quote"
style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div bgcolor="#ffffff" text="#000000">I think mythweather isn't
installed right. You're missing the
weatherscreens table (and probably other tables as well. Try to remove
mythweather and see if that fixes it. If it does, try to reinstall
mythweather. <br>
<br>
And remove the line you added before:
var_export(build_backtrace(false));<br>
</div>
</blockquote>
</div>
<br>
</div>
No change after removing mythweather. I have also removed and
re-installed mythweb via the Mythbuntu Control Centre with no luck.
Are there any steps that can be taken to completely clean the system of
any traces of mythweb after removing the package? I'm guessing that
there is something being left behind after I remove it.<br>
<br>
<br>
</blockquote>
</div>
I've renamed fatal.php to prevent it from loading and now can see that
there are indeed errors pertaining to mythweather even though it has
been uninstalled. I've attached the html output.<br>
<br>
How do I create the mythweather tables when the plugin doesn't seem to
do it on its own?<br>
<br>
-Mark<br>
<br>
</blockquote>
Can you give the output of mysql -u mythtv -p mythconverg -e 'SHOW
TABLES;' to see if the tables are created or that there is another
problem?<br>
<br>
<br>
Or you can try do to this (I quote Mike for his solution to me on
another matter :)) that should give you a db with all the tables. <br>
<br>
Could you try doing a full SQL-based backup ( <a
class="moz-txt-link-freetext"
href="http://www.mythtv.org/wiki/Database_Backup_and_Restore">http://www.mythtv.org/wiki/Database_Backup_and_Restore</a>
), then dropping your database and creating a new database ( <a
class="moz-txt-link-freetext"
href="http://www.mythtv.org/wiki/Database_Backup_and_Restore#Database_Restore">http://www.mythtv.org/wiki/Database_Backup_and_Restore#Database_Restore</a>
), then doing a full restore of the backup ( <a
class="moz-txt-link-freetext"
href="http://www.mythtv.org/wiki/Database_Backup_and_Restore#Full_restore_of_a_specific_backup_file">http://www.mythtv.org/wiki/Database_Backup_and_Restore#Full_restore_of_a_specific_backup_file</a>
)?
<br>
<br>
</body>
</html>