[mythtv-commits] Ticket #8383: mythweb: patch to delete channels

MythTV mythtv at cvs.mythtv.org
Sun Apr 25 22:45:07 UTC 2010


#8383: mythweb: patch to delete channels
------------------------------+---------------------------------------------
 Reporter:  joliver@…         |       Owner:  kormoc 
     Type:  patch             |      Status:  new    
 Priority:  minor             |   Milestone:  0.23   
Component:  Plugin - MythWeb  |     Version:  0.23rc2
 Severity:  high              |     Mlocked:  0      
------------------------------+---------------------------------------------
 There are two reasons why deleting channels in 0.23rc2 doesn't work:

 1) if the delete-checkbox is placed before the channum field in the
 layout, $chanid isn't set (or the the wrong $chanid is set!).
 $chanid has to be determined from its own checkbox name.

 2) unfornunately the popular suhosin security patch for php (default in
 debian) restricts the maximal array size of post to 64. The channels form
 usually has much more fields, the "save" button is the last field and
 never arrives the script. Result: no values are stored.

 http://www.hardened-
 php.net/suhosin/configuration.html#suhosin.post.max_array_depth

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8383>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list