Hello, I uploaded my site to hosting and when I try to use my get filter or list content of some database tables, I get error like … Column not found: 1054 Unknown column …
Assuming you have the exact same database structure on both your local & live, have you cleared the cache in case that column its not finding is a new field? bin/cake cache clear_all
The issue was that I had lowercase column name in my filter. Probably, this was not a problem for Windows 10 WAMP installation but it was problem for my Linux hosting.