I have a Strongbolt machine, that was set to 'On' by default.
(running PHP4)
So I would assume it's worth all Strongbolt users checking
Best Regards,
Howie
http://www.dincom.co.uk/bq
-----Original Message-----
From: Gerald Waugh [mailto:gwaugh (at mark) frontstreetnetworks.com]
Sent: 26 January 2009 18:36
To: coba-e (at mark) bluequartz.org
Subject: [coba-e:14882] Re: upgrade issue php4.x to 5.x
>
>
> > Bob Noordam wrote Monday, January 26, 2009 11:53 AM
> >> Subject: [coba-e:14876] Re: upgrade issue php4.x to 5.x
> >>
> >>
> >> The setting you are looking for is allow_url_fopen (set it to
> >> true) in php.ini
> >
> > == looks like this in /etc/php.ini == ; Whether to allow the
> > treatment of URLs (like http:// or
> ftp://) as
> > files. allow_url_fopen = On
> >
> > Gerald
> >>
> >>
> >> > -----Oorspronkelijk bericht-----
> >> > Van: Gerald Waugh [mailto:gwaugh (at mark) frontstreetnetworks.com]
> >> > Verzonden: maandag 26 januari 2009 17:06
> >> > Aan: coba-e (at mark) bluequartz.org
> >> > Onderwerp: [coba-e:14873] upgrade issue php4.x to 5.x
> >> >
> >> > We upgraded php4.x to 5.x
> >> > Now this issue.
> >> > See;
> >> >
> >> >
> >> http://www.mezzocammin.com/iambic.php?vol=2008>
> > &iss=2&cat=emily&page=em
> >> > i
> >> > l
> >> > y
> >> >
> >> > relevant lines below.
> >> > 440 $fh = fopen("http://www.bartleby.com/113/".$pageNum.".html",
> >> > "r");
> >> > 441 while (!feof($fh)) {
> >> > 442 $buffer = fgets($fh, 4096);
> >> > 443 $content .= " zzz " . $buffer;
> >> > 444
> >> > 445 }
> >> > 446 fclose($fh);
> >> > Any ideas why this might occur?
> >> > --
> >> > Gerald
> >> >
>
>
> Gerald
>
> What other php.ini files do you have on the server?
>
> locate php.ini
>
> Possibly you edited the wrong one.
>
>
oops!
it was /etc/httpd/PHP_NUONCE/php.ini
changed allow_url_fopen was off to on.
Now seems to work.
I know that's not good.
I don't do webhosting except for a few friends.
do each have to create the directory? for fopen?
> file from a directory location like
> fopen("/home/sites/www.bartleby.com/113/".$pageNum.".html",
Gerald