[TYPO3-mvc] Running Fluid within tslib_pibase

Fabien Udriot fudriot at omic.ch
Fri Mar 26 11:33:03 CET 2010


It seems I need to dig deeper into that question. Currently I am running Fluid version 1.0.2

According to the tutorial set down by Steffen [1], I should be able to write:

My service class:
==================
$params = array('foo' => 'World');

Fluid template:
===============
Hello {foo}

I would expect on FE:
====================
Hello World

But instead I get:
==================
Fatal error: Call to a member function getObjectAccessorPostProcessor() on a non-object in 
typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree/ObjectAccessorNode.php  on line 81

Maybe, I forgot a step somewhere...

I will try upgrading my Fluid / Extbase version up to the latest.

Greetings,

Fabien

[1] http://forge.typo3.org/wiki/typo3v4-mvc/How_to_userender_a_fluid_template_in_a_ServiceeIdCLI_Script

On 23.03.10 10:57, Franz Koch wrote:
> Hi,
>
>> That's not enough if you want to use all "ViewHelpers" have a look at my
>> version one in Wiki[2].
>> There has been an "renderingConfiguration" which must be injected.
>
> in order to be able to create links, you also need to define a
> controllerContext and a requestObject.
>
> It'll really be great to have the MVC-part of extbase as standalone
> framework available for v4.


More information about the TYPO3-project-typo3v4mvc mailing list