[mythtv-users] Running MythWeb on a Different Server to MythBackend

Tom Lichti tom at redpepperracing.com
Thu Sep 29 14:54:20 UTC 2005


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


More information about the mythtv-users mailing list