I use filter applied on a CCD-field. Since I don't want to show the watched element in the filters I declared the filter type as "field" - this used to work in the latest Fabrik-versions.
Since the last GitHub-Update this solution crashes with an SQL-error:
The column to be filtered is missing in there WHERE-statement:
Any help is welcome...thanks!
mhelm
Since the last GitHub-Update this solution crashes with an SQL-error:
The column to be filtered is missing in there WHERE-statement:
Code:
WHERE ( `tbl_species`.`` LIKE '%fox%' )
mhelm