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.
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an