Ticket #12811: mythtv.listings.crash.txt

File mythtv.listings.crash.txt, 9.7 KB (added by mark@…, 8 years ago)
Line 
1    datetime:  2016-06-15 23:53:08 (PDT)
2    errornum:  256
3  error type:  User Error
4error string:  !!NoTrans: SQL Error: Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'mythconverg.program.endtime' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by [#1055]!!
5    filename:  /usr/share/mythtv/mythweb/classes/Database/Query/mysqlicompat.php
6  error line:  98
7
8==========================================================================
9
10Backtrace:
11
12    file:  /usr/share/mythtv/mythweb/classes/Database/Query/mysqlicompat.php
13    line:  98
14   class: 
15function:  trigger_error
16    type: 
17    args:  Array
18(
19    [0] => SQL Error: Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'mythconverg.program.endtime' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by [#1055]
20    [1] => 256
21)
22
23    file:  /usr/share/mythtv/mythweb/classes/Database.php
24    line:  261
25   class:  Database_Query_mysqlicompat
26function:  execute
27    type:  ->
28    args:  Array
29(
30    [0] => Array ( )
31)
32
33    file:  /usr/share/mythtv/mythweb/modules/tv/includes/programs.php
34    line:  140
35   class:  Database
36function:  query
37    type:  ->
38    args:  Array
39(
40    [0] => SELECT program.*,
41                         UNIX_TIMESTAMP(program.starttime) AS starttime_unix,
42                         UNIX_TIMESTAMP(program.endtime) AS endtime_unix,
43                         IFNULL(programrating.system, "") AS rater,
44                         IFNULL(programrating.rating, "") AS rating,
45                         channel.callsign,
46                         channel.channum
47                  FROM program USE INDEX (id_start_end)
48                       LEFT JOIN programrating USING (chanid, starttime)
49                       LEFT JOIN channel ON program.chanid = channel.chanid
50                       LEFT JOIN credits ON (program.chanid = credits.chanid AND program.starttime = credits.starttime)
51                       LEFT JOIN people ON (credits.person = people.person)
52                 WHERE program.chanid='1021' AND (program.endtime > FROM_UNIXTIME('1466059500') AND program.starttime < FROM_UNIXTIME('1466070300') AND program.starttime != program.endtime)
53GROUP BY channel.callsign, program.chanid, program.starttime ORDER BY program.starttime
54)
55
56    file:  /usr/share/mythtv/mythweb/modules/tv/classes/Channel.php
57    line:  154
58   class: 
59function:  load_all_program_data
60    type: 
61    args:  Array
62(
63    [0] => 1466059500
64    [1] => 1466070300
65    [2] => 1021
66)
67
68    file:  /usr/share/mythtv/mythweb/modules/tv/tmpl/default/list_data.php
69    line:  102
70   class:  Channel
71function:  display_programs
72    type:  ->
73    args:  Array
74(
75    [0] => 1466059500
76    [1] => 1466070300
77)
78
79    file:  /usr/share/mythtv/mythweb/modules/tv/tmpl/default/list.php
80    line:  78
81   class: 
82function:  require_once
83    type: 
84    args:  Array
85(
86    [0] => /usr/share/mythtv/mythweb/modules/tv/tmpl/default/list_data.php
87)
88
89    file:  /usr/share/mythtv/mythweb/modules/tv/list.php
90    line:  45
91   class: 
92function:  require_once
93    type: 
94    args:  Array
95(
96    [0] => /usr/share/mythtv/mythweb/modules/tv/tmpl/default/list.php
97)
98
99    file:  /usr/share/mythtv/mythweb/modules/tv/handler.php
100    line:  82
101   class: 
102function:  require_once
103    type: 
104    args:  Array
105(
106    [0] => /usr/share/mythtv/mythweb/modules/tv/list.php
107)
108
109    file:  /usr/share/mythtv/mythweb/mythweb.php
110    line:  35
111   class: 
112function:  require_once
113    type: 
114    args:  Array
115(
116    [0] => /usr/share/mythtv/mythweb/modules/tv/handler.php
117)
118
119
120==========================================================================
121
122$_SESSION: Array
123(
124    [cache_engine] => Cache_Null
125    [stream] => Array
126        (
127            [include_user_and_password] =>
128        )
129
130    [prefer_channum] => 1
131    [recorded_pixmaps] => 1
132    [guide_favonly] =>
133    [timeslot_size] => 300
134    [num_time_slots] => 36
135    [timeslot_blocks] => 3
136    [timeslotbar_skip] => 20
137    [max_stars] => 4
138    [star_character] => &#9733;
139    [show_popup_info] => 1
140    [show_channel_icons] => 1
141    [sortby_channum] => 1
142    [recorded_paging] =>
143    [genre_colors] => 1
144    [show_video_covers] => 1
145    [settings] => Array
146        (
147            [screens] => Array
148                (
149                    [tv] => Array
150                        (
151                            [upcoming recordings] => Array
152                                (
153                                    [title] => on
154                                    [channel] => on
155                                    [record date] => on
156                                    [length] => on
157                                )
158
159                        )
160
161                )
162
163        )
164
165    [backend] => Array
166        (
167            [timezone] => Array
168                (
169                    [value] => America/Los_Angeles
170                    [last_check_time] => 1466059326
171                )
172
173            [192.168.37.92] => Array
174                (
175                    [proto_version] => Array
176                        (
177                            [last_check_version] => 88
178                            [last_check_time] => 1466059711
179                        )
180
181                )
182
183        )
184
185    [language] => English
186    [date_statusbar] => %a %b %e, %Y, %I:%M %p
187    [date_scheduled] => %a %b %e, %Y (%I:%M %p)
188    [date_scheduled_popup] => %a %b %e, %Y
189    [date_recorded] => %a %b %e, %Y (%I:%M %p)
190    [date_search] => %a %b %e, %Y, %I:%M %p
191    [date_listing_key] => %a %b %e, %Y, %I:%M %p
192    [date_listing_jump] => %a %b %e, %Y
193    [date_channel_jump] => %a %b %e, %Y
194    [date_job_status] => %a %b %e, %Y, %I:%M %p
195    [time_format] => %I:%M %p
196    [tv] => Array
197        (
198            [last] => Array
199                (
200                    [0] => list
201                )
202
203        )
204
205    [list_time] => 1466059500
206    [recorded_sortby] => Array
207        (
208            [0] => Array
209                (
210                    [field] => airdate
211                    [reverse] => 1
212                )
213
214            [1] => Array
215                (
216                    [field] => title
217                    [reverse] =>
218                )
219
220        )
221
222    [] => Array ( )
223    [scheduled_recordings] => Array
224        (
225            [disp_scheduled] => 1
226            [disp_duplicates] =>
227            [disp_deactivated] =>
228            [disp_conflicts] => 1
229        )
230
231)
232
233==========================================================================
234
235$_SERVER: Array
236(
237    [REDIRECT_STATUS] => 200
238    [HTTP_HOST] => 192.168.37.92
239    [HTTP_CONNECTION] => keep-alive
240    [HTTP_UPGRADE_INSECURE_REQUESTS] => 1
241    [HTTP_USER_AGENT] => Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36
242    [HTTP_ACCEPT] => text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
243    [HTTP_REFERER] => http://192.168.37.92/mythweb/tv/list
244    [HTTP_ACCEPT_ENCODING] => gzip, deflate, sdch
245    [HTTP_ACCEPT_LANGUAGE] => en-US,en;q=0.8
246    [HTTP_COOKIE] => mythweb_id=5r7b1t2u51q8ga8dr363lu5a70
247    [PATH] => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
248    [SERVER_SIGNATURE] => <address>Apache/2.4.18 (Ubuntu) Server at 192.168.37.92 Port 80</address>
249
250    [SERVER_SOFTWARE] => Apache/2.4.18 (Ubuntu)
251    [SERVER_NAME] => 192.168.37.92
252    [SERVER_ADDR] => 192.168.37.92
253    [SERVER_PORT] => 80
254    [REMOTE_ADDR] => 192.168.37.27
255    [DOCUMENT_ROOT] => /var/www/html
256    [REQUEST_SCHEME] => http
257    [CONTEXT_PREFIX] =>
258    [CONTEXT_DOCUMENT_ROOT] => /var/www/html
259    [SERVER_ADMIN] => webmaster@localhost
260    [SCRIPT_FILENAME] => /var/www/html/mythweb/mythweb.php
261    [REMOTE_PORT] => 64869
262    [REDIRECT_URL] => /mythweb/tv/list
263    [GATEWAY_INTERFACE] => CGI/1.1
264    [SERVER_PROTOCOL] => HTTP/1.1
265    [REQUEST_METHOD] => GET
266    [QUERY_STRING] =>
267    [REQUEST_URI] => /tv/list
268    [SCRIPT_NAME] => /mythweb/mythweb.php
269    [PATH_INFO] => /tv/list
270    [PATH_TRANSLATED] => /var/www/html/tv/list
271    [PHP_SELF] => /mythweb/mythweb.php/tv/list
272    [REQUEST_TIME_FLOAT] => 1466059988.221
273    [REQUEST_TIME] => 1466059988
274    [STATUS] => 200
275    [URL] => /mythweb/tv/list
276    [HTTP_X_FORWARDED_PROTO] =>
277    [HTTPS] =>
278    [HTTP_PORT] => 80
279)
280
281==========================================================================
282
283$constant_list["user"]: Array
284(
285    [ERROR] => 512
286    [E_ASSERT_ERROR] => 4096
287    [FATAL] => 256
288    [PHP_MIN_VERSION] => 5.3
289    [WARNING] => 1024
290    [WebDBSchemaVer] => 4
291    [dupsin_all] => 15
292    [dupsin_newepisodes] => 16
293    [dupsin_oldrecorded] => 2
294    [dupsin_recorded] => 1
295    [error_email] =>
296    [gb] => 1073741824
297    [hostname] => mythtv
298    [http_host] => 192.168.37.92
299    [kb] => 1024
300    [max_stars] => 4
301    [mb] => 1048576
302    [module] => tv
303    [modules_path] => /usr/share/mythtv/mythweb/modules
304    [num_time_slots] => 36
305    [prefer_channum] => 1
306    [rectype_always] => 4
307    [rectype_daily] => 2
308    [rectype_dontrec] => 8
309    [rectype_findone] => 6
310    [rectype_once] => 1
311    [rectype_override] => 7
312    [rectype_template] => 11
313    [rectype_weekly] => 5
314    [root] => /mythweb/
315    [root_auth_url] => http://192.168.37.92/mythweb/
316    [root_url] => http://192.168.37.92/mythweb/
317    [searchtype_keyword] => 3
318    [searchtype_manual] => 5
319    [searchtype_people] => 4
320    [searchtype_power] => 1
321    [searchtype_title] => 2
322    [skin] => default
323    [skin_img_url] => http://192.168.37.92/mythweb/skins/default/img/
324    [skin_url] => http://192.168.37.92/mythweb/skins/default/
325    [star_character] => &#9733;
326    [stream_url] => http://192.168.37.92:80//mythweb/
327    [tb] => 1099511627776
328    [timeslot_blocks] => 3
329    [timeslot_size] => 300
330    [timeslotbar_skip] => 20
331    [tmpl] => default
332    [tmpl_dir] => modules/tv/tmpl/default/
333)
334
335
336