The following error is occuring on 3.5.1 with no code modifications when a user tries to access /private.php?do=emptyfolder&folderid=0
Invalid SQL:
SELECT pmid, pmtextid
FROM pm AS pm
LEFT JOIN pmtext AS pmtext USING (pmtextid)
WHERE folderid = 0
AND userid = 20271
AND dateline < 1132714983;
MySQL Error : Column: 'pmtextid' in field list is ambiguous Error Number : 1052
Invalid SQL:
SELECT pmid, pmtextid
FROM pm AS pm
LEFT JOIN pmtext AS pmtext USING (pmtextid)
WHERE folderid = 0
AND userid = 20271
AND dateline < 1132714983;
MySQL Error : Column: 'pmtextid' in field list is ambiguous Error Number : 1052
Comment