Bug #13576

AOP is not initialized during __wakeup()

Added by Karsten Dambekalns over 4 years ago. Updated over 4 years ago.

Status:Resolved Start date:2011-03-03
Priority:Must have Due date:
Assigned To:Robert Lemke % Done:

100%

Category:AOP
Target version:TYPO3 Flow Base Distribution - 1.0 beta 1
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

Doctrine uses the unserialize trick combined with the prototype pattern, i.e. they store the unserialized object and clone it when needed again. During that clone, upon calling __clone(), the following notice is causing an exception:

Notice: Undefined index: __clone in ...Blog.php

Backtrace attached as PDF.

FLOW3_Exception.pdf (92.1 kB) Karsten Dambekalns, 2011-03-03 11:39

F3_Blog_Domain_Model_Blog.php Magnifier (5.7 kB) Karsten Dambekalns, 2011-03-03 13:47

History

#1 Updated by Robert Lemke over 4 years ago

  • Status changed from New to Accepted

#3 Updated by Robert Lemke over 4 years ago

  • Status changed from Accepted to Resolved

#4 Updated by Robert Lemke over 4 years ago

  • % Done changed from 0 to 100

Also available in: Atom PDF