' . __( 'If your site does not display, please contact the owner of this network.' ) . ''; $msg .= ' ' . __( 'If you are the owner of this network please check that MySQL is running properly and all tables are error free.' ) . '
' . sprintf( /* translators: %s: table name */ __( 'Database tables are missing. This means that MySQL is not running, WordPress was not installed properly, or someone deleted %s. You really should look at your database now.' ), '' . $wpdb->site . '' ) . '
' . $wpdb->site . '
' . sprintf( /* translators: 1: site url, 2: table name, 3: database name */ __( 'Could not find site %1$s. Searched for table %2$s in database %3$s. Is that right?' ), '' . rtrim( $domain . $path, '/' ) . '', '' . $wpdb->blogs . '', '' . DB_NAME . '' ) . '
' . rtrim( $domain . $path, '/' ) . '
' . $wpdb->blogs . '
' . DB_NAME . '
' . __( 'What do I do now?' ) . ' '; /* translators: %s: Codex URL */ $msg .= sprintf( __( 'Read the bug report page. Some of the guidelines there may help you figure out what went wrong.' ), __( 'https://codex.wordpress.org/Debugging_a_WordPress_Network' ) ); $msg .= ' ' . __( 'If you’re still stuck with this message, then check that your database contains the following tables:' ) . '