• Resolved joe miller

    (@iamburnsy)


    I just updated my WordPress version 3.0.(something) to 3.4.1 from the autmoatic Updater in the admin dashboard.
    It seemed to update successfully, but there was an error message at the end of it:

    Downloading update from http://wordpress.org/wordpress-3.4.1.zip…
    Unpacking the update…
    Verifying the unpacked files…
    Installing the latest version…
    Upgrading database…
    WordPress updated successfully

    Fatal error: Call to undefined function self_admin_url() in /home/content/x/x/x/xxxxxx/html/XXXXXXX/wp-admin/includes/update-core.php on line 698

    When I open the file in question, line 698 is:

    show_message( ‘<span class=”hide-if-no-js”>’ . sprintf( __( ‘Welcome to WordPress %1$s. You will be redirected to the About WordPress screen. If not, click here.’ ), $new_version, esc_url( self_admin_url( ‘about.php?updated’ ) ) ) . ‘</span>’ );

    The site seems okay as far as I can tell visually, but anyone know what this means, if anything ?

    Thanks !!

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error When Updating WordPress’ is closed to new replies.