[FLOW3-general] Object argument becomes null

Karsten Dambekalns karsten at typo3.org
Tue Jul 27 07:58:59 CEST 2010


Hi.

On Mon, 26 Jul 2010 14:03:05 +0200, Scott MacDonald <smacdav at gmail.com>  
wrote:
> Actually, it seems to generate a UUID just fine (from tracing it via the  
> debugger), but the UUID winds up referring to nothing in the end.

Please open a ticket, this seems to be a bug to me. It should work just  
fine, as the UUID is generated when the object is created, so it should be  
used as expected when using forward/redirect.

> To use the PersistenceManager, I injected one into the controller and  
> placed a call to $this->persistenceManager->persistAll(); right before  
> the redirect. All I got was a blank screen with the URI showing that it  
> hadn't moved past the create action, so I ran the debugger and found  
> that it stopped executing after the call to persistAll(). (I assume that  
> the blank screen at that point is because there is no template set to  
> display for that action; please correct me if I'm wrong.) Did I make the  
> call wrong?

Was there some error message or exception logged somewhere? It should not  
just stop there...

Regards,
Karsten


More information about the FLOW3-general mailing list