• Resolved marylutz

    (@marylutz)


    I did a fresh new install today with 2.7.1. I already posted the issues I’m having with it in another thread. Now I just went to check my other sites and 2 of them are down. Yesterday I did an upgrade to 2.7.1 from 2.7 on https://opentalkmom.com, using the Automatic upgrade, and everything seemed fine. I now get a blank page when I try to go to the log in page and when I just go to the homepage.
    I didn’t touch my blog that is still v2.6.3 and today this is the goobeldy-gook I get at the login page:

    publish) ) { // with feeds, anyone can tell how many posts there are. Just unlink if !current_user_can $post_text = sprintf( __ngettext( ‘%s post’, ‘%s posts’, $num_posts->publish ), number_format_i18n( $num_posts->publish ) ); $post_type_texts[] = $can_edit_posts ? “$post_text” : $post_text; } if ( $can_edit_pages && !empty($num_pages->publish) ) { // how many pages is not exposed in feeds. Don’t show if !current_user_can $post_type_texts[] = ”.sprintf( __ngettext( ‘%s page’, ‘%s pages’, $num_pages->publish ), number_format_i18n( $num_pages->publish ) ).”; } if ( $can_edit_posts && !empty($num_posts->draft) ) { $post_type_texts[] = ”.sprintf( __ngettext( ‘%s draft’, ‘%s drafts’, $num_posts->draft ), number_format_i18n( $num_posts->draft ) ).”; } if ( $can_edit_posts && !empty($num_posts->future) ) { $post_type_texts[] = ”.sprintf( __ngettext( ‘%s scheduled post’, ‘%s scheduled posts’, $num_posts->future ), number_format_i18n( $num_posts->future ) ).”; } if ( current_user_can(‘publish_posts’) && !empty($num_posts->pending) ) { $pending_text = sprintf( __ngettext( ‘There is %2$s post pending your review.’, ‘There are %2$s posts pending your review.’, $num_posts->pending ), ‘edit.php?post_status=pending’, number_format_i18n( $num_posts->pending ) ); } else { $pending_text = ”; } $cats_text = sprintf( __ngettext( ‘%s category’, ‘%s categories’, $num_cats ), number_format_i18n( $num_cats ) ); $tags_text = sprintf( __ngettext( ‘%s tag’, ‘%s tags’, $num_tags ), number_format_i18n( $num_tags ) ); if ( current_user_can( ‘manage_categories’ ) ) { $cats_text = “$cats_text”; $tags_text = “$tags_text”; } $total_comments = sprintf( __ngettext( ‘%1$s total’, ‘%1$s total’, $num_comm[‘total_comments’] ), number_format_i18n($num_comm[‘total_comments’]) ); $approved_comments = sprintf( __ngettext( ‘%1$s approved’, ‘%1$s approved’, $num_comm[‘approved’] ), number_format_i18n($num_comm[‘approved’]) ); $spam_comments = sprintf( __ngettext( ‘%1$s spam’, ‘%1$s spam’, $num_comm[‘spam’] ), number_format_i18n($num_comm[‘spam’]) ); $moderated_comments = sprintf( __ngettext( ‘%1$s awaiting moderation’, ‘%1$s awaiting moderation’, $num_comm[‘awaiting_moderation’] ), number_format_i18n($num_comm[‘awaiting_moderation’]) ); if( current_user_can( ‘moderate_comments’ ) ) { $total_comments = “{$total_comments}”; $approved_comments = “{$approved_comments}”; $moderated_comments = “{$moderated_comments}”; } $comm_text = sprintf( __ngettext( ‘You have %1$s comment, %2$s, %3$s and %4$s.’, ‘You have %1$s comments, %2$s, %3$s and %4$s.’, $num_comm[‘total_comments’] ), $total_comments, $approved_comments, $spam_comments, $moderated_comments ); $post_type_text = implode(‘, ‘, $post_type_texts); // There is always a category $sentence = sprintf( __( ‘You have %1$s, contained within %2$s and %3$s. %4$s %5$s’ ), $post_type_text, $cats_text, $tags_text, $pending_text, $comm_text ); $sentence = apply_filters( ‘dashboard_count_sentence’, $sentence, $post_type_text, $cats_text, $tags_text, $pending_text, $comm_text ); ?>

    $widgets_text”; ?>

    title, $widgets_text ); ?>

    Somebody please help me ASAP!!!! The URL of the blog with the above gobbledy gook is https://provbs.com and the URL of the fresh install is https://btfministersconnection.com. Help!!!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • https://opentalkmom.com
    every link I clicked on worked fine for me (FF3)

    https://provbs.com
    clicked on every page, loaded fine. Rotating header images and all.

    https://btfministersconnection.com

    response:

    The page you have requested is currently under construction.

    If you are the website owner you must remove this temporary page prior to viewing your site.
    It is named “default.html” and is located in your /public_html folder.
    If you need help uploading your files please click here.

    [EDIT] … I have to ask ??

    I know it may sound silly, but did you try clearing your browser cache and cookies and going back?

    Thread Starter marylutz

    (@marylutz)

    Well Whew! Open Talk Mom and ProVBS are fine. I cleared my cache and cookies and restarted my laptop. However, btfministersconnection.com is still not working. I tried it on my desktop too. I’m using FF3 on my laptop and IE on the desktop. I can login to the admin area, but I when I go to the direct site, I get a page that says “this page is parked courtesy hostmonster.com”. I’ve quadruple checked that it is an add-on domain and not a parked domain. Any suggestions?

    Thread Starter marylutz

    (@marylutz)

    I did this as suggested above:

    The page you have requested is currently under construction.

    If you are the website owner you must remove this temporary page prior to viewing your site.
    It is named “default.html” and is located in your /public_html folder.
    If you need help uploading your files please click here.

    Still getting the same page:

    “this page is parked courtesy hostmonster.com

    Thread Starter marylutz

    (@marylutz)

    hmmm me too. But when I click on “visit site” from the admin panel, I get the “this page parked…”

    Thread Starter marylutz

    (@marylutz)

    It’s fixed. I added this code to the public_html/mydomain:

    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./wordpress/wp-blog-header.php’);
    ?>

    Hope that helps others!

    Thread Starter marylutz

    (@marylutz)

    add to the above:

    I created a new index.php file and ftp’d it.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Help! 3 sites are down!!!’ is closed to new replies.