• hey everyone. ran into a snag upgrading to 2.0.

    followed the tamba2 guide to the tee, and was running smoothly until i got to the upgrade.php. i get the following error when running upgrade.

    “Fatal error: Call to undefined function: update_user_cache() in /home/joshinja/public_html/wp-settings.php on line 72”

    i’m looking in settings.php, and this is what i have…

    if ( !update_user_cache() && (!strstr($_SERVER[‘PHP_SELF’], ‘install.php’) && !defined(‘WP_INSTALLING’)) ) {
    if ( strstr($_SERVER[‘PHP_SELF’], ‘wp-admin’) )
    $link = ‘install.php’;
    else
    $link = ‘wp-admin/install.php’;
    die(sprintf(__(“It doesn’t look like you’ve installed WP yet. Try running install.php.”), $link));
    }
    $wpdb->show_errors();

    i tried using install as well, but got the exact same error. any advice is appreciated! thanks and happy new year!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter docsnavely

    (@docsnavely)

    i didn’t follow the guide to the tee, and i’m an idiot. found my error, and am good to go. mods please delete. thanks!

    Please post back what your error was etc. so the next poor guy who comes along may find your post when heesh searches….

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘upgrade.php error for 2.0’ is closed to new replies.