Index: t3lib/class.t3lib_befunc.php =================================================================== --- t3lib/class.t3lib_befunc.php (revision 4644) +++ t3lib/class.t3lib_befunc.php (working copy) @@ -2069,6 +2069,11 @@ public static function getProcessedValue($table, $col, $value, $fixed_lgd_chars = 0, $defaultPassthrough = 0, $noRecordLookup = FALSE, $uid = 0, $forceResult = TRUE) { global $TCA; global $TYPO3_CONF_VARS; + + if ($col == 'uid') { + // no need to load TCA as uid is not in TCA-array + return $value; + } // Load full TCA for $table t3lib_div::loadTCA($table); // Check if table and field is configured: