• (Running WordPress 1.5.1.3)
    My all three of my WordPress blogs suddenly quite running with a message:

    Fatal error: Call to undefined function: update_user_cache() in /home2/carltown/netadventures-www/wordpress/wp-settings.php on line 92

    Code in the area is:
    if (!strstr($_SERVER[‘PHP_SELF’], ‘install.php’) && !strstr($_SERVER[‘PHP_SELF’], ‘wp-admin/import’)) :
    // Used to guarantee unique hash cookies
    $cookiehash = md5(get_settings(‘siteurl’)); // Remove in 1.4
    define(‘COOKIEHASH’, $cookiehash);
    endif;

    What happened and how can I resolve it? Is it looking for a cookie on my system that isn’t there?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Did your host upgrade anything (software, hardware) on their machines? (in case you did NOT change anything)

    Thread Starter carltown

    (@carltown)

    I’ve emailed them to check this. Also, I had Internet problems last week, replaced my modem and router to get everything working again, but before replacing lost all my email and email contacts. Does wordpress use any cookies on my system? Cookies may have been lost, but don’t see anything beyond my Outlook mail and contacts lost.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WordPress quite working’ is closed to new replies.