<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Yep - I've just tried to reproduce this and I get the same error when I<br>have a second 'MythArchiveTempDir' setting with a blank entry.
<br><br>Try running this query to get rid of the duplicate :-<br>DELETE FROM settings WHERE hostname = 'mythtv' AND value =<br>'MythArchiveTempDir' AND data = '';<br><br>No idea why phpMyAdmin failed to delete it properly maybe it is being
<br>confused by the duplicate key.<br><br>Paul H.</blockquote><div><br><br></div><br></div>mysql> DELETE FROM settings WHERE hostname = 'mythtv' AND value =<br> -> 'MythArchiveTempDir' AND data = '';
<br>Query OK, 1 row affected (0.04 sec)<br><br>mysql> <br><br><br>That fixed it thanks<br>