Bug #91393
closedCachingproblems after recent TYPO3 9.5.17
0%
Description
After mentioned update i receive the following errorcode:
[https://typo3.org/go/exception/CMS/debug/1588784142]
It seems this happens when the data ("mixed") i want to put into the cache is an array which contains objects as array-elements.
This worked well with TYPO3 9.5.16 and before (9.5.11 was working too).
Files
Updated by Oliver Hader over 4 years ago
- Status changed from New to Needs Feedback
Are you putting data/objects to a custom cache or does it happen without custom implementations?
In case it's a custom implementation, could you please share the code and objects/classes you're trying to put into cache? Thx
Updated by Oliver Hader over 4 years ago
- Related to Bug #91387: Relax constraints on serializing objects added
Updated by Oliver Hader over 4 years ago
The change at https://review.typo3.org/q/I9a9d415deab80badc3c1517f2e0c0c3336d3d936 is solving the issue for putting data into caches - but still it would fail when retrieving data from caches. In general ReflectionService
is not supposed to be cached at all.
Updated by Oliver Hader over 4 years ago
- Target version changed from next-patchlevel to 9.5.18 & 10.4.3
Updated by Oliver Hader over 4 years ago
In issue #91404 a similar behavior is reported which seems to be related to extension VHS. Is ext:vhs used and probably the cause in your scenario as well?
Updated by Oliver Hader over 4 years ago
- Is duplicate of Bug #91404: After update from 9.5.16 to 9.5.17 I get an error 'Cannot serialize' added
Updated by Oliver Hader over 4 years ago
- Status changed from Needs Feedback to Closed
Continuing at #91404 as tracking issue, which has a proof-of-concept patch for handling ReflectionService
serialization