Posted by honucreative on November 28, 2011 at 10:19pm
4 followers
| Project: | Memcache API and Integration |
| Version: | 6.x-1.x-dev |
| Component: | memcache-session.inc |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
Been getting this error in the log files:
PHP Notice: Undefined property: stdClass::$timestamp in sites/all/modules/memcache/memcache-session.inc on line 125
Comments
#1
Me too. What could it mean?
#2
Attached is a patch which resolves this notice and another similar notice a few lines further down in memcache-session.inc.
#3
#4
See related core patch: #1078614: Notice: Undefined property: stdClass::$timestamp in _drupal_session_write().