[TYPO3-german] Zwei Newssitemaps parallel

Jana Golinowski jgolinowski at codematix.de
Tue Mar 1 08:59:17 CET 2011


> news_sitemap = PAGE
> 
> news_sitemap {
> typeNum = 210
...
> }
...
> news_sitemap {
> typeNum = 220
...
> }
> 
> 
> Die Seite mit typeNum = 220 geht, bei 210 wird mir angezeigt "The page 
> is not configured! [type= 210][]". Sofern ich allerdings die 
> Konfiguration von typeNum 220 rausnehme, funktioniert 210.

Du brauchst noch ein PAGE-Objekt. Mit deiner jetzigen Konfiguration 
überschreibst das erste.

eine_news_sitemap = PAGE
eine_news_sitemap {
   typeNum = 210
   ...
}

noch_eine_news_sitemap = PAGE
noch_eine_news_sitemap {
   typeNum = 220
   ...
}

Grüße, Jana.


More information about the TYPO3-german mailing list