[imp] a couple more observations about the problem with
Red Hat's version of php4
Eric S. Johansson
esj@harvee.billerica.ma.us
Thu, 01 Feb 2001 17:23:46 -0500
At 02:15 PM 2/1/2001 -0800, you wrote:
>On Thu, 1 Feb 2001, Eric S. Johansson wrote:
>
> >
> > Warning: Failed opening '/var/www/horde/test.php3' for inclusion
> > (include_path='/var/www/phplib:.:/usr/share/php') in Unknown on line 0
>
>make sure the permissions on the test.php3 file are set to at least 444
is my face red...
It turns out that secure.sh sets the permissions of test.php3 to 000 which
obviously causes the test to fail.
this might be a really good candidate for an FAQ entry.
---eric