Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Duplicate
-
Affects Version/s: 4.4.1
-
Fix Version/s: 4.4.2
-
Component/s: None
-
Labels:None
Description
Hi,
I'm helping on a crappily configured server. it spits out notices and creates a bit of problem and can't find a way to disable it.
Anyway, one of the notice seems a bit weird:
if($relationshipTempTable) {
$whereClause = ' WHERE ' . implode(' AND ', $where[$grouping]);
$sql = "
should if be self::$_relationshipTempTable ? $relationshipTempTable is never defined indeed.
But on the other hand, don't know how to force creating this relationship table, so not sure how to test