on Sat, 16 Aug 2008 16:18:03 +0200, Tobias Hochgürtel wrote: >> that might give a mix of old and new names, where half the references >> is not available any more. >> Doing something like this I would replace EVERY occurence of the >> original extkey with the new one. > > okay, i have replaced every occurence of the orginal extkey ( > tt_products || TT_PRODUCTS ) to ( tt_freiraum || TT_FREIRAUM ). > >> the other problem might be the new extension key itself: tt_freiraum is >> not in the regular namespace either use user_... for local extensions >> or tx_... for public. > > but what is with the tt_products self? It's working with the tt_ > namespace... I have only renamed all occurence of the orginal extkey... > >> keep attention to the special behavior of tt_...-extensions as they are >> remains of the first versions of TYPO3. I don't know exactly wether >> this happens in the newest TYPO3-versions, but I remember some mentions >> about special handling of these extensions in core. I don't think your >> extension is known to the core. You might change the behaviour of your >> extension to that of 'normal' extensions (like created with >> kickstarter) > > Is there any paper about this handling? I will search, but If you know > some place where I can read about this, please send it to me.
I have looked - and found nothing :-( maybe some core-member can give us a hint? > I think I will try the renaming the ext again.. to get clear.. try to register your/an extension key: - login to typo3.org (you may need to register) - go to tab 'Extensions' - in left menu select 'Extension Keys' - if you are logged-in you can select the tab 'Register keys' here you find: 'The key must not being with one of the following prefixes: tx,u,user_,pages,tt_,sys_,ts_language_,csh_', but no reason. (hm, there is a typo: 'being' instead of 'begin', who will correct it?) with this key you are able to release your extension-variant with an own valid extension key. bernd -- http://www.pi-phi.de/t3v4/cheatsheet.html _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
