Franz Holzinger

Verse of the day

Denn es ist ein Gott und ein Mittler zwischen Gott und den Menschen, nämlich der Mensch Christus Jesus, der sich selbst gegeben hat für alle zur Erlösung, daß solches zu seiner Zeit gepredigt würde;
1 Timotheus 2:5-6

© 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