Ian Barton wrote:
Warning at /var/www/vhosts/wilkesley/mythweb/includes/mythbackend.php,
line 102:
fsockopen(): unable to connect to 127.0.0.1:6543

I haven't tried it, but line 28 in mythweb/includes/db.php shows:

   function Database($db_name, $login, $password, $server='localhost') {

So I'd start with changing that to:

function Database($db_name, $login, $password, $server='xxx.xxx.xxx.xxx') {


substituting the correct IP of course.

Tom
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to