Project

General

Profile

Bug #89830

Updated by Oliver Hader over 4 years ago

<pre> 
 ( ! ) 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 
 </pre> 

 This happens, when e.g. calling new felogin password reset controller using **PDO** database driver (which just triggers this problem).

Back