Project

General

Profile

Actions

Bug #91393

closed

Cachingproblems after recent TYPO3 9.5.17

Added by Sys Reset almost 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
Start date:
2020-05-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

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

2020-05-14_10-06.png (68.2 KB) 2020-05-14_10-06.png Errormessage Sys Reset, 2020-05-14 10:07
2020-05-14_10-13.png (34.3 KB) 2020-05-14_10-13.png Data Sys Reset, 2020-05-14 10:13

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #91387: Relax constraints on serializing objectsClosedOliver Hader2020-05-13

Actions
Is duplicate of TYPO3 Core - Bug #91404: After update from 9.5.16 to 9.5.17 I get an error 'Cannot serialize'Closed2020-05-14

Actions
Actions #1

Updated by Oliver Hader almost 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

Actions #2

Updated by Oliver Hader almost 4 years ago

  • Related to Bug #91387: Relax constraints on serializing objects added
Actions #3

Updated by Oliver Hader almost 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.

Actions #4

Updated by Oliver Hader almost 4 years ago

  • Target version changed from next-patchlevel to 9.5.18 & 10.4.3
Actions #5

Updated by Benni Mack almost 4 years ago

  • Is Regression set to Yes
Actions #6

Updated by Oliver Hader almost 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?

Actions #7

Updated by Oliver Hader almost 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
Actions #8

Updated by Oliver Hader almost 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

Actions

Also available in: Atom PDF