Return-Path: Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 55686 invoked by uid 500); 6 Sep 2001 21:05:37 -0000 Mailing-List: contact test-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-dev@httpd.apache.org Received: (qmail 55675 invoked from network); 6 Sep 2001 21:05:37 -0000 X-Authentication-Warning: doom.sfo.covalent.net: john set sender to jsachs@covalent.net using -f Date: Thu, 6 Sep 2001 14:04:33 -0700 From: john sachs To: httpd-test-dev@apache.org Subject: func5.t again. Message-ID: <20010906140433.C135@doom.sfo.covalent.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Linux: http://zlilo.com/ X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N hi, this is the first time im running the new func5, where it writes a file to say that it ran. its not working. i get this in the body of the initial request: foo() will be called on shutdown... Warning: fopen(".ran", "w") - Permission denied in /home/john/ht-cvs/httpd-test/perl-framework/t/htdocs/php/func5.php on line 9 this in the error_log: can't write .ran. so it looks like a couple things are bad here. 1) $file = "$SCRIPT_FILENAME.ran"; is not getting set correctly 2) it seems php thinks it has no permission to write to the directory. i dont know enough about php to know how 1 should work. as far as 2...it should have permission to write anything its all running as same user...other scripts can write content to those dirs... ? -j