Project

General

Profile

Bug #83455

Updated by Reiner Teubner over 6 years ago

An SQL exception occurred after select (or in this my case autoselect) a FIELD: without a userfunc in advanced search mode. 

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

 Debug informations: 
 Function 'init' The FIELD items were filled in QueryGenerator.php QueryGenerator.php.  
 At Line 290 $fieldList was in this case filled by the frontend 'Select fields' and 'Make query'. 


 function makeFieldList(). 

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

Back