Forums
(@fautpasresterla)
19 years, 2 months ago
It seems to be a bug with the cache on user capabilities. A workaround consists in commenting the following lines in wp-includes/pluggable-functions.php:
// $user = wp_cache_get($user_id, ‘users’); // // if ( $user ) // return $user;
(37-41)