Opened 11 years ago

Closed 10 years ago

Last modified 8 years ago

#11887 closed Bug Report - General (Won't Fix)

Cannot change channel configuration in MythWeb

Reported by: Torsten Seyffarth <t.seyffarth@…> Owned by: Rob Smith
Priority: minor Milestone: unknown
Component: Plugin - MythWeb Version: 0.26.1
Severity: medium Keywords:
Cc: Ticket locked: no

Description

When I try to change the channel configuration in MythWeb I always get the attached error and the changes are not stored.

Attachments (2)

version.txt (874 bytes) - added by Torsten Seyffarth <t.seyffarth@…> 11 years ago.
Version information
error.txt (30.1 KB) - added by Torsten Seyffarth <t.seyffarth@…> 11 years ago.
Error information

Download all attachments as: .zip

Change History (5)

Changed 11 years ago by Torsten Seyffarth <t.seyffarth@…>

Attachment: version.txt added

Version information

Changed 11 years ago by Torsten Seyffarth <t.seyffarth@…>

Attachment: error.txt added

Error information

comment:1 Changed 11 years ago by Torsten Seyffarth <t.seyffarth@…>

Do not know much about how MythWeb works but the following patch works for me and seems to fit to the channel configuration with the desktop front end:

--- set_channels.php    2013-10-03 12:16:13.421674721 +0200
+++ set_channels.php.orig       2013-10-03 12:15:15.946286213 +0200
@@ -33,7 +33,7 @@
                                              visible       = ?';
                 $query_params[] = $data['xmltvid'];
                 $query_params[] = $data['freqid'];
-                $query_params[] = empty($data['finetune']) ? null : $data['finetune'];
+                $query_params[] = $data['finetune'];
                 $query_params[] = $data['videofilters'];
                 $query_params[] = $data['brightness'];
                 $query_params[] = $data['contrast'];

comment:2 Changed 10 years ago by Rob Smith

Resolution: Won't Fix
Status: newclosed

Given Mythweb is EOL, I'm closing new features. This should be done via the backend webserver now.

comment:3 Changed 8 years ago by sphery

This was fixed by #12811 . User had applied MySQL strict mode on his server. MythWeb now requests an appropriate session SQL mode.

Note: See TracTickets for help on using tickets.