Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#6861 closed defect (invalid)

Fatal Error at /usr/share/mythtv/mythweb/modules/tv/includes/channels.php, line 64:

Reported by: anonymous Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: MythTV - General Version: unknown
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Backtrace:

datetime: 2009-08-17 15:04:10 (IRKST) errornum: 256

error type: User Error

error string: No channels were detected. Are you sure that MythTV is properly configured?

filename: /usr/share/mythtv/mythweb/modules/tv/includes/channels.php

error line: 64

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

Backtrace:

file: /usr/share/mythtv/mythweb/modules/tv/includes/channels.php line: 64

class:

function: trigger_error

type: args: Array

(

[0] => No channels were detected. Are you sure that MythTV is properly configured? [1] => 256

)

file: /usr/share/mythtv/mythweb/modules/tv/list.php line: 46

class:

function: load_all_channels

type: args: Array ( ) 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/list.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

)

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

$_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 [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] => list

)

)

[list_time] => 1250488800 [scheduled_recordings] => Array

(

[disp_scheduled] => 1 [disp_duplicates] => [disp_deactivated] => [disp_conflicts] => 1

)

[] => Array ( ) [remote] => Array

(

[frontends] => Array ( ) [type] => keys

)

[settings] => Array

(

[last] => Array

(

[0] => database [1] => settings

)

[host] => videosrv

)

)

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

$_SERVER: Array (

[REDIRECT_STATUS] => 200 [HTTP_USER_AGENT] => Opera/9.25 (Windows NT 5.1; U; ru) [HTTP_HOST] => 10.59.2.107 [HTTP_ACCEPT] => text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1 [HTTP_ACCEPT_LANGUAGE] => ru-RU,ru;q=0.9,en;q=0.8 [HTTP_ACCEPT_CHARSET] => iso-8859-1, utf-8, utf-16, *;q=0.1 [HTTP_ACCEPT_ENCODING] => deflate, gzip, x-gzip, identity, *;q=0 [HTTP_REFERER] => http://10.59.2.107/mythweb/tv/searches [HTTP_COOKIE] => mythweb_id=60ce6e8647a3fcf23f13c6805d679c6e [HTTP_COOKIE2] => $Version=1 [HTTP_CONNECTION] => Keep-Alive, TE [HTTP_TE] => deflate, gzip, chunked, identity, trailers [PATH] => /usr/local/bin:/usr/bin:/bin [SERVER_SIGNATURE] => <address>Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.1 with Suhosin-Patch Server at 10.59.2.107 Port 80</address>

[SERVER_SOFTWARE] => Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.1 with Suhosin-Patch [SERVER_NAME] => 10.59.2.107 [SERVER_ADDR] => 10.59.2.107 [SERVER_PORT] => 80 [REMOTE_ADDR] => 10.59.2.165 [DOCUMENT_ROOT] => /var/www [SERVER_ADMIN] => webmaster@localhost [SCRIPT_FILENAME] => /var/www/mythweb/mythweb.php [REMOTE_PORT] => 3180 [REMOTE_USER] => root [AUTH_TYPE] => Digest [REDIRECT_URL] => /mythweb/tv/list [GATEWAY_INTERFACE] => CGI/1.1 [SERVER_PROTOCOL] => HTTP/1.1 [REQUEST_METHOD] => GET [QUERY_STRING] => [REQUEST_URI] => /mythweb/tv/list [SCRIPT_NAME] => /mythweb/mythweb.php [PATH_INFO] => /tv/list [PATH_TRANSLATED] => /var/www/tv/list [PHP_SELF] => /mythweb/mythweb.php/tv/list [PHP_AUTH_DIGEST] => username="root", realm="MythTV", uri="/mythweb/tv/list", algorithm=MD5, nonce="01WfKlBxBAA=af619e1b4cde9672f08ba34a49dd5ec58b0f3804", cnonce="tz349jmOgEj8NU7KQW7AegcUUsmOeBXZtL4CeD9I0PO=", qop=auth, nc=00000006, response="b4fe5e0947ecfb633f42ea53c9161770" [REQUEST_TIME] => 1250489050 [argv] => Array ( ) [argc] => 0 [STATUS] => 200 [URL] => /mythweb/tv/list

)

Change History (2)

comment:1 Changed 15 years ago by robertm

Resolution: invalid
Status: newclosed

See the error string. User error, you have not set up myth properly.

comment:2 Changed 15 years ago by sphery

Dup of #6777 and a prettier/more user-readable error message was added to trunk in [21058]

Note: See TracTickets for help on using tickets.