Hello Michael, > $hookObj->getMainFields_preProcess(&$TCA, $table, &$row, $this); This is not compatible with PHP5. No reference operator must be used in the call of the function but only with the function declaration. I do not think the $TCA is needed and should be used as a parameter. Regards, Franz