[mythtv-users] [SOLVED] no setup menu in SVN HEAD

Andrew Barr andrew.james.barr at gmail.com
Fri Mar 24 22:48:24 UTC 2006


The fix was to remove the "PIN required" setting manually using phpMyAdmin. 
Here's some SQL to do that:

UPDATE `settings` SET `data` = '0' WHERE CONVERT( `value` USING utf8 ) = 
'SetupPinCodeRequired' AND CONVERT( `data` USING utf8 ) = '1' AND 
CONVERT( `hostname` USING utf8 ) = 'htpc' LIMIT 1 ;

Replace 'htpc' with your frontend's name.

-- 
Andrew Barr			| 1024D/AD9AE76A
andrew.james.barr at gmail.com	| http://www.oakcourt.dyndns.org/~andrew

And now for something completely different.


More information about the mythtv-users mailing list