[TYPO3-ect] TYPO3 Fatal Error: Extension key "div" was NOT loaded! (t3lib_extMgm::extPath)
Elmar Hinz
elmar07 at googlemail.com
Wed Aug 22 13:15:55 CEST 2007
Franz Holzinger wrote:
> Hello,
>
> unfortunately sometimes a blocker occurs with the TYPO3 EM.
>
[...]
>
> You can overcome this by this small fix:
>
> if (t3lib_extMgm::isLoaded('div')) {
> require_once(t3lib_extMgm::extPath('div') . 'class.tx_div.php');
> $bContinue = true;
> }
>
If it helps, we should do this.
But that's just a practical problem. In theory it never happens, because lib
depends on div. ;-)
Regards
Elmar
More information about the TYPO3-team-extension-coordination
mailing list