Franz Holzinger

Verse of the day

Seid niemand nichts schuldig, als daß ihr euch untereinander liebt; denn wer den andern liebt, der hat das Gesetz erfüllt.
Roemer 13:8

© Bible Gateway's Verse of the Day


autor  
8-09-10 10:33:58 tt_products 2.9.1 PHP Warnings
Heidi Wetzel
Hallo,

im Typo3 Protokoll habe ich viele Einträge die folgendermaßen lauten:
Core: Error handler (FE): PHP Warning: Missing argument 3 for tx_ttproducts_control::processActivities(), called in /[...]/tt_products/control/class.tx_ttproducts_control.php on line 1076 and defined in /[...]/tt_products/control/class.tx_ttproducts_control.php line 499

Weiß jemand, woher das kommt? Bug oder etwas falsch konfiguriert?

Liebe Grüße
8-09-10 12:40:40 Korrektur
Franz Holzinger
Der Code muss korrigiert werden:

if (count($this->activityArray)) {
$content = $this->processActivities(
$activityVarsArray,
$codeActivityArray,
$this->pibase->externalCObject
);
}
< Zurück zum Forum