Changeset 1177
- Timestamp:
- 01/02/08 17:34:12 (1 year ago)
- Files:
-
- trunk/wpmu-settings.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wpmu-settings.php
r1134 r1177 47 47 die( "That blog does not exist. Please try <a href='http://{$current_site->domain}{$current_site->path}'>http://{$current_site->domain}{$current_site->path}</a>" ); 48 48 } else { 49 die( "No WPMU site defined on this host. If you are the owner of this site, please check <a href='http:// trac.mu.wordpress.org/wiki/DebuggingWpmu'>Debugging WPMU</a> for further assistance." );49 die( "No WPMU site defined on this host. If you are the owner of this site, please check <a href='http://codex.wordpress.org/Debugging_WPMU'>Debugging WPMU</a> for further assistance." ); 50 50 } 51 51 } else { … … 62 62 die( "That blog does not exist. Please try <a href='http://{$current_site->domain}{$current_site->path}'>http://{$current_site->domain}{$current_site->path}</a>" ); 63 63 } else { 64 die( "No WPMU site defined on this host. If you are the owner of this site, please check <a href='http:// trac.mu.wordpress.org/wiki/DebuggingWpmu'>Debugging WPMU</a> for further assistance." );64 die( "No WPMU site defined on this host. If you are the owner of this site, please check <a href='http://codex.wordpress.org/Debugging_WPMU'>Debugging WPMU</a> for further assistance." ); 65 65 } 66 66 } else { … … 184 184 } 185 185 $msg .= "<br />\n<h1>What do I do now?</h1>"; 186 $msg .= "Read the <a target='_blank' href='http:// trac.mu.wordpress.org/wiki/DebuggingWpmu'>bug report</a> page. Some of the guidelines there may help you figure out what went wrong.<br />";186 $msg .= "Read the <a target='_blank' href='http://codex.wordpress.org/Debugging_WPMU'>bug report</a> page. Some of the guidelines there may help you figure out what went wrong.<br />"; 187 187 $msg .= "If you're still stuck with this message, then check that your database contains the following tables:<ul> 188 188 <li> $wpdb->blogs </li> … … 193 193 <li> $wpdb->sitecategories </li> 194 194 </ul>"; 195 $msg .= "If you suspect a problem please report it to the support forums but you must include the information asked for in the <a href='http:// trac.mu.wordpress.org/wiki/DebuggingWpmu'>WPMU bug reporting guidelines</a>!<br /><br />";195 $msg .= "If you suspect a problem please report it to the support forums but you must include the information asked for in the <a href='http://codex.wordpress.org/Debugging_WPMU'>WPMU bug reporting guidelines</a>!<br /><br />"; 196 196 if( is_file( 'release-info.txt' ) ) { 197 197 $msg .= 'Your bug report must include the following text: "';
