[mythtv-commits] Ticket #5842: attempting to delete upcoming recording generates exception

MythTV mythtv at cvs.mythtv.org
Mon Oct 20 09:35:15 UTC 2008


#5842: attempting to delete upcoming recording generates exception
----------------------------------+-----------------------------------------
 Reporter:  gr_baker at yahoo.co.nz  |       Owner:  ijr    
     Type:  defect                |      Status:  new    
 Priority:  minor                 |   Milestone:  unknown
Component:  mythtv                |     Version:  0.21   
 Severity:  medium                |     Mlocked:  0      
----------------------------------+-----------------------------------------
 Backtrace:
     datetime:  2008-10-20 10:32:28 (BST)
     errornum:  256
   error type:  User Error
 error string:  Unknown schedule for this program's recordid:
     filename:
 /usr/share/mythtv/mythweb/modules/tv/includes/objects/Program.php
   error line:  817

 ==========================================================================

 Backtrace:

     file:
 /usr/share/mythtv/mythweb/modules/tv/includes/objects/Program.php
     line:  817
    class:
 function:  trigger_error
     type:
     args:  Array
 (
     [0] => Unknown schedule for this program's recordid:
     [1] => 256
 )

     file:  /usr/share/mythtv/mythweb/modules/tv/upcoming.php
     line:  48
    class:  Program
 function:  rec_override
     type:  ->
     args:  Array
 (
     [0] => 8
 )

     file:  /usr/share/mythtv/mythweb/modules/tv/handler.php
     line:  85
    class:
 function:  require_once
     type:
     args:  Array
 (
     [0] => /usr/share/mythtv/mythweb/modules/tv/upcoming.php
 )

     file:  /usr/share/mythtv/mythweb/mythweb.php
     line:  28
    class:
 function:  require_once
     type:
     args:  Array
 (
     [0] => /usr/share/mythtv/mythweb/modules/tv/handler.php
 )


 ==========================================================================

 $_GET: Array
 (
     [dontrec] => yes
     [chanid] => 9442
     [starttime] => 1224981600
     [manualid] => 0
 )

 ==========================================================================

 $_SESSION: Array
 (
     [language] => English
     [tmpl] => default
     [skin] => default
     [prefer_channum] => 1
     [date_statusbar] => %a %b %e, %Y, %I:%M %p
     [date_scheduled] => %a %b %e, %Y (%I:%M %p)
     [date_scheduled_popup] => %a %b %e, %Y
     [date_recorded] => %a %b %e, %Y (%I:%M %p)
     [date_search] => %a %b %e, %Y, %I:%M %p
     [date_listing_key] => %a %b %e, %Y, %I:%M %p
     [date_listing_jump] => %a %b %e, %Y
     [date_channel_jump] => %a %b %e, %Y
     [date_job_status] => %a %b %e, %Y, %I:%M %p
     [time_format] => %I:%M %p
     [recorded_pixmaps] => 1
     [guide_favonly] =>
     [timeslot_size] => 300
     [num_time_slots] => 36
     [timeslot_blocks] => 3
     [timeslotbar_skip] => 20
     [max_stars] => 4
     [star_character] => ♦
     [show_popup_info] => 1
     [show_channel_icons] => 1
     [sortby_channum] => 1
     [show_video_covers] => 1
     [tv] => Array
         (
             [last] => Array
                 (
                     [0] => upcoming
                     [1] => 9442
                     [2] => 1224981600
                 )

             [show_advanced_schedule] => 1
         )

     [recorded_title] =>
     [recorded_recgroup] =>
     [recorded_sortby] => Array
         (
             [0] => Array
                 (
                     [field] => airdate
                     [reverse] => 1
                 )

             [1] => Array
                 (
                     [field] => title
                     [reverse] =>
                 )

         )

     [list_time] => 1224543600
     [scheduled_recordings] => Array
         (
             [disp_scheduled] => 1
             [disp_duplicates] =>
             [disp_deactivated] =>
             [disp_conflicts] => 1
         )

     [scheduled_sortby] => Array
         (
             [0] => Array
                 (
                     [field] => airdate
                     [reverse] =>
                 )

             [1] => Array
                 (
                     [field] => title
                     [reverse] =>
                 )

         )

     [schedules_sortby] => Array
         (
             [0] => Array
                 (
                     [field] => title
                     [reverse] =>
                 )

             [1] => Array
                 (
                     [field] => airdate
                     [reverse] =>
                 )

         )

     [recording_details] => Array
         (
             [show_Conflict] => 1
             [show_PreviousRecording] => 1
             [show_EarlierShowing] => 1
             [show_CurrentRecording] => 1
             [show_WillRecord] => 1
         )

 )

 ==========================================================================

 $_SERVER: Array
 (
     [REDIRECT_TNS_ADMIN] =>
 /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin
     [REDIRECT_ORACLE_HOME] =>
 /usr/lib/oracle/xe/app/oracle/product/10.2.0/server
     [REDIRECT_NLS_LANG] => ENGLISH_UNITED KINGDOM.WE8MSWIN1252
     [REDIRECT_STATUS] => 200
     [TNS_ADMIN] =>
 /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin
     [ORACLE_HOME] => /usr/lib/oracle/xe/app/oracle/product/10.2.0/server
     [NLS_LANG] => ENGLISH_UNITED KINGDOM.WE8MSWIN1252
     [HTTP_USER_AGENT] => Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US)
 AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.30 Safari/525.13
     [HTTP_REFERER] => http://localhost/mythweb/tv/upcoming
     [HTTP_ACCEPT] =>
 text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
     [HTTP_COOKIE] => mythweb_id=8ca2df6513ee6cf70e65d5f137700dfe
     [HTTP_ACCEPT_LANGUAGE] => en-GB,en-US,en
     [HTTP_ACCEPT_CHARSET] => ISO-8859-1,*,utf-8
     [HTTP_ACCEPT_ENCODING] => gzip,deflate,bzip2
     [HTTP_HOST] => localhost
     [HTTP_CONNECTION] => Keep-Alive
     [PATH] => /usr/local/bin:/usr/bin:/bin
     [SERVER_SIGNATURE] => <address>Apache/2.2.8 (Ubuntu)
 PHP/5.2.4-2ubuntu5.3 with Suhosin-Patch mod_perl/2.0.3 Perl/v5.8.8 Server
 at localhost Port 80</address>

     [SERVER_SOFTWARE] => Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.3 with
 Suhosin-Patch mod_perl/2.0.3 Perl/v5.8.8
     [SERVER_NAME] => localhost
     [SERVER_ADDR] => 192.168.1.3
     [SERVER_PORT] => 80
     [REMOTE_ADDR] => 192.168.1.3
     [DOCUMENT_ROOT] => /var/www
     [SERVER_ADMIN] => webmaster at localhost
     [SCRIPT_FILENAME] => /var/www/mythweb/mythweb.php
     [REMOTE_PORT] => 51823
     [REDIRECT_QUERY_STRING] => dontrec=yes
     [REDIRECT_URL] => /mythweb/tv/upcoming/9442/1224981600
     [GATEWAY_INTERFACE] => CGI/1.1
     [SERVER_PROTOCOL] => HTTP/1.1
     [REQUEST_METHOD] => GET
     [QUERY_STRING] => dontrec=yes
     [REQUEST_URI] => /mythweb/tv/upcoming/9442/1224981600?dontrec=yes
     [SCRIPT_NAME] => /mythweb/mythweb.php
     [PATH_INFO] => /tv/upcoming/9442/1224981600
     [PATH_TRANSLATED] => /var/www/tv/upcoming/9442/1224981600
     [PHP_SELF] => /mythweb/mythweb.php/tv/upcoming/9442/1224981600
     [REQUEST_TIME] => 1224495148
     [argv] => Array
         (
             [0] => dontrec=yes
         )

     [argc] => 1
     [STATUS] => 200
     [URL] => /mythweb/tv/upcoming/9442/1224981600
 )

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


More information about the mythtv-commits mailing list