Archive for June 2009

Watch TV does not work - ERROR when trying to delete file

Just want to share..I noticed in one of my Mythtv box, I can not watch TV and mythtvbackend log shows following error.

ERROR when trying to delete file: myth://127.0.0.1:6543/1031_20090308215852.mpg

This error indicates that the metadata in the database exists for a non-existing recording. Well, the solution is to remove the data. There is a cool perl script myth.find_orphans.pl that can fix this problem for you. I use MythDora so for me, this file isĀ /usr/share/doc/mythtv-docs-0.21/contrib/ location.

Try it if have similar issue.

-Vigyan

How to enable error reporting in PHP?

You can turn it on in the by including following in the file.

error_reporting(E_ALL);

Vigyan

|