
noreply at mythtv
Apr 13, 2012, 12:44 PM
Views: 76
Permalink
|
|
Ticket #10594: recording rules issues after upgrade to 0.25
|
|
#10594: recording rules issues after upgrade to 0.25 -------------------------+-------------------------------------- Reporter: willem@… | Type: Bug Report - General Status: new | Priority: critical Milestone: 0.25.1 | Component: MythTV - General Version: Unspecified | Severity: high Keywords: | Ticket locked: 0 -------------------------+-------------------------------------- Just upgraded to 0.25 (on Arch Linux using the latest package 0.25-1). Now my frontend does not show the Recording Rules. Also no Upcoming Recordings. In the System Status, it shows 79 standard rules and 12 search rules are defined. But 0 matching showings... When trying to schedule a random recording, it does not show up in the Upcoming Recordings. When I try to change one of my search rules I get the following in the console: {{{ REPLACE INTO customexample (rulename,fromclause,whereclause,search) VALUES(?,?,?,?); Bindings were: :FROMC=NULL, :RULE="de wereld draait door", :SEARCH=true, :WHEREC="program.title LIKE 'de wereld draait door%' AND WEEKDAY(program.starttime) < 5 AND HOUR(program.starttime) >= 19 AND HOUR(program.starttime) < 23 " Driver error was [2/1048]: QMYSQL3: Unable to execute statement Database error was: Column 'fromclause' cannot be null }}} -- Ticket URL: <http://code.mythtv.org/trac/ticket/10594> MythTV <http://code.mythtv.org/trac> MythTV Media Center _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|