[TYPO3-dev] Fatal error with git version of 4.5.4-dev
Björn Pedersen
pedersen at frm2.tum.de
Mon Aug 1 18:52:23 CEST 2011
Am 01.08.2011 14:57, schrieb Jochen Rieger:
> Hi all,
>
> I just wanted to test a patch from Gerrit on my localhost installation.
> I followed all the steps described in the TYPO3 wiki [1].
>
> http://wiki.typo3.org/Contribution_Walkthrough_with_CommandLine
>
> After fetching the patch I get this message:
>
> "HEAD is now at 78cc6d4... [BUGFIX] Localization of child records fails
> when using MM type relations"
>
> But when calling /typo3 to enter my backend, the webserver throws the
> following fatal error:
>
> "Fatal error: Call to undefined method
> t3lib_extMgm::registerExtDirectComponent()"
>
> Did I miss something? Is there anything else I have to take care of
> besides the stepsb on the wiki page below?
>
> git branch -v says:
>
> * (no branch) 78cc6d4 [BUGFIX] Localization of child records [...]
> master c866c86 [FEATURE] Use FlashMessage in be_user module
>
>
> [1] http://wiki.typo3.org/Contribution_Walkthrough_with_CommandLine
>
> Thanks for any hint,
> Jochen
>
Hi,
somtimes you need a "submodules update" as well ( the submodule
pointers are updated by the checkout, but not the submodules themselves).
Björn
More information about the TYPO3-dev
mailing list