• Just upgraded to 2.3.1, and got errors all over the place.

    ns our destroyed. function wp_ob_end_flush_all() { while ( @ob_end_flush() ); } ?> post_status', '_transition_post_status', 5, 3); add_action('comment_form', 'wp_comment_form_unfiltered_html_nonce'); // Redirect Old Slugs add_action('template_redirect', 'wp_old_slug_redirect'); add_action('edit_post', 'wp_check_for_changed_slugs'); add_action('edit_form_advanced', 'wp_remember_old_slug'); ?> p_pre_kses_less_than_callback', $text); } function wp_pre_kses_less_than_callback( $matches ) { if ( false === strpos($matches[0], '>') ) return wp_specialchars($matches[0]); return $matches[0]; } ?> $file ) ? 'rtl' : "$file-rtl"; echo apply_filters( 'wp_admin_css', "\n", $rtl ); } } ?> mplate, true); clean_page_cache($post_id); global $wp_rewrite; $wp_rewrite->flush_rules(); } else { clean_post_cache($post_id); } } ?>> nction wp_prototype_before_jquery( $js_array ) { if ( false === $jquery = array_search( 'jquery', $js_array ) ) return $js_array; if ( false === $prototype = array_search( 'prototype', $js_array ) ) return $js_array; if ( $prototype < $jquery ) return $js_array; unset($js_array[$prototype]); array_splice( $js_array, $jquery, 0, 'prototype' ); return $js_array; } add_filter( 'print_scripts_array', 'wp_prototype_before_jquery' ); ?> ('hash_hmac') ) { return hash_hmac('md5', $data, $salt); } else { return md5($data . $salt); } } endif; ?>

    Sorry for the long code, but I can’t decipher that at all. Something about hash, and some other stuff.

    I’ve gone to upgrade.php, got the same message and then WordPress told me everything was good to go.

    Any ideas?

Viewing 15 replies - 1 through 15 (of 18 total)
  • What version did you upgrade from?
    Had you disabled plugins before the upgrade?

    Thread Starter MitchellB

    (@mitchellb)

    I upgraded from 2.3, I always keep up to date with the latest WordPress.
    And no, I didn’t disable the plugins. I know I should have.

    Do the errors persist after you log in, change theme to Default and disable plugins?

    Thread Starter MitchellB

    (@mitchellb)

    Yep. Enveere.org

    That’s my website. It’s on default, all the plugins are disabled.

    Thread Starter MitchellB

    (@mitchellb)

    Seriously, this is kind of a major problem right now.
    Did I do anything wrong?

    Thread Starter MitchellB

    (@mitchellb)

    Alright, I just downloaded and the uploaded WordPress. Fresh from the website, and I’m still getting the errors. MySQL is telling me that all of the databases are running fine.

    Still getting errors all over the place, even in the admin. Seriously, can anybody help me?

    Did you ever use the Redirect Old Slugs plugin?

    Thread Starter MitchellB

    (@mitchellb)

    Never. Don’t even have it on my server.

    But I’ve downgraded to 2.3.0, and everything is working. I’m not going to upgrade again. At least, not for a while.

    I have the same problem. What can it be?

    Weird. I had exatly same error. Transferred files again using Total Commander and everything works. I’ve used SmartFTP before.

    WOW! Glad I didn’t upgrade. Something told me to stay right where I am, and I’m going to do just that.

    I’m so sorry you guys are having problems with the upgrade.

    i upgrade and have no problems at all.. but just try to rewryte again or something.. the db have all the data of your post so you can even erase all the site and reinstall wordpress and keep everything on place.

    Thread Starter MitchellB

    (@mitchellb)

    I think I’ll stick with 2.3.0 for now.
    No idea what the problem is, I’m using CyberDuck on Mac OSX.

    Updated 3 sites from 2.3 to 2.3.1 without any problems. Though in the future I think I’ll wait several days after a new release. I’m taking this problem as a cautionary tale.

    I have excactly the same problem with my site. I upgraded to 2.3 without any problems. Now, with 2.3.1 the following error message all over the site:

    mplate, true); clean_page_cache($post_id); global $wp_rewrite; $wp_rewrite->flush_rules(); } else { clean_post_cache($post_id); } } ?>> nction wp_prototype_before_jquery( $js_array ) { if ( false === $jquery = array_search( ‘jquery’, $js_array ) ) return $js_array; if ( false === $prototype = array_search( ‘prototype’, $js_array ) ) return $js_array; if ( $prototype < $jquery ) return $js_array; unset($js_array[$prototype]); array_splice( $js_array, $jquery, 0, ‘prototype’ ); return $js_array; } add_filter( ‘print_scripts_array’, ‘wp_prototype_before_jquery’ ); ?> (‘hash_hmac’) ) { return hash_hmac(‘md5’, $data, $salt); } else { return md5($data . $salt); } } endif; ?> ?>

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘2.3.1 Serious Problem’ is closed to new replies.