Search error message

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
trf
User
Posts: 7

Search error message

Post by trf »

I get the following on on a Custom View: with basic search

Failed to execute SQL. Error: Unknown column 'syllabus.visibility' in 'where clause'

In my custom view. I have a where visibility = 1

In advanced search there is no issue. I get the results.

Why is that?


mobhar
User
Posts: 11905

Post by mobhar »

Make sure you have included the visibility column in the SELECT clause.


Post Reply