Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2314 closed defect (fixed)

mythweb Program Listings page broken/empty

Reported by: otto at kolsi dot fi Owned by: xris
Priority: minor Milestone: unknown
Component: mythweb Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

[10999] broke the program listings page. With that change enabled only blank page is returned from the server. I've verified this with two separate systems.

Change History (5)

comment:1 Changed 18 years ago by xris

I need more info than this. That changeset shouldn't have broken things that badly. How about turning on all error reporting in PHP and providing some helpful error messages?

comment:2 Changed 18 years ago by otto @…

Sorry about missing info. Now that I've enabled error_reporting = E_ALL in php.ini, I get following message:

Fatal error: Call to a member function merge() on a non-object in /var/www/html/mythweb/includes/programs.php on line 193

Any other ways I can debug this further?

comment:3 Changed 18 years ago by otto at kolsi dot fi

This problem is related to program data without title. I deleted all such probrams from the program table and Program Listings work again.

comment:4 Changed 18 years ago by xris

Resolution: fixed
Status: newclosed

(In [11097]) Check for empty title fields before merging in from the recording schedule. Should fix #2314

comment:5 Changed 18 years ago by otto at kolsi dot fi

Yep, this is now fixed.

Note: See TracTickets for help on using tickets.