[TYPO3-project-4-3] No TypoScript added by extentions

Thomas Schröder thomas.schroeder at tu-ilmenau.de
Wed Apr 8 14:59:09 CEST 2009


Hi Francois.

> Thomas, which ext_emconf.php file did you modify and what did you do 
> exactly? Can you give more details please?

There are, in my opinion, 2 different bugs:

1. css_styled_content (see also http://bugs.typo3.org/view.php?id=10863)
- I excecuted the Update Wizard option "splitCscToMultipleTemplates"
- after that, css_styled_content was no more included as "Include static 
(from extensions)" in the Site-Template
- I added it again in the template but no content was mapped in frontend
- I modified in css_styled_content/ext_emconf.php the following paths:
	static/constants.txt --> static/current/constants.txt
	static/setup.txt --> static/current/setup.txt
- after that the content was rendered again, but not for all CEs

2. No content rendering in some extentions
- did some tests with extention "typoscriptce", but in frontend I got only:
ERROR: Content Element type "typoscriptce_pi1" has no rendering definition!
- in 4.2 typoscriptce added some TS to css_styled_content for rendering:

#############################################
## TypoScript added by extension "typoscriptce"
#############################################

# Setting typoscriptce plugin TypoScript
tt_content.typoscriptce_pi1 = COA
tt_content.typoscriptce_pi1 {
    10 = < lib.stdheader
    20 = < plugin.tx_typoscriptce_pi1
}

In 4.3 this code was not present in Template Analyser (clicked at 
EXT:css_styled_content/static/) any more.

- I added the code manuall in my template and everything was ok (for 
this extention)

I hope this helps you for debugging.


Best regards,
	Thomas


More information about the TYPO3-project-4-3 mailing list