By hoppurr on
first question, is there enough difference between views 5.x-1.6 and views 5.x-1.8 that forgetting to run update.php would break something?
second, why is it that all of a sudden views with filters for content type or published/unpublished status break the faceted searches that use those views with a database query error?
Comments
that may be simply because
that may be simply because you have not run the update.php script. When you run that script, it executes possibly vital mysql queries to alter tables etc. If you don't run it, you may run into database errors! :)