[mythtv-commits] Ticket #12829: Error en el listado de Mythtv en MythUbuntu 16.04 Released

MythTV noreply at mythtv.org
Tue Jul 19 18:38:27 UTC 2016


#12829: Error en el listado de Mythtv en MythUbuntu 16.04 Released
-----------------------------------+-------------------------
 Reporter:  kevin.carrera@…        |          Owner:  stuartm
     Type:  Bug Report - General   |         Status:  new
 Priority:  critical               |      Milestone:  unknown
Component:  MythTV - Web Frontend  |        Version:  0.28.0
 Severity:  high                   |     Resolution:
 Keywords:                         |  Ticket locked:  0
-----------------------------------+-------------------------

Comment (by paulh):

 Hopefully you speak enough English to understand this :)

 I've just come across a similar problem while working on another project.

 By default the newer versions of Mysql are quite strict about the SQL they
 will accept but you can make it more accepting by tweaking the sql_mode
 setting.

 So basically you need to remove ONLY_FULL_GROUP_BY from the sql_mode
 setting. Easiest way is to edit

 {{{/etc/mysql/mysql.conf.d/mysqld.cnf}}}

 and add at the bottom

 {{{sql_mode = NO_ENGINE_SUBSTITUTION}}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12829#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list