Changeset 964
- Timestamp:
- 03/08/2004 08:49:21 AM (22 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
wp-admin/install-config.php (modified) (1 diff)
-
wp-includes/wp-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install-config.php
r877 r964 63 63 </ol> 64 64 <p><strong>If for any reason this automatic file creation doens't work, don't worry. All this does is fill in the database information to a configuration file. You may also simply open <code>wp-config-sample.php</code> in a text editor, fill in your information, and save it as <code>wp-config.php</code>. </strong></p> 65 <p>In all likel yhood, these items were supplied to you by your ISP. If you do not have this information, then you will need to contact them before you can continue. If you’re all ready, <a href="install-config.php?step=1">let’s go</a>! </p>65 <p>In all likelihood, these items were supplied to you by your ISP. If you do not have this information, then you will need to contact them before you can continue. If you’re all ready, <a href="install-config.php?step=1">let’s go</a>! </p> 66 66 <?php 67 67 break; -
trunk/wp-includes/wp-db.php
r945 r964 31 31 if ( ! $this->dbh ) { 32 32 die("<div> 33 <p><strong>Error establishing a database connection!</strong> This probably means that the connection information in you n<code>wp-config.php</code> file is incorrect. Double check it and try again.</p>33 <p><strong>Error establishing a database connection!</strong> This probably means that the connection information in your <code>wp-config.php</code> file is incorrect. Double check it and try again.</p> 34 34 <ul> 35 35 <li>Are you sure you have the correct user/password?</li>
Note: See TracChangeset
for help on using the changeset viewer.