Bug #9587

ArrayObject cannot be persisted as part of an array

Added by Robert Lemke almost 5 years ago. Updated over 3 years ago.

Status:Rejected Start date:2010-09-03
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:Persistence
Target version:-
PHP Version: Complexity:
Has patch:No Affected Flow version:FLOW3 1.0.0

Description

I tried to persist this:

   /**
    * @var array
    */
   protected $myVar = array();

resulting in this error:

Fatal error: Call to undefined method ArrayObject::FLOW3_AOP_Proxy_getProxyTargetClassName() in /opt/local/apache2/htdocs/Development/TYPO3v5/Distributions/Base/Packages/Framework/FLOW3/Classes/Persistence/Backend/GenericPdo/Backend.php on line 236

History

#1 Updated by Karsten Dambekalns almost 4 years ago

  • Affected Flow version set to FLOW3 1.0.0

#2 Updated by Christian Müller over 3 years ago

  • Status changed from New to Rejected
  • Has patch set to No

This works with Doctrine Persistence so I will Reject it for now, as we probably won't work on the Generic Persistence anytime soon.

Also available in: Atom PDF