[mythtv-users] Problems with mythweb

Neil Terry neillinuxml at gmail.com
Sun Jul 31 23:14:27 EDT 2005


I don't think that's my problem (could be wrong though) - as per the
README file, I checked my php.ini and it contains
"allow_url_fopen = On".

Is there another setting that I need to change that would be
preventing the php script from having permission to connect to the
backend?


On 7/31/05, Chris Petersen <lists at forevermore.net> wrote:
> > Warning at /var/www/html/mythweb/includes/mythbackend.php, line 102:
> > fsockopen() [function.fsockopen]: unable to connect to 127.0.0.1:6543
> > (Permission denied)
> 
> straight from the included .htaccess file:
> 
> # Some special handlers for php
> # These settings are intended for apache 2.x.  If your version of apache
> # doesn't support php_value, or things like memory_limit aren't working
> # as expected, then use these settings as examples for your own php.ini
> # files.
> 
> The option you want is:
> 
>      php_value allow_url_fopen               On
> 
> -Chris
> 
>


More information about the mythtv-users mailing list