Project

General

Profile

Actions

Bug #28800

closed

DBAL fatal error: No handler found in handler_getFromTableList() for: " tx_powermail_fields INNER JOIN ..."

Added by Jean ALex over 13 years ago. Updated almost 11 years ago.

Status:
Rejected
Priority:
Could have
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2011-08-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

In the Frontend, when submitting a Powermail form, I get the following error message in a blank page :

DBAL fatal error: No handler found in handler_getFromTableList() for: " tx_powermail_fields INNER JOIN tx_powermail_fieldsets ON ( tx_powermail_fields.fieldset = tx_powermail_fieldsets.uid AND tx_powermail_fieldsets.deleted=0 AND tx_powermail_fieldsets.t3ver_state<=0 AND tx_powermail_fieldsets.pid!=-1 AND tx_powermail_fieldsets.hidden=0 AND tx_powermail_fieldsets.starttime<=1312651020 AND (tx_powermail_fieldsets.endtime=0 OR tx_powermail_fieldsets.endtime>1312651020) ) INNER JOIN tt_content ON ( tx_powermail_fieldsets.tt_content = tt_content.uid AND tt_content = 70 AND tt_content.deleted=0 AND tt_content.t3ver_state<=0 AND tt_content.pid!=-1 AND tt_content.hidden=0 AND tt_content.starttime<=1312651020 AND (tt_content.endtime=0 OR tt_content.endtime>1312651020) AND (tt_content.fe_group='' OR tt_content.fe_group IS NULL OR tt_content.fe_group='0' OR FIND_IN_SET('0',tt_content.fe_group) OR FIND_IN_SET('-2',tt_content.fe_group) OR FIND_IN_SET('1',tt_content.fe_group) OR FIND_IN_SET('2',tt_content.fe_group) OR FIND_IN_SET('3',tt_content.fe_group)) )" (SQL engine parse ERROR: No join field found in parseFromTables()!: near "( tx_powermail_fields.fieldset = tx_powermai")

A search on Google tells me that it's a bug related to DBAL.

Can someone help me on finding a solution?

Actions

Also available in: Atom PDF