[mythtv-commits] Ticket #5661: Backend crashes after saving manual schedule (was: saving maual scedual)
MythTV
mythtv at cvs.mythtv.org
Wed Sep 24 23:05:43 UTC 2008
#5661: Backend crashes after saving manual schedule
-----------------------------+----------------------------------------------
Reporter: bruce_stevenson | Owner: ijr
Type: defect | Status: new
Priority: minor | Milestone: unknown
Component: mythtv | Version: unknown
Severity: medium | Resolution:
Mlocked: 0 |
-----------------------------+----------------------------------------------
Description changed by Dibblah:
Old description:
> attempting to create several manual entries as scedal data is wrong
> got error:
>
> Fatal Error at /var/www/html/mythweb/includes/mythbackend.php, line 39:
> Unable to connect to mythbackend, is it running?
>
> If you choose to submit a bug report, please make sure to include a
> brief description of what you were doing, along with the following
> backtrace as an attachment (please don't paste the whole thing into
> the ticket).
> Backtrace:
>
> datetime: 2008-08-31 22:28:27 (EDT)
> errornum: 256
> error type: User Error
> error string: Unable to connect to mythbackend, is it running?
>
> filename: /var/www/html/mythweb/includes/mythbackend.php
> error line: 39
>
> ==========================================================================
>
> Backtrace:
>
> file: /var/www/html/mythweb/includes/mythbackend.php
> line: 39
> class:
> function: trigger_error
> type:
> args: Array
> (
> [0] => Unable to connect to mythbackend, is it running?
>
> [1] => 256
> )
>
> file: /var/www/html/mythweb/includes/init.php
> line: 52
> class:
> function: require_once
> type:
> args: Array
> (
> [0] => /var/www/html/mythweb/includes/mythbackend.php
> )
>
> file: /var/www/html/mythweb/mythweb.php
> line: 20
> class:
> function: require_once
> type:
> args: Array
> (
> [0] => /var/www/html/mythweb/includes/init.php
> )
>
> ==========================================================================
>
> $_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
> [settings] => Array
> (
> [last] => Array
> (
> [0] => database
> [1] => settings
> )
>
> )
>
> [tv] => Array
> (
> [last] => Array
> (
> [0] => schedules
> [1] => manual
> )
>
> )
>
> [schedules_sortby] => Array
> (
> [0] => Array
> (
> [field] => airdate
> [reverse] =>
> )
>
> [1] => Array
> (
> [field] => title
> [reverse] =>
> )
>
> )
>
> [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] =>
> )
>
> )
>
> [recording_details] => Array
> (
> [show_Conflict] => 1
> [show_PreviousRecording] => 1
> [show_EarlierShowing] => 1
> [show_CurrentRecording] => 1
> [show_WillRecord] => 1
> )
>
> )
>
> ==========================================================================
>
> $_SERVER: Array
> (
> [REDIRECT_db_server] => localhost
> [REDIRECT_db_name] => mythconverg
> [REDIRECT_db_login] => mythtv
> [REDIRECT_db_password] => mythtv
> [REDIRECT_HTTPS] => on
> [REDIRECT_STATUS] => 200
> [HTTPS] => on
> [SSL_VERSION_INTERFACE] => mod_ssl/2.2.9
> [SSL_VERSION_LIBRARY] => OpenSSL/0.9.8b
> [SSL_PROTOCOL] => SSLv3
> [SSL_COMPRESS_METHOD] => NULL
> [SSL_CIPHER] => DHE-RSA-AES256-SHA
> [SSL_CIPHER_EXPORT] => false
> [SSL_CIPHER_USEKEYSIZE] => 256
> [SSL_CIPHER_ALGKEYSIZE] => 256
> [SSL_CLIENT_VERIFY] => NONE
> [SSL_SERVER_M_VERSION] => 3
> [SSL_SERVER_M_SERIAL] => 5EA4
> [SSL_SERVER_V_START] => May 18 02:36:38 2008 GMT
> [SSL_SERVER_V_END] => May 18 02:36:38 2009 GMT
> [SSL_SERVER_S_DN] =>
> /C=--/ST=SomeState/L=SomeCity/O=SomeOrganization/OU=SomeOrganizationalUnit/CN=localhost.localdomain/emailAddress=root at localhost.localdomain
> [SSL_SERVER_S_DN_C] => --
> [SSL_SERVER_S_DN_ST] => SomeState
> [SSL_SERVER_S_DN_L] => SomeCity
> [SSL_SERVER_S_DN_O] => SomeOrganization
> [SSL_SERVER_S_DN_OU] => SomeOrganizationalUnit
> [SSL_SERVER_S_DN_CN] => localhost.localdomain
> [SSL_SERVER_S_DN_Email] => root at localhost.localdomain
> [SSL_SERVER_I_DN] =>
> /C=--/ST=SomeState/L=SomeCity/O=SomeOrganization/OU=SomeOrganizationalUnit/CN=localhost.localdomain/emailAddress=root at localhost.localdomain
> [SSL_SERVER_I_DN_C] => --
> [SSL_SERVER_I_DN_ST] => SomeState
> [SSL_SERVER_I_DN_L] => SomeCity
> [SSL_SERVER_I_DN_O] => SomeOrganization
> [SSL_SERVER_I_DN_OU] => SomeOrganizationalUnit
> [SSL_SERVER_I_DN_CN] => localhost.localdomain
> [SSL_SERVER_I_DN_Email] => root at localhost.localdomain
> [SSL_SERVER_A_KEY] => rsaEncryption
> [SSL_SERVER_A_SIG] => sha1WithRSAEncryption
> [SSL_SESSION_ID] =>
> 7A0780EDE28B1885C9A7758A68B4B106C426F1A17F35169C3FAA1F2E766975EC
> [HTTP_HOST] => 192.168.1.125
> [HTTP_USER_AGENT] => Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
> rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
> [HTTP_ACCEPT] =>
> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
> [HTTP_ACCEPT_LANGUAGE] => en-us,en;q=0.5
> [HTTP_ACCEPT_ENCODING] => gzip,deflate
> [HTTP_ACCEPT_CHARSET] => ISO-8859-1,utf-8;q=0.7,*;q=0.7
> [HTTP_KEEP_ALIVE] => 300
> [HTTP_CONNECTION] => keep-alive
> [HTTP_REFERER] => https://192.168.1.125/mythweb/tv/schedules/manual
> [HTTP_COOKIE] => mythweb_id=ud6si8j9ructhtvidajmt3cvd4
> [PATH] => /sbin:/usr/sbin:/bin:/usr/bin
> [SERVER_SIGNATURE] => <address>Apache/2.2.9 (Fedora) Server at
> 192.168.1.125 Port 443</address>
>
> [SERVER_SOFTWARE] => Apache/2.2.9 (Fedora)
> [SERVER_NAME] => 192.168.1.125
> [SERVER_ADDR] => 192.168.1.125
> [SERVER_PORT] => 443
> [REMOTE_ADDR] => 192.168.1.105
> [DOCUMENT_ROOT] => /var/www/html
> [SERVER_ADMIN] => root at localhost
> [SCRIPT_FILENAME] => /var/www/html/mythweb/mythweb.php
> [REMOTE_PORT] => 1487
> [REDIRECT_URL] => /mythweb/tv/schedules/manual/54
> [GATEWAY_INTERFACE] => CGI/1.1
> [SERVER_PROTOCOL] => HTTP/1.1
> [REQUEST_METHOD] => GET
> [QUERY_STRING] =>
> [REQUEST_URI] => /mythweb/tv/schedules/manual/54
> [SCRIPT_NAME] => /mythweb/mythweb.php
> [PATH_INFO] => /tv/schedules/manual/54
> [PATH_TRANSLATED] => /var/www/html/tv/schedules/manual/54
> [PHP_SELF] => /mythweb/mythweb.php/tv/schedules/manual/54
> [REQUEST_TIME] => 1220236087
> [STATUS] => 200
> [URL] => /mythweb/tv/schedules/manual/54
> )
New description:
Attempting to create several manual entries as schedule data is wrong got
error:
Fatal Error at /var/www/html/mythweb/includes/mythbackend.php, line 39:
Unable to connect to mythbackend, is it running?
If you choose to submit a bug report, please make sure to include a
brief description of what you were doing, along with the following
backtrace as an attachment (please don't paste the whole thing into
the ticket).
--
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/5661#comment:1>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list