"-d" is an unknown option, but from the manpage you can select the database 
using "-D", so I used that instead. Connected to the database with no problems. 
Is it possible that install.php is using this "-d" option or something?

I have E_ALL errors configured to display, and "Display errors = On" set in 
php.ini, but I am not seeing any errors on the install.php page - it just dumps 
me back to the database configuration page.

Any other ideas? :|

Thanks,

Paul

-----Original Message-----
From: Mario Gzuk [mailto:[EMAIL PROTECTED] 
Sent: 26 November 2007 12:52
To: Paul Lewis
Cc: unattended-info@lists.sourceforge.net
Subject: Re: [Unattended] Problems with install.php (unattended-gui)

Hi Paul,
I am currently working on this issue. Please use:
for "DB Typ" the MySQL <= 4.0. Please check the following:

hostname,user, password and database

And try to connect via mysql client on your centos machine:

mysql -p -u USER -d DATABASE -h HOSTNAME

the client will ask you for a password. If you can connect to this
database it should also work on install.php

greetings


Am Montag, den 26.11.2007, 12:35 +0000 schrieb Paul Lewis:
> Hi,
> I’m trying to set up the unattended-gui web content, but currently
> getting stuck on step 4 – configuring the database.
> I have followed the instructions and done the following:
> ·        Installed PEAR components: Auth, HTML_Template_Sigma, DB
> 
> ·        Removed the require_once line from config.inc
> 
> ·        Created a MySQL database (UTF-8 Unicode format)
> 
> ·        Created a MySQL user with full access to that database
> 
> ·        Run install.php
> However, when I submit the details of the database, install.php just
> takes me back to the same page. I have tried submitting MySQL <= 4.0,
> and MySQL => 4.1/PHP5. I am running version:
> ·        mysql  Ver 14.12 Distrib 5.0.48, for redhat-linux-gnu (i686)
> using readline 5.0
> ·        PHP 5.1.6 (cli) (built: Oct 26 2007 13:49:00)
> 
> On a CentOS 4 machine.
> Does anyone have any ideas/suggestions for me to try?
> Your help is greatly appreciated.
> Many thanks,
> 
>  
> 
> Paul
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________ unattended-info mailing list 
> unattended-info@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/unattended-info

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to