[TYPO3] exec_UPDATEquery problems
Peter Poulsen
peter at typoconsult.dk
Thu Jul 6 08:42:35 CEST 2006
Hi
I'm trying to make this call:
<code>
$GLOBALS["TYPO3_DB"]->exec_UPDATEquery('fe_users', $coordinatorFields, '
AND uid = '. $uid);
</code>
And get the following:
TYPO3 Fatal Error: "Where" clause argument for UPDATE query was not a
string in $this->UPDATEquery() !
Is it possible to the sql string that Typo3 is making so that I can see
what is wrong?
/peter
More information about the TYPO3-english
mailing list