[pLog-svn] r4556 - plog/trunk

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Jan 19 07:41:19 GMT 2007


Author: oscar
Date: 2007-01-19 07:41:19 +0000 (Fri, 19 Jan 2007)
New Revision: 4556

Modified:
   plog/trunk/wizard.php
Log:
Added a small note about how to proceed when this error appears.

Modified: plog/trunk/wizard.php
===================================================================
--- plog/trunk/wizard.php	2007-01-19 07:29:11 UTC (rev 4555)
+++ plog/trunk/wizard.php	2007-01-19 07:41:19 UTC (rev 4556)
@@ -876,6 +876,7 @@
 				}
                 if( !$this->_db->Execute( "CREATE DATABASE ".$this->_database )) {
                     $message = "Error creating the database: ".$this->_db->ErrorMsg();
+					$message .= "<br/><br/>If the database already exists, go back to Step 2 and use a new database name.";
                     $this->_view = new WizardView( "step1" );
                     $this->setDbConfigValues( $this->_view );
                     $this->_view->setErrorMessage( $message );



More information about the pLog-svn mailing list