From owner-freebsd-questions@FreeBSD.ORG Fri Nov 3 20:25:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15BBA16A492 for ; Fri, 3 Nov 2006 20:25:41 +0000 (UTC) (envelope-from jjvaughan@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69F1443D46 for ; Fri, 3 Nov 2006 20:25:40 +0000 (GMT) (envelope-from jjvaughan@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so462560uge for ; Fri, 03 Nov 2006 12:25:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=plpNyzFh9DAlfogTyfXRbgrpSfO7MbVH1IA3FQ+BbzS1ZZ/LhQ1+cnUw22yK9fKzQXhwBKEOPkOTpHajiU9OaQqBR2j7GvOuJ7KwA0EFEmTkntua+8vJ/NAQV8WzjfrkbGNATgphBWuemnYFZQIIItk+amvlCRpUkAqydV5vR0A= Received: by 10.67.119.9 with SMTP id w9mr3332038ugm.1162585539118; Fri, 03 Nov 2006 12:25:39 -0800 (PST) Received: by 10.66.234.8 with HTTP; Fri, 3 Nov 2006 12:25:38 -0800 (PST) Message-ID: Date: Fri, 3 Nov 2006 15:25:38 -0500 From: "John Vaughan" To: freebsd-questions@freebsd.org In-Reply-To: <1162524792.969363.243540@h48g2000cwc.googlegroups.com> MIME-Version: 1.0 References: <1162524792.969363.243540@h48g2000cwc.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Some php files in same directory of working files with same permissions won't process X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 20:25:41 -0000 Has anyone ever had this happen? I upgraded phpMyAdmin (2.9.0.3) and suddenly the php files no longer were processed by the php engine -- (Apache sends the php files as though they were a download). I checked my permissions, php.ini and httpd.conf, nothing strange there -- same as when it worked. I read UPDATING (I'm running FreeBSD 6.1-RELEASE, Apache 2.2.3, PHP 5.1.6_1, MySQL 5.0.24a) and nothing there on it. Checked the phpMyAdmin site and nothing I could find there either. Here's the really odd part -- if I go to the phpmyadmin directory, create a php file with vi and save -- viola the new file works as expected. What should I check next? To see what I am talking about go to: http://welcome.coe.jmu.edu/dbadmin/index.php and then go to http://welcome.coe.jmu.edu/dbadmin/test.php I can post my php.ini and httpd.conf files if anyone wants to look at them -- but since I can put a file in the same directory and have it run fine I don't think this is the problem.