Ich versuche seit geraumer Zeit die tt_news "most pupular" Extension zu installieren und bekomme im FE im die Fehlermeldungen:
Division by zero in C:\xampp2\...\typo3conf\ext\tt_news\pi\class.tx_ttnews.php on line 1153
und
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp2\...\typo3conf\ext\tt_news\pi\class.tx_ttnews.php:1153) in C:\xampp2\...\typo3\sysext\cms\tslib\class.tslib_fe.php on line 2952
Was bedeuted dieser Abschnitt im manual?
Zitat:
|
To create a template for most popular news items, copy TEMPLATE_LIST section of your existing News plugin template and change ###TEMPLATE_LIST### to ###TEMPLATE_MOST_POPULAR### in the copied block. You can do further adjustments to template as necessary but the minimum requirement is to have TEMPLATE_MOST_POPULAR block in the template file. News plugin is currently unable to reuse existing TEMPLATE_LIST block.
|
Habe es so verstanden, dass ich im HTML-Template den Marker ###TEMPLATE_MOST_POPULAR### ergänze. Oder muss ich im Seiten-Tempalte auch was hinzufügen? Für eine kleine Hilfestellung wäre ich sehr dankbar!