Ah, that was it. I had a blank password field (naughty, I know!). install.php has now run to completion - thanks for your help :)
-----Original Message----- From: Mario Gzuk [mailto:[EMAIL PROTECTED] Sent: 26 November 2007 13:10 To: Paul Lewis Cc: [email protected] Subject: Re: [Unattended] Problems with install.php (unattended-gui) Am Montag, den 26.11.2007, 12:52 +0000 schrieb Paul Lewis: > "-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? :| :-) I have a lot of ideas, sometimes to much :-\ The first for this case is (because you see always the db-settings page and no error...). This function checks if you set: $dbhost!="" && $dbuser!="" && $dbpass!="" && $dbname!="" && $dbtype!="" That means you can not use empty passwords, or any other empty settings. Have you filled out any value in every field? greetz mario ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-info
