Project

General

Profile

Bug #83455

Updated by Reiner Teubner over 6 years ago

An SQL exception occurred after select (or this my case autoselect) by selecting a 'deprecated' FIELD: without a userfunc item in advanced full search mode. 

 Steps to reproduce: 
 DB Search -> Full search -> Select a table -> 'FILE' -> SQL Error (autoselect first entry [FIELD: fileinfo]) 

 Debug informations: 
 The FIELD items were filled in QueryGenerator.php.  
 At Line 290 $fieldList was in this case filled by the function makeFieldList(). 

 It looks like that the TCA don't fit to the SQL schema 

Back