Opened 11 years ago
Closed 11 years ago
#7005 closed defect (fixed)
mythweb spams pages when channel icons unavailable
Reported by: | danielk | Owned by: | Rob Smith |
---|---|---|---|
Priority: | minor | Milestone: | 0.22 |
Component: | MythTV - General | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
When the channel icons are unavailable to mythweb it spams the page output with warnings, ideally these would be in the html source but not visible on the page.
Here is a sample of the HTML (repeated a few hundred times with different channel id's):
<hr><p><b>Warning</b> at /var/www/mythweb/classes/MythBackend.php, line 215:<br />file_get_contents(http://192.168.1.141:6544/Myth/GetChannelIcon?ChanID=3020&) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found </p>
Note: See
TracTickets for help on using
tickets.
(In [21727]) Fixes #7005, remove the inline warnings when channel icons are not available