Changeset 1117 for trunk/wp-admin/import-b2.php
- Timestamp:
- 04/22/2004 12:40:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import-b2.php
r1108 r1117 1 1 <?php 2 if (!file_exists('../wp-config.php')) die("There doesn't seem to be a wp-config.php file. Double check that you updated wp-config .sample.php with the proper database connection information and renamed it to wp-config.php.");2 if (!file_exists('../wp-config.php')) die("There doesn't seem to be a wp-config.php file. Double check that you updated wp-config-sample.php with the proper database connection information and renamed it to wp-config.php."); 3 3 require_once('../wp-config.php'); 4 4 require('upgrade-functions.php'); … … 52 52 design.</li> 53 53 <li>You need to transfer some of your settings from your old <code>b2config.php</code> 54 to <code>wp-config.php</code> file [NEED MORE INFO].</li>54 to <code>wp-config.php</code> file.</li> 55 55 <li>WordPress issues should be discussed in our <a href="http://wordpress.org/support/">support 56 56 forums</a>.</li> 57 <li><strong>Back up</strong> your database before you do anything. Yes, you. 58 Right now.</li> 57 <li><strong>Back up</strong> your database before you do anything. Yes, you.</li> 59 58 </ul> 60 59 <p>Have you looked at the <a href="../readme.html">readme</a>? If
Note: See TracChangeset
for help on using the changeset viewer.