[mythtv-commits] Ticket #7479: Mythweb and Display of Favorites in Listings

MythTV mythtv at cvs.mythtv.org
Mon Nov 2 05:35:56 UTC 2009


#7479: Mythweb and Display of Favorites in Listings
----------------------------------+-----------------------------------------
 Reporter:  sgunther@…            |       Owner:  kormoc 
     Type:  defect                |      Status:  new    
 Priority:  minor                 |   Milestone:  unknown
Component:  Plugin - MythWeb      |     Version:  0.22rc1
 Severity:  low                   |     Mlocked:  0      
----------------------------------+-----------------------------------------
 In 0.22rc1 (Clean Install) the feature to toggle viewing only favorite
 channels "Only display favourite channels" on
 http://<host>/mythweb/settings/tv page causes the listings on
 http://<host>/mythweb/tv/list.

 The database structure has changed.  In precious versions favorite
 channels were stored in mythconverg.favorites where in 0.22 they are now
 stored in mythconverg.channelgroup (Associated to Favories from
 mythconverg.channelgroupnames)

 {{{

 Sample of the error;
  datetime:  2009-11-01 23:33:21 (CST)
     errornum:  256
   error type:  User Error
 error string:  SQL Error: Table 'mythconverg.favorites' doesn't exist
 [#1146]
     filename:  /usr/share/mythtv/mythweb/classes/Database/Query/mysql.php
   error line:  83

 ==========================================================================

 Backtrace:

     file:  /usr/share/mythtv/mythweb/classes/Database/Query/mysql.php
     line:  83
    class:
 function:  trigger_error
     type:
     args:  Array
 (
     [0] => SQL Error: Table 'mythconverg.favorites' doesn't exist [#1146]
     [1] => 256
 )
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7479>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list