From owner-freebsd-questions@FreeBSD.ORG  Wed Jan  7 21:57:41 2009
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E87391066075
	for <freebsd-questions@freebsd.org>;
	Wed,  7 Jan 2009 21:57:41 +0000 (UTC)
	(envelope-from steve@ibctech.ca)
Received: from ibctech.ca (v6.ibctech.ca [IPv6:2607:f118::b6])
	by mx1.freebsd.org (Postfix) with SMTP id 125528FC2E
	for <freebsd-questions@freebsd.org>;
	Wed,  7 Jan 2009 21:57:40 +0000 (UTC)
	(envelope-from steve@ibctech.ca)
Received: (qmail 37055 invoked by uid 89); 7 Jan 2009 22:10:08 -0000
Received: from unknown (HELO ?IPv6:2607:f118::5?)
	(steve@ibctech.ca@2607:f118::5)
	by 2607:f118::b6 with ESMTPA; 7 Jan 2009 22:10:08 -0000
Message-ID: <49652559.3060804@ibctech.ca>
Date: Wed, 07 Jan 2009 16:57:45 -0500
From: Steve Bertrand <steve@ibctech.ca>
User-Agent: Thunderbird 2.0.0.17 (Windows/20080914)
MIME-Version: 1.0
To: stanb@panix.com, freebsd-questions@freebsd.org
References: <20090104045115.GB29868@teddy.fas.com>	<20090104190044.GA17603@the-grills.com>	<20090104203319.GA15823@teddy.fas.com>	<20090104224540.GA18390@the-grills.com>	<20090105215108.GA17430@teddy.fas.com>	<20090106034523.GA25207@the-grills.com>	<20090107022251.GA31012@teddy.fas.com>	<49641B26.3070905@ibctech.ca>
	<20090107052009.GA3995@teddy.fas.com>	<4964BD4A.4060300@ibctech.ca>
	<20090107213007.GA31144@teddy.fas.com>
In-Reply-To: <20090107213007.GA31144@teddy.fas.com>
X-Enigmail-Version: 0.95.7
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Cc: 
Subject: Re: PHP setup question
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 07 Jan 2009 21:57:45 -0000

stan wrote:
> On Wed, Jan 07, 2009 at 09:33:46AM -0500, Steve Bertrand wrote:
>> stan wrote:
>>
>> I'll describe the test setup that I used within a VM to configure things
>> inline. The software does not necessarily match the version number
>> exactly to yours.
>>
> Thanks for puting in all this effort!!

No problem.

> $  ls -l /usr/local/www/ampache/config
> total 24
> -r--r--r--  1 www  www  19352 Jan  5 16:38 ampache.cfg.php.dist
> -r--r--r--  1 www  www    141 Aug 31 02:20 motd.php.dist
> -r--r--r--  1 www  www     96 Aug 31 02:20 registration_agreement.php.dist
> $ 
> 
> Does this look corect?

No.

You did not put the downloaded ampache.cfg.php file in the
ampache/config directory.

Your /usr/local/www/ampache/config should look like this:


testweb# ll /usr/local/www/ampache/config/
total 46
-r--r--r--  2 www  www     14 Aug 31 02:20 .htaccess
-rw-r--r--  1 www  www  19366 Jan  7 09:23 ampache.cfg.php
-r--r--r--  2 www  www  19352 Jan  7 09:19 ampache.cfg.php.dist
-r--r--r--  2 www  www    141 Aug 31 02:20 motd.php.dist
-r--r--r--  2 www  www     96 Aug 31 02:20 registration_agreement.php

Note the ampache.cfg.php file. It is the one that I downloaded during
install to my local workstation. I then uploaded it back to the server,
and put it in the config directory per the documentation.

Cheers,

Steve