The 1.5 release of the session_cache module changed the way data was stored and causes this module to break. I'm fixing locally and will post patch once it's ready.

Comments

WidgetsBurritos created an issue. See original summary.

WidgetsBurritos’s picture

Status: Active » Needs review
StatusFileSize
new1.03 KB

session_cache_get() now returns an object instead of an array. To maintain backward compatibility with older versions of session_cache, I opted to just type case that result back to an array.

WidgetsBurritos’s picture

On second thought, this should probably be tackled at the source, so I'd defer this to here instead:
#2901020: Object/ array error with latest stable release

WidgetsBurritos’s picture

Status: Needs review » Needs work
WidgetsBurritos’s picture

Status: Needs work » Closed (won't fix)
rdeboer’s picture

As mentioned above, fixed via #2901020: Object/ array error with latest stable release.
Thanks @WidgetsBurritos !