Bug #89830
closedAvoid resolving default value of static property in ClassSchema
100%
Description
( ! ) Fatal error: Uncaught PDOException: You cannot serialize or unserialize PDO instances in /Users/olly/Development/typo3/master/typo3/sysext/core/Classes/Cache/Frontend/VariableFrontend.php on line 59 ( ! ) PDOException: You cannot serialize or unserialize PDO instances in /Users/olly/Development/typo3/master/typo3/sysext/core/Classes/Cache/Frontend/VariableFrontend.php on line 59 # Time Memory Function Location 1 6.9564 33279256 TYPO3\CMS\Extbase\Reflection\ReflectionService->__destruct( ) .../ReflectionService.php:0 2 6.9564 33279256 TYPO3\CMS\Core\Cache\Frontend\VariableFrontend->set( ) .../ReflectionService.php:81 3 6.9565 33279256 serialize ( ) .../VariableFrontend.php:59 4 6.9578 33805968 __sleep ( ) .../VariableFrontend.php:59
This happens, when e.g. calling new felogin password reset controller using PDO database driver (which just triggers this problem).
Updated by Gerrit Code Review almost 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62518
Updated by Gerrit Code Review almost 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62518
Updated by Gerrit Code Review almost 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62518
Updated by Gerrit Code Review almost 5 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62518
Updated by Oliver Hader almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 54d10b16dbc6f37ed9f2029e53b7a4c210575c4d.
Updated by Christoph Lehmann over 4 years ago
I get the same error in 9.5 at typo3/sysext/core/Classes/Cache/Frontend/VariableFrontend.php line 59
Can we backport it?
Updated by Stephan Großberndt over 4 years ago
- Related to Bug #91206: PDOException "You cannot serialize or unserialize PDOStatement instances" in PopulatePageSlugs wizard added
Updated by Oliver Hader over 4 years ago
Christoph Lehmann wrote:
I get the same error in 9.5 at typo3/sysext/core/Classes/Cache/Frontend/VariableFrontend.php line 59
Can we backport it?
Can you please post the complete stack-trace (order + class-name + method name is enough).
VariableFrontend just triggers the final error - but it's important to find the origin of it...