Description
Discussed in #16130
Originally posted by Alistar84 September 29, 2022
Hello everybody,
I have a problem with model caching.
In v4 all my models extend a class that implements a force cache system similar to this one https://docs.phalcon.io/5.0/en/db-models-cache#forcing-cache
Now, in v5, if I run a find or findFirst that is already cached, I've got this error:
Fatal error: Uncaught TypeError: unserialize(): Argument #1 ($data) must be of type string, array given.
How can I solve?
Metadata
Metadata
Assignees
Type
Projects
Status
Released