From owner-freebsd-questions@FreeBSD.ORG Mon Feb 7 16:39:41 2005 Return-Path: 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 3276016A4CE for ; Mon, 7 Feb 2005 16:39:41 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EBC843D5A for ; Mon, 7 Feb 2005 16:39:40 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so754471wri for ; Mon, 07 Feb 2005 08:39:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=HsrjpntUWY28JUmk0g8ieNHY+B1XzcPF0dRyHoalmtgVN2uxgXRGvGCIVzAUDjXGv90XvzRK1SswLqcZF/B7jOHXVjMtcyMxiBOET+C1+Cv4OjYjEz+KzlYKM/spRfhXaJR2+wtppEVVBrK9qyU0ab8gOCOsfGotAjgTFYPNX/U= Received: by 10.54.57.28 with SMTP id f28mr66821wra; Mon, 07 Feb 2005 08:39:36 -0800 (PST) Received: by 10.54.42.28 with HTTP; Mon, 7 Feb 2005 08:39:36 -0800 (PST) Message-ID: <810a540e05020708397bd9c10e@mail.gmail.com> Date: Mon, 7 Feb 2005 09:39:36 -0700 From: Pat Maddox To: freebsd-questions@freebsd.org In-Reply-To: <597fa17762930ea8d79c0b2c55d16428@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <810a540e0502070812378f1c54@mail.gmail.com> <597fa17762930ea8d79c0b2c55d16428@mac.com> Subject: Re: Unable to get phpMyAdmin working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pat Maddox List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2005 16:39:41 -0000 I managed to get it working by chowning the entire phpMyAdmin dir to www:www. Not sure if that's the best thing, but it works. On Mon, 7 Feb 2005 11:22:41 -0500, Ken Hawkins wrote: > do you have a php.ini file? what version of apache are you running? did > you set up the Ailas in httpd.conf as well as define its access? > > Alias /phpmyadmin/ "/usr/local/www/phpMyAdmin/" > > /phpMyAdmin"> > Options Indexes MultiViews > AllowOverride None > Order allow,deny > Allow from all > > > what is the error in your http error log and/or phperr log file? you > will probably see a undefined error somewhere, at least this is what I > saw and i have a php.ini file in place. > > make sure you have: > > .:/php/includes > > in you include_path and/or move the php.ini file out of /usr/local/etc > dir and restart apache (not graceful as this haas been an issue for > leaving the php ini stuff loaded in the past) to see what happens. > > I am making a stab at your problem here ad might be way, WAY off base > however you will have log info in /var/log(your logging dir default) > for apache and php (phperr) let us know what is in those logs and I can > help out a bit more. recently ran the gauntlet of php installation hell > earlier. > > ken; > > On Feb 7, 2005, at 11:12 AM, Pat Maddox wrote: > > > I just installed phpMyAdmin from ports, and it didn't look like I > > needed to make any changes to the config file. Initially I set the > > authorization type as http, but when it wasn't working, I specified > > the root username and password and tried config instead. I get this > > error: > > > > phpMyAdmin was unable to read your configuration file! > > This might happen if php finds a parse error in it or php cannot find > > the file. > > Please call the configuration file directly using the link below and > > read the php error message(s) that you receive. In most cases a quote > > or a semicolon is missing somewhere. > > If you receive a blank page, everything is fine. > > > > So then I click on the link to config.inc.php like it says, and it's a > > blank page. So everything should be fine...but it's definitely not. > > Any clue what I need to do? > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > > >