[TYPO3-mvc] Could not determine the child object type - Erst nach Cacheleeren weg
Michael Bakonyi
kontakt at mb-neuemedien.de
Wed Feb 1 18:49:26 CET 2012
Am 06.06.11 13:26, schrieb Franz Koch:
> The reason why you got the error "could not determine child object type"
> after adding a new property to your model is, that extbase is analyzing
> you classes using a reflection service and caches the gathered
> information for performance reasons. So it's obvious that the error
> message was gone after you cleared the TYPO3 cache, which also clears
> the object/reflection cache of Extbase and Extbase then analyzed your
> changed model again.
>
> So as rule of thumb: Clear the cache after you changed a model :)
>
I had the same problem over here but my dev-page is set to
config.no_cache = 1. So isn't extbase respecting this parameter
regarding the mentioned caching-process above?
Couln't find any information in the net or existing manuals ...
Cheers,
Michael
More information about the TYPO3-project-typo3v4mvc
mailing list