
andrew.james.barr at gmail
Mar 24, 2006, 2:48 PM
Post #1 of 1
(608 views)
Permalink
|
|
[SOLVED] no setup menu in SVN HEAD
|
|
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. _______________________________________________ mythtv-users mailing list mythtv-users[at]mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
|