<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
When I get that error, it means my disk is full.&nbsp; That's the only time
I've gotten that.&nbsp; If your disk isn't full... I don't know what the
problem is.<br>
<br>
Ryan Kremser wrote:
<blockquote cite="mid4f8ccfa80503022256796ad03c@mail.gmail.com"
 type="cite">
  <pre wrap="">Hello, somewhat of a newbie and was looking for help.  when i go to
mythweb i get an error saying

Fatal Error at /usr/share/mythtv/mythweb/includes/programs.php, line 138:
SQL Error: Got error 28 from table handler

The system administrator has been notified and the problem will be
remedied shortly.

and then at line 138 this is what resides


    131                      .' AND program.starttime != program.endtime)';
    132     // The extra query, if there is one
    133         if ($extra_query)
    134             $query .= ' AND '.$extra_query;
    135     // Group, sort and query
    136         $query .= ' GROUP BY program.chanid, program.starttime ORDER BY
program.starttime';
    137         $result = mysql_query($query)
    138             or trigger_error('SQL Error: '.mysql_error(), FATAL);
    139     // No results
    140         if (mysql_num_rows($result) &lt; 1) {
    141             mysql_free_result($result);
    142             return NULL;
    143         }
    144     // Load in all of the programs (if any?)
    145         global $Scheduled_Recordings;
    146         $these_programs = array();
    147         while ($data = mysql_fetch_assoc($result)) {
    148             if (!$data['chanid'])


Thanks for any help. I'm still trying to feel my way around this so
thanks in advance.
  </pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>