[TYPO3-extbase-kickstarter] How to use?

Sebastian Gebhard sebastian.gebhard at gmail.com
Fri May 14 09:31:52 CEST 2010


Am 13.05.2010 23:23, schrieb Benjamin Mack:
> Hey Sebastian and list,
>
> I wanted to use extbase kickstarter, so I checked out the latest trunk
> and installed the extension (running Core-trunk btw).
>
> But I get this:
>
> Fatal error: Class 'Tx_Fluid_Compatibility_ObjectFactory' not found in
> typo3conf/ext/extbase_kickstarter/Classes/Service/CodeGenerator.php on
> line 56
>
> Any pointers on how to get this fixed?
>
> Thanks.
> Benni.

Your issue is related to http://forge.typo3.org/issues/show/6901

The Problem is that in Fluid the ObjectManager was renamed to ObjectFactory (or the other way round? 
situation is a bit confusing for me here..).
In the end the extbase_kickstarter can currently only support either 4.3 or trunk.

If you have this problem change Tx_Fluid_Compatibility_ObjectManager to 
Tx_Fluid_Compatibility_ObjectFactory (or the other way round) in

Classes/ViewHelpers/RenderViewHelper.php

and

Classes/Service/CodeGenerator.php

Hope that helps,
Sebastian Gebhard


More information about the TYPO3-project-extbase-kickstarter mailing list