[TYPO3-dev] TCA markers like ###PAGE_TSCONFIG_IDLIST### don't get replaced

Loek Hilgersom loek at netcoop.nl
Wed Apr 29 17:23:40 CEST 2015


Hi all,

I'm using extension direct_mail in combination with datamints_feuser, and this 
causes SQL-errors on various occasions because the markers added to TCA by 
direct mail are not replaced when queries are run, see example below.

The queries are executed by the FE plugin of datamints_feuser.

The only place I could find where these markers are getting replaced is in class 
BackendUtility, that may not be the appropriate methods to call.

How should this be resolved?

Thanks,
Loek


Example query:

SELECT uid, category FROM sys_dmail_category WHERE 1 AND 
sys_dmail_category.deleted=0 AND sys_dmail_category.hidden=0 AND 
sys_dmail_category.l18n_parent=0 AND sys_dmail_category.pid IN 
(###PAGE_TSCONFIG_IDLIST###) ORDER BY sys_dmail_category.sorting




More information about the TYPO3-dev mailing list