Actions
Bug #22146
closedFull search causes error if TCA has tables without any columns
Start date:
2010-02-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
If a table is defined in TCA without any columns (which is the case in rsaauth) the full search creates a wrong query which causes an error.
Wrong query:
SELECT COUNT FROM tx_rsaauth_keys WHERE (tx_rsaauth_keys. LIKE '%searchword%')
Solution:
Skip tables that have empty column arrays
(issue imported from #M13591)
Files
Updated by Benni Mack over 14 years ago
committed to trunk (rev. 7048)
committed to TYPO3_4-3 (rev. 7049)
Actions