Bug #21555
closedPowermail-related: RIGHT OUTER JOIN is not supported
0%
Description
After installing powermail and going to page > create content element > regular text element:
DBAL fatal error: No handler found in handler_getFromTableList() for: "(tx_powermail_fieldsets RIGHT JOIN tt_content ON tx_powermail_fieldsets.tt_content = tt_content.uid) LEFT JOIN tx_powermail_fields ON tx_powermail_fieldsets.uid = tx_powermail_fields.fieldset" (SQL engine parse ERROR: No table name found as expected in parseFromTables()!: near "(tx_powermail_fieldsets RIGHT JOIN tt_content ON t")
Information reported by Ries over Skype
(issue imported from #M12596)
Files
Updated by Xavier Perseguers about 15 years ago
Parentheses around the first join are not needed and bug DBAL parser, they should be removed, I prepare another patch for that issue
Updated by Xavier Perseguers about 15 years ago
Patch is attached to related bug entry on Powermail's bugtracker: http://forge.typo3.org/issues/show/5371
Updated by Xavier Perseguers about 15 years ago
DBAL part of the bug is resolved and commited to DBAL-trunk as changeset 26547.
Please refer to Powermail's bugtracker for corresponding patch status
Updated by Xavier Perseguers almost 15 years ago
Powermail patch has been committed too.