Changes between Initial Version and Version 2 of Ticket #8473


Ignore:
Timestamp:
May 19, 2010, 1:17:17 AM (14 years ago)
Author:
Raymond Wagner
Comment:

Cleanup. Moving backtrace to file.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8473

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
  • Ticket #8473 – Description

    initial v2  
    66backtrace as an attachment (please don't paste the whole thing into
    77the ticket).
    8 Backtrace:
    9 
    10     datetime:  2010-05-18 20:55:35 (EDT)
    11     errornum:  256
    12   error type:  User Error
    13 error string:  SQL Error: Table './mythconverg/credits' is marked as crashed and last (automatic?) repair failed [#144]
    14     filename:  /usr/share/mythtv/mythweb/objects/Database/Query/mysql.php
    15   error line:  83
    16 
    17 ==========================================================================
    18 
    19 Backtrace:
    20 
    21     file:  /usr/share/mythtv/mythweb/objects/Database/Query/mysql.php
    22     line:  83
    23    class: 
    24 function:  trigger_error
    25     type: 
    26     args:  Array
    27 (
    28     [0] => SQL Error: Table './mythconverg/credits' is marked as crashed and last (automatic?) repair failed [#144]
    29     [1] => 256
    30 )
    31 
    32     file:  /usr/share/mythtv/mythweb/objects/Database.php
    33     line:  261
    34    class:  Database_Query_mysql
    35 function:  execute
    36     type:  ->
    37     args:  Array
    38 (
    39     [0] => Array ( )
    40 )
    41 
    42     file:  /usr/share/mythtv/mythweb/modules/tv/includes/programs.php
    43     line:  169
    44    class:  Database
    45 function:  query
    46     type:  ->
    47     args:  Array
    48 (
    49     [0] => SELECT program.*,
    50                          UNIX_TIMESTAMP(program.starttime) AS starttime_unix,
    51                          UNIX_TIMESTAMP(program.endtime) AS endtime_unix,
    52                          IFNULL(programrating.system, "") AS rater,
    53                          IFNULL(programrating.rating, "") AS rating,
    54                          channel.callsign,
    55                          channel.channum
    56                   FROM program
    57                        LEFT JOIN programrating USING (chanid, starttime)
    58                        LEFT JOIN channel ON program.chanid = channel.chanid
    59                        LEFT JOIN credits ON (program.chanid = credits.chanid AND program.starttime = credits.starttime)
    60                        LEFT JOIN people ON (credits.person = people.person)
    61                  WHERE program.chanid='1025' AND program.starttime = FROM_UNIXTIME('1274241600')
    62 GROUP BY channel.callsign, program.chanid, program.starttime ORDER BY program.starttime
    63  LIMIT 1
    64 )
    65 
    66     file:  /usr/share/mythtv/mythweb/modules/tv/includes/programs.php
    67     line:  78
    68    class: 
    69 function:  load_all_program_data
    70     type: 
    71     args:  Array
    72 (
    73     [0] => 1274241600
    74     [1] => 1274241600
    75     [2] => 1025
    76     [3] => 1
    77 )
    78 
    79     file:  /usr/share/mythtv/mythweb/modules/tv/upcoming.php
    80     line:  32
    81    class: 
    82 function:  load_one_program
    83     type: 
    84     args:  Array
    85 (
    86     [0] => 1274241600
    87     [1] => 1025
    88     [2] => 0
    89 )
    90 
    91     file:  /usr/share/mythtv/mythweb/modules/tv/handler.php
    92     line:  85
    93    class: 
    94 function:  require_once
    95     type: 
    96     args:  Array
    97 (
    98     [0] => /usr/share/mythtv/mythweb/modules/tv/upcoming.php
    99 )
    100 
    101     file:  /usr/share/mythtv/mythweb/mythweb.php
    102     line:  28
    103    class: 
    104 function:  require_once
    105     type: 
    106     args:  Array
    107 (
    108     [0] => /usr/share/mythtv/mythweb/modules/tv/handler.php
    109 )
    110 
    111 
    112 ==========================================================================
    113 
    114 $_GET: Array
    115 (
    116     [dontrec] => yes
    117     [chanid] => 1025
    118     [starttime] => 1274241600
    119     [manualid] => 0
    120 )
    121 
    122 ==========================================================================
    123 
    124 $_SESSION: Array
    125 (
    126     [language] => English
    127     [tmpl] => default
    128     [skin] => default
    129     [prefer_channum] => 1
    130     [date_statusbar] => %a %b %e, %Y, %I:%M %p
    131     [date_scheduled] => %a %b %e, %Y (%I:%M %p)
    132     [date_scheduled_popup] => %a %b %e, %Y
    133     [date_recorded] => %a %b %e, %Y (%I:%M %p)
    134     [date_search] => %a %b %e, %Y, %I:%M %p
    135     [date_listing_key] => %a %b %e, %Y, %I:%M %p
    136     [date_listing_jump] => %a %b %e, %Y
    137     [date_channel_jump] => %a %b %e, %Y
    138     [date_job_status] => %a %b %e, %Y, %I:%M %p
    139     [time_format] => %I:%M %p
    140     [recorded_pixmaps] => 1
    141     [guide_favonly] =>
    142     [timeslot_size] => 300
    143     [num_time_slots] => 36
    144     [timeslot_blocks] => 3
    145     [timeslotbar_skip] => 20
    146     [max_stars] => 4
    147     [star_character] => ♦
    148     [show_popup_info] => 1
    149     [show_channel_icons] => 1
    150     [sortby_channum] => 1
    151     [show_video_covers] => 1
    152     [tv] => Array
    153         (
    154             [last] => Array
    155                 (
    156                     [0] => upcoming
    157                     [1] => 1025
    158                     [2] => 1274241600
    159                 )
    160 
    161             [show_advanced_schedule] => 1
    162         )
    163 
    164     [list_time] => 1273869000
    165     [recording_details] => Array
    166         (
    167             [show_Conflict] => 1
    168             [show_PreviousRecording] => 1
    169             [show_EarlierShowing] => 1
    170             [show_CurrentRecording] => 1
    171             [show_WillRecord] => 1
    172         )
    173 
    174     [scheduled_recordings] => Array
    175         (
    176             [disp_scheduled] => 1
    177             [disp_duplicates] =>
    178             [disp_deactivated] =>
    179             [disp_conflicts] => 1
    180         )
    181 
    182     [scheduled_sortby] => Array
    183         (
    184             [0] => Array
    185                 (
    186                     [field] => airdate
    187                     [reverse] =>
    188                 )
    189 
    190             [1] => Array
    191                 (
    192                     [field] => title
    193                     [reverse] =>
    194                 )
    195 
    196         )
    197 
    198     [] => Array ( )
    199     [recorded_title] =>
    200     [recorded_recgroup] =>
    201     [recorded_sortby] => Array
    202         (
    203             [0] => Array
    204                 (
    205                     [field] => title
    206                     [reverse] =>
    207                 )
    208 
    209             [1] => Array
    210                 (
    211                     [field] => airdate
    212                     [reverse] =>
    213                 )
    214 
    215         )
    216 
    217     [settings] => Array
    218         (
    219             [last] => Array
    220                 (
    221                     [0] => weather
    222                     [1] => screen
    223                 )
    224 
    225             [host] => mythbuntu
    226         )
    227 
    228     [weather] => Array
    229         (
    230             [active] => Array
    231                 (
    232                     [0] => 1
    233                     [1] => 6
    234                 )
    235 
    236             [inactive] => Array
    237                 (
    238                     [0] => 18 Hour Forecast
    239                     [1] => Animated Map
    240                     [2] => Current Conditions
    241                     [3] => Severe Weather Alerts
    242                     [4] => Six Day Forecast
    243                     [5] => Static Map
    244                     [6] => Three Day Forecast
    245                 )
    246 
    247         )
    248 
    249     [remote] => Array
    250         (
    251             [frontends] => Array ( )
    252             [type] => keys
    253         )
    254 
    255     [search] => Array
    256         (
    257             [type] => a
    258             [s] => ^Yachting$
    259             [ctype] => Array
    260                 (
    261                     [0] => series
    262                     [1] => tvshow
    263                 )
    264 
    265             [stars_gt] => 0
    266             [stars_lt] => 1
    267             [starttime] => now
    268             [endtime] => + 1 weeks
    269             [as] => Array
    270                 (
    271                     [0] => stargate universe
    272                     [1] => 49
    273                 )
    274 
    275             [af] => Array
    276                 (
    277                     [0] => Array
    278                         (
    279                             [0] => title
    280                             [1] => channum
    281                         )
    282 
    283                     [1] => Array
    284                         (
    285                             [0] => channum
    286                         )
    287 
    288                 )
    289 
    290             [aj] => Array
    291                 (
    292                     [0] => AND
    293                     [1] => OR
    294                 )
    295 
    296             [hd] =>
    297             [commfree] =>
    298             [airdate_start] =>
    299             [airdate_end] =>
    300         )
    301 
    302     [search_sortby] => Array
    303         (
    304             [0] => Array
    305                 (
    306                     [field] => airdate
    307                     [reverse] =>
    308                 )
    309 
    310             [1] => Array
    311                 (
    312                     [field] => title
    313                     [reverse] =>
    314                 )
    315 
    316         )
    317 
    318     [schedules_sortby] => Array
    319         (
    320             [0] => Array
    321                 (
    322                     [field] => airdate
    323                     [reverse] =>
    324                 )
    325 
    326             [1] => Array
    327                 (
    328                     [field] => title
    329                     [reverse] =>
    330                 )
    331 
    332         )
    333 
    334 )
    335 
    336 ==========================================================================
    337 
    338 $_SERVER: Array
    339 (
    340     [REDIRECT_STATUS] => 200
    341     [HTTP_HOST] => 192.168.1.6
    342     [HTTP_USER_AGENT] => Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7
    343     [HTTP_ACCEPT] => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    344     [HTTP_ACCEPT_LANGUAGE] => en-us,en;q=0.5
    345     [HTTP_ACCEPT_ENCODING] => gzip,deflate
    346     [HTTP_ACCEPT_CHARSET] => ISO-8859-1,utf-8;q=0.7,*;q=0.7
    347     [HTTP_KEEP_ALIVE] => 300
    348     [HTTP_CONNECTION] => keep-alive
    349     [HTTP_REFERER] => http://192.168.1.6/mythweb/tv/upcoming
    350     [HTTP_COOKIE] => mythweb_id=169394dbfc907c7f63e3d9bd4705d4e2
    351     [PATH] => /usr/local/bin:/usr/bin:/bin
    352     [SERVER_SIGNATURE] => <address>Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.5 with Suhosin-Patch Server at 192.168.1.6 Port 80</address>
    353 
    354     [SERVER_SOFTWARE] => Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.5 with Suhosin-Patch
    355     [SERVER_NAME] => 192.168.1.6
    356     [SERVER_ADDR] => 192.168.1.6
    357     [SERVER_PORT] => 80
    358     [REMOTE_ADDR] => 192.168.1.11
    359     [DOCUMENT_ROOT] => /var/www
    360     [SERVER_ADMIN] => webmaster@localhost
    361     [SCRIPT_FILENAME] => /var/www/mythweb/mythweb.php
    362     [REMOTE_PORT] => 51573
    363     [REMOTE_USER] => john
    364     [AUTH_TYPE] => Digest
    365     [REDIRECT_QUERY_STRING] => dontrec=yes
    366     [REDIRECT_URL] => /mythweb/tv/upcoming/1025/1274241600
    367     [GATEWAY_INTERFACE] => CGI/1.1
    368     [SERVER_PROTOCOL] => HTTP/1.1
    369     [REQUEST_METHOD] => GET
    370     [QUERY_STRING] => dontrec=yes
    371     [REQUEST_URI] => /mythweb/tv/upcoming/1025/1274241600?dontrec=yes
    372     [SCRIPT_NAME] => /mythweb/mythweb.php
    373     [PATH_INFO] => /tv/upcoming/1025/1274241600
    374     [PATH_TRANSLATED] => /var/www/tv/upcoming/1025/1274241600
    375     [PHP_SELF] => /mythweb/mythweb.php/tv/upcoming/1025/1274241600
    376     [PHP_AUTH_DIGEST] => username="john", realm="MythTV", nonce="Uvty2eeGBAA=9a8e731ceb5bd56c6810142efc8590e126389c31", uri="/mythweb/tv/upcoming/1025/1274241600?dontrec=yes", algorithm=MD5, response="a0e44071bcbc138c6211884c6050fa2c", qop=auth, nc=00000004, cnonce="b7c8450db54340d3"
    377     [REQUEST_TIME] => 1274230535
    378     [argv] => Array
    379         (
    380             [0] => dontrec=yes
    381         )
    382 
    383     [argc] => 1
    384     [STATUS] => 200
    385     [URL] => /mythweb/tv/upcoming/1025/1274241600