0
votes

I did the example brought by Tobias Liegl: "FCE (Flexible Content Elements) ohne TemplaVoila" in http://www.slideshare.net/TobiasLiegl/fce-ohne-templavoila.

But i get an error that says: ERROR: Content Element type "contentelements_contactbox" has no rendering definition! I'm working on TYPO3 6.1 Any ideas?

1
Where do you get this error message? In the backend when trying to add the content element or in the frontend when trying to see an already added element? - gsnerf
That's a FE message. In oldstyle TS, it would appear when in a content object there was no (working) renderObj. In Fluid, there's probably something wrong with a view(helper), or maybe some TS (settings?) not included - Urs

1 Answers

-2
votes

I got the same message after i copied an extension built with the Extension Builder from a local development system to my live environment. I activated the plugin in Extension Manager and everthing worked, i could add the new content element from the Add Content Wizard.

Then i found this page: Reason #6 for Choosing TYPO3

One of the comments pointed out to clear all caches - that did the trick for me.

Hope that helps!

Sebastian