[TYPO3-english] extension loading order typo3 4.5

Steffen Kamper info at sk-typo3.de
Wed Feb 9 15:32:31 CET 2011


Hi,

Am 09.02.2011 15:12, schrieb Georg Schönweger:
>
> Am 08.02.2011 11:11, schrieb Dmitry Dulepov:
>> Hi!
>>
>> Georg Schönweger wrote:
>>> how can i change the extension loading order in typo3 4.5? Let's say i
>>> have Extension A and Extension B. Now i take a look at localconf.php and
>>> i see that extension A is loaded after B. But i want it vice versa -->
>>> first load A then load B ... so i change it manually in localconf.php.
>>> But everytime i install a new extension ecc. i loose the loading order i
>>> need.
>>
>> Looks like you do not have dependencies between extensions in
>> ext_emconf.php.
>>

dependencies lead to correct order while installing, if there is a 
dependency, you have to install this extension first. However it's a 
string and some manipulate it manually, so in this case we can't do 
anything.

If you install a new extension, there should not be a change of order, 
as the new extension is added to the end of the string.

vg Steffen


More information about the TYPO3-english mailing list