On 9/8/07, Paul Harrison <<a href="mailto:mythtv@dsl.pipex.com">mythtv@dsl.pipex.com</a>> wrote:<br>> Mitch Gore wrote:<br>> > This is a combined FE/BE. So it should work. What do i do now?<br>> ><br>
> <br>> Is 'mythtv' the correct hostname?<br>> <br>> Does running the query below in mysql give you the correct work<br>> directory setting?<br>> SELECT value, data FROM settings WHERE hostname = 'mythtv' AND value =
<br>> 'MythArchiveTempDir';<br>> <br>> Does that work directory exist and does the user running mythfrontend<br>> have read/write permissions on it?<br>> <br>> Paul H.<br>> <br>> _______________________________________________
<br>> mythtv-users mailing list<br>> <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>> <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br>> <br><br><br><br>Here is the output:<br><br>mysql> SELECT value, data FROM settings WHERE hostname = 'mythtv' AND value =<br> -> 'MythArchiveTempDir';<br>+--------------------+----------------------+
<br>| value | data |<br>+--------------------+----------------------+<br>| MythArchiveTempDir | /video/temp-archive/ | <br>| MythArchiveTempDir | | <br>+--------------------+----------------------+
<br>2 rows in set (0.00 sec)<br><br>I figured the blank record was causing the issue. I went into phpMyAdmin and deleted the blank. Retryed and the blank is back. So for some reason it doesnt like the first one and creates a new blank entry. The hostname is mythtv.
<br><br>Thanks,<br>Mitchell<br><br>