Ticket #8473: mythweb-backtrace.log

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