[mythtv-commits] Ticket #9300: problem while accessing the web interface, nothing special, no recording

MythTV mythtv at cvs.mythtv.org
Sun Nov 28 21:18:58 UTC 2010


#9300: problem while accessing the web interface, nothing special, no recording
-------------------------+--------------------------------------------------
 Reporter:  anonymous    |            Type:  Bug Report      
   Status:  new          |        Priority:  minor           
Milestone:  unknown      |       Component:  MythTV - General
  Version:  Unspecified  |        Severity:  medium          
 Keywords:               |   Ticket locked:  0               
-------------------------+--------------------------------------------------
 datetime:  2010-11-28 22:15:40 (CET)
     errornum:  256
   error type:  User Error
 error string:  SQL Error: Table './mythconverg/program' is marked as
 crashed and last (automatic?) repair failed [#144]
     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/program' is marked as crashed
 and last (automatic?) repair failed [#144]
     [1] => 256
 )

     file:  /usr/share/mythtv/mythweb/classes/Database.php
     line:  263
    class:  Database_Query_mysql
 function:  execute
     type:  ->
     args:  Array
 (
     [0] => Array ( )
 )

     file:  /usr/share/mythtv/mythweb/modules/tv/includes/programs.php
     line:  166
    class:  Database
 function:  query
     type:  ->
     args:  Array
 (
     [0] => SELECT program.*,
                          UNIX_TIMESTAMP(program.starttime) AS
 starttime_unix,
                          UNIX_TIMESTAMP(program.endtime) AS endtime_unix,
                          IFNULL(programrating.system, "") AS rater,
                          IFNULL(programrating.rating, "") AS rating,
                          channel.callsign,
                          channel.channum
                   FROM program
                        LEFT JOIN programrating USING (chanid, starttime)
                        LEFT JOIN channel ON program.chanid =
 channel.chanid
                        LEFT JOIN credits ON (program.chanid =
 credits.chanid AND program.starttime = credits.starttime)
                        LEFT JOIN people ON (credits.person =
 people.person)
                  WHERE program.chanid IN
 (1014,1514,17408,17405,1515,17418,17403,17394,1002,17406,17411,17413,17430,1015,1517,17579,1011,1012,1003,1004,1001,1005,17433,17398,17400,1013,1516,17420,17421,17387,17401,17404,17426,17432,25593,25595,25596,25614,27498,27503,27506,27507,1010,27516)
 AND (program.endtime > FROM_UNIXTIME('1290978900') AND program.starttime <
 FROM_UNIXTIME('1290989700') AND program.starttime != program.endtime)
 GROUP BY channel.callsign, program.chanid, program.starttime ORDER BY
 program.starttime
 )

     file:  /usr/share/mythtv/mythweb/modules/tv/list.php
     line:  49
    class:
 function:  load_all_program_data
     type:
     args:  Array
 (
     [0] => 1290978900
     [1] => 1290989700
 )

     file:  /usr/share/mythtv/mythweb/modules/tv/handler.php
     line:  87
    class:
 function:  require_once
     type:
     args:  Array
 (
     [0] => /usr/share/mythtv/mythweb/modules/tv/list.php
 )

     file:  /usr/share/mythtv/mythweb/mythweb.php
     line:  35
    class:
 function:  require_once
     type:
     args:  Array
 (
     [0] => /usr/share/mythtv/mythweb/modules/tv/handler.php
 )


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

 $_SESSION: Array
 (
     [language] => German
     [prefer_channum] => 1
     [date_statusbar] => %e.%m.%Y, %H:%M
     [date_scheduled] => %e.%m.%Y (%H:%M)
     [date_scheduled_popup] => %e.%m.%Y
     [date_recorded] => %e.%m.%Y (%H:%M)
     [date_search] => %e.%m.%Y, %H:%M
     [date_listing_key] => %e.%m.%Y, %H:%M
     [date_listing_jump] => %e.%m.%Y
     [date_channel_jump] => %e.%m.%Y
     [date_job_status] => %e.%m.%Y, %H:%M
     [time_format] => %H:%M
     [recorded_pixmaps] => 1
     [guide_favonly] =>
     [timeslot_size] => 300
     [num_time_slots] => 36
     [timeslot_blocks] => 3
     [timeslotbar_skip] => 20
     [max_stars] => 4
     [star_character] => &#9733;
     [show_popup_info] => 1
     [show_channel_icons] => 1
     [sortby_channum] => 1
     [recorded_paging] =>
     [genre_colors] => 1
     [show_video_covers] => 1
     [settings] => Array
         (
             [screens] => Array
                 (
                     [tv] => Array
                         (
                             [upcoming recordings] => Array
                                 (
                                     [title] => on
                                     [channel] => on
                                     [record date] => on
                                     [length] => on
                                 )

                         )

                 )

             [last] => Array
                 (
                     [0] => tv
                     [1] => channels
                 )

             [host] => localhost
         )

     [backend] => Array
         (
             [192.168.178.30] => Array
                 (
                     [proto_version] => Array
                         (
                             [last_check_version] => 23056
                             [last_check_time] => 1290978935
                         )

                 )

             [timezone] => Array
                 (
                     [value] => Europe/Berlin
                     [last_check_time] => 1290978936
                 )

         )

     [tv] => Array
         (
             [last] => Array
                 (
                     [0] => list
                 )

         )

     [list_time] => 1290978900
     [scheduled_recordings] => Array
         (
             [disp_scheduled] => 1
             [disp_duplicates] =>
             [disp_deactivated] =>
             [disp_conflicts] => 1
         )

     [] => Array ( )
     [recorded_title] =>
     [recorded_recgroup] =>
     [recorded_sortby] => Array
         (
             [0] => Array
                 (
                     [field] => airdate
                     [reverse] => 1
                 )

             [1] => Array
                 (
                     [field] => title
                     [reverse] =>
                 )

         )

     [recording_details] => Array
         (
             [show_Conflict] => 1
             [show_PreviousRecording] => 1
             [show_EarlierShowing] => 1
             [show_CurrentRecording] => 1
             [show_WillRecord] => 1
         )

     [search] => Array
         (
             [s] => ^Kommissarin Lund Das Verbrechen II (2/5)$
             [type] => q
             [ctype] => Array
                 (
                     [0] =>
                     [1] => movie
                     [2] => sports
                     [3] => tvshow
                 )

             [categories] => Array ( )
             [stars_gt] => 0
             [stars_lt] => 1
             [starttime] => now
             [endtime] => + 2 weeks
             [as] => Array
                 (
                     [0] =>
                 )

             [af] => Array
                 (
                     [0] => Array
                         (
                             [0] => title
                         )

                 )

             [aj] => Array
                 (
                     [0] => AND
                 )

         )

     [search_sortby] => Array
         (
             [0] => Array
                 (
                     [field] => airdate
                     [reverse] =>
                 )

             [1] => Array
                 (
                     [field] => title
                     [reverse] =>
                 )

         )

     [schedules_sortby] => Array
         (
             [0] => Array
                 (
                     [field] => airdate
                     [reverse] =>
                 )

             [1] => Array
                 (
                     [field] => title
                     [reverse] =>
                 )

         )

 )

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

 $_SERVER: Array
 (
     [REDIRECT_STATUS] => 200
     [HTTP_HOST] => puck
     [HTTP_USER_AGENT] => Mozilla/5.0 (X11; U; Linux x86_64; de;
 rv:1.9.2.12) Gecko/20101027 Ubuntu/10.04 (lucid) Firefox/3.6.12
     [HTTP_ACCEPT] =>
 text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
     [HTTP_ACCEPT_LANGUAGE] => de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
     [HTTP_ACCEPT_ENCODING] => gzip,deflate
     [HTTP_ACCEPT_CHARSET] => ISO-8859-1,utf-8;q=0.7,*;q=0.7
     [HTTP_KEEP_ALIVE] => 115
     [HTTP_CONNECTION] => keep-alive
     [HTTP_REFERER] => http://puck/mythweb/
     [HTTP_COOKIE] => mythweb_tmpl=default; mythweb_skin=default;
 mythweb_id=dodefqn0e3pauvd8415burkfa7
     [PATH] => /usr/local/bin:/usr/bin:/bin
     [SERVER_SIGNATURE] => <address>Apache/2.2.16 (Ubuntu) Server at puck
 Port 80</address>

     [SERVER_SOFTWARE] => Apache/2.2.16 (Ubuntu)
     [SERVER_NAME] => puck
     [SERVER_ADDR] => 192.168.178.30
     [SERVER_PORT] => 80
     [REMOTE_ADDR] => 192.168.178.21
     [DOCUMENT_ROOT] => /var/www
     [SERVER_ADMIN] => webmaster at localhost
     [SCRIPT_FILENAME] => /var/www/mythweb/mythweb.php
     [REMOTE_PORT] => 41027
     [REDIRECT_URL] => /mythweb/tv/list
     [GATEWAY_INTERFACE] => CGI/1.1
     [SERVER_PROTOCOL] => HTTP/1.1
     [REQUEST_METHOD] => GET
     [QUERY_STRING] =>
     [REQUEST_URI] => /mythweb/tv/list
     [SCRIPT_NAME] => /mythweb/mythweb.php
     [PATH_INFO] => /tv/list
     [PATH_TRANSLATED] => /var/www/tv/list
     [PHP_SELF] => /mythweb/mythweb.php/tv/list
     [REQUEST_TIME] => 1290978939
     [STATUS] => 200
     [URL] => /mythweb/tv/list
     [HTTP_PORT] => 80
 )

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

 $constant_list["user"]: Array
 (
     [ERROR] => 512
     [E_ASSERT_ERROR] => 4096
     [FATAL] => 256
     [PHP_MIN_VERSION] => 5.1
     [WARNING] => 1024
     [WebDBSchemaVer] => 2
     [dupsin_all] => 15
     [dupsin_ex_generic] => 64
     [dupsin_ex_repeats] => 32
     [dupsin_newepisodes] => 16
     [dupsin_oldrecorded] => 2
     [dupsin_recorded] => 1
     [error_email] =>
     [gb] => 1073741824
     [hostname] => puck
     [http_host] => puck
     [kb] => 1024
     [max_stars] => 4
     [mb] => 1048576
     [module] => tv
     [modules_path] => ./modules
     [num_time_slots] => 36
     [prefer_channum] => 1
     [rectype_always] => 4
     [rectype_channel] => 3
     [rectype_daily] => 2
     [rectype_dontrec] => 8
     [rectype_finddaily] => 9
     [rectype_findone] => 6
     [rectype_findweekly] => 10
     [rectype_once] => 1
     [rectype_override] => 7
     [rectype_weekly] => 5
     [root] => /mythweb/
     [root_url] => http://puck/mythweb/
     [searchtype_keyword] => 3
     [searchtype_manual] => 5
     [searchtype_people] => 4
     [searchtype_power] => 1
     [searchtype_title] => 2
     [skin] => default
     [skin_img_url] => http://puck/mythweb/skins/default/img/
     [skin_url] => http://puck/mythweb/skins/default/
     [star_character] => &#9733;
     [stream_url] => http://puck:80//mythweb/
     [tb] => 1099511627776
     [timeslot_blocks] => 3
     [timeslot_size] => 300
     [timeslotbar_skip] => 20
     [tmpl] => default
     [tmpl_dir] => modules/tv/tmpl/default/
 )


 Thank you

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


More information about the mythtv-commits mailing list