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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | security_update_for-2901021-2.patch | 1.03 KB | WidgetsBurritos |
Comments
Comment #2
WidgetsBurritos commentedsession_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.
Comment #3
WidgetsBurritos commentedOn 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
Comment #4
WidgetsBurritos commentedComment #5
WidgetsBurritos commentedComment #6
rdeboerAs mentioned above, fixed via #2901020: Object/ array error with latest stable release.
Thanks @WidgetsBurritos !