From owner-freebsd-questions@FreeBSD.ORG Mon Feb 7 16:22:45 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 934D316A4CE for ; Mon, 7 Feb 2005 16:22:45 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F24743D3F for ; Mon, 7 Feb 2005 16:22:45 +0000 (GMT) (envelope-from rosewoodblues@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id j17GMi9k020577; Mon, 7 Feb 2005 08:22:44 -0800 (PST) Received: from [10.0.1.2] (c-24-98-140-190.atl.client2.attbi.com [24.98.140.190]) (authenticated bits=0)j17GMhks004884; Mon, 7 Feb 2005 08:22:44 -0800 (PST) In-Reply-To: <810a540e0502070812378f1c54@mail.gmail.com> References: <810a540e0502070812378f1c54@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <597fa17762930ea8d79c0b2c55d16428@mac.com> Content-Transfer-Encoding: 7bit From: Ken Hawkins Date: Mon, 7 Feb 2005 11:22:41 -0500 To: Pat Maddox X-Mailer: Apple Mail (2.619.2) cc: freebsd-questions@freebsd.org Subject: Re: Unable to get phpMyAdmin working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2005 16:22:45 -0000 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" >