WordPress quite working
-
(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)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘WordPress quite working’ is closed to new replies.