As mentioned in the comments of mongodb_cache.inc (line 94) and also by looking through Drupal's session.inc, _drupal_session_read() is supposed to load some of the properties from the session onto the user object. It appears this isn't happening.

When I turn performance caching on and create a new node with a field I get an error that 'cache' isn't available on the user object. (line 97).

Initial patch coming.

CommentFileSizeAuthor
#1 load_session_properties-1412292-1.patch734 byteslangworthy

Comments

langworthy’s picture

StatusFileSize
new734 bytes

This is just a guess as to what might fix the problem and it has fixed my errors.

misc’s picture

Status: Active » Fixed

I missed this one, but I think that we patch over here: http://drupal.org/node/1378468 solves the problem.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.