Actions
Bug #89830
closedAvoid resolving default value of static property in ClassSchema
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2019-12-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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).
Actions