On Thu, 8 Jan 2004 00:19:53 +0100, "Rolf Berkenbosch" <rolf@xxxxxxxxxxxxxxxxxx> wrote: >Hi All, > > >I have a big problem, i have a script that send a mail to a user >on the server. That's php script use function mail. But while i >running this script i get the following errors: > >Warning: Unknown(/home/sites/2027970086/www/web/tset.php): failed to open >stream: Permission denied in Unknown on line 0 >Warning: (null)(): Failed opening '/home/sites/2027970086/www/web/tset.php' >for inclusion (include_path='.:/usr/share/pear') in Unknown on line 0 > >What to do??? > >Thanks, > >Rolf Berkenbosch Make sure the group ownership for that file (tset.php) is set to read and execute for the ID under which your web server is running. (e.g., set the group to "nobody" or "apache").