[FLOW3-general] Problem with registration of DateTime Object
Florian Kugler
mail at floriankugler.de
Wed Oct 13 16:23:09 CEST 2010
Hi,
I'm playing with FLOW3 since a few days and now have a similar problem. I have a DateTime object stored inside of a session scope object. At shutdown of the object manager I get the same exception:
#1265367590: Object "" is not registered.
The instance of DateTime is created via new \DateTime() and the session scope object is injected into the controller.
Any ideas?
Thanks,
Florian
On 12.10.2010, at 19:09, Karsten Dambekalns wrote:
> Hi.
>
> On Tue, 12 Oct 2010 13:16:26 +0200, Jan Grubenbecher <jg at hochsprung.net> wrote:
>> I have a problem, with the Blog-Extension. I tried to create a new Post
>> but get the following Exception:
>> #1265367590: Object "DateTime" is not registered. (More information)
>
> That sounds like you try to create a DateTime instance via the object manager, that cannot work.
>
> Can you show the code of Post and how you create the Post instance?
>
> Regards,
> Karsten
More information about the FLOW3-general
mailing list