[TYPO3-dev] Plugin blank after upgrade to Typo3 4.0 [SOLVED]

Ernesto Baschny [cron IT] ernst at cron-it.de
Thu Apr 13 16:05:47 CEST 2006


Neil Bertram schrieb am 13.04.2006 15:42:

> Interesting - I noticed that tt_news was missing its static template
> include, so I added it and suddenly it started working. I'm sure I tried
> that before.
> 
> The other extension still doesn't render though. The template analyser
> lists these:
> 
> [[ext_cssstyledcontent/static/]] EXT:css_styled_content/static/        
>                           
> [[ext_indexedsearch]] indexed_search                               
> [[ext_dmcimagealttext]] dmc_image_alttext                               
> [[ext_srstaticinfo]] sr_static_info                               
> [[ext_jeditvfs]] jeditvfs                               
> [[ext_xmlmenu]] xml_menu                               
> [[sys_1] - /Site Templates and S.../] NEW SITE
> 
> 
> Plugins such as "last update" render fine. The PHP file for mine isn't
> even included, currently it just has die('working') at the top so I'll
> know when it's going.
> 
> It is exactly the same problem I had with tt_news on the other install,
> but I can't see how including the static template suddenly made tt_news
> get its PHP included...

Earlier versions of tt_news (v1.x, which were shipped with TYPO3 3.8.1)
added TypoScript on installation of the extension. Later ones (starting
with v2.x, I think) didn't do that, which is why you don't get any
output until you add one of the provided static templates to your main
template (either "table based" or "css based"). Maybe this is what
happened, since tt_news is no longer being shipped with TYPO3 4.0 and
you might have needed to install it from TER.

What are you doing in your extensions ext_localconf.php?

Cheers,
Ernesto




More information about the TYPO3-dev mailing list