diff options
Diffstat (limited to 'templates/install_database.tpl')
| -rw-r--r-- | templates/install_database.tpl | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/templates/install_database.tpl b/templates/install_database.tpl index 0222946..00adcfc 100644 --- a/templates/install_database.tpl +++ b/templates/install_database.tpl @@ -15,7 +15,19 @@ {elseif $error} <li class="error"> {biticon ipackage=liberty iname=error iexplain=error} - {$error} + Database connection could not be established. + <ul> + <li>Perhaps your database is not available</li> + <li>or the server cannot connect to it</li> + <li>or you have made a typo</li> + <li>Please double check the following settings: + <ul> + <li><strong>database name</strong></li> + <li><strong>database username</strong></li> + <li><strong>database password</strong></li> + </ul> + </li> + </ul> </li> {/if} </ul> @@ -34,6 +46,7 @@ {formfeedback warning='You currently have no Database installed that works here. If you feel this is wrong, please contact the <a class="external" href="http://www.bitweaver.org/">bitweaver Team</a>.'} {/if} {formhelp note="The type of database you intend to use."} + {formfeedback warning="If the database you wish to use is not listed above, the version of PHP on this server does not have support for that database installed or compiled in."} {/forminput} </div> @@ -74,7 +87,7 @@ create a Firebird alias for the bitweaver database in aliases.conf and then use that aliase as the database name, or provide a full path and file name to create the database in an existing directory."} - {else} + {else} {formhelp note="The name of the database where bitweaver will create tables. You can create the database using mysqladmin, or PHPMyAdmin or ask your hosting service to create a MySQL database. @@ -88,9 +101,9 @@ {forminput} <input type="text" size="25" name="prefix" id="prefix" value="{$db_prefix_bit}" /> {formhelp note="This prefix will be prepended to the begining of every table name to allow multiple - independent install to share a single database. All bitweaver tables begin with 'bit_' or 'users_', - so you rarely need to enter a prefix. If you are NOT running MySQL (i.e. Postgres, Oracle, etc.) - you can end the prefix string with a '.' (period) to use a schema in systems that support it. + independent install to share a single database. All bitweaver tables begin with 'bit_' or 'users_', + so you rarely need to enter a prefix. If you are NOT running MySQL (i.e. Postgres, Oracle, etc.) + you can end the prefix string with a '.' (period) to use a schema in systems that support it. <strong>MySQL does NOT support schemas.</strong>"} {/forminput} </div> @@ -99,7 +112,7 @@ <div class="row"> {formlabel label="Firebird Installation Path" for="fbpath"} {forminput} - <input type="text" size="64" name="fbpath" id="fbpath" value="{$fbpath}" /> + <input type="text" size="50" name="fbpath" id="fbpath" value="{$fbpath}" /> {formhelp note="If you have modified your Firebird installation from the default please enter the correct path to the base firebird directory. This is used to find isql in order to create the initial blank database and should be maintained in the correct format for your OS."} |
