Hi there, running all the latest on a fresh ubuntu install but the panel suggests I don't meet the criteria.
I'm getting errors:
Fatal error: Uncaught InconsistentModelException: Unable to prepare query: SELECT A1.id
, A1.content_id
, A1.isactive
, A1.type
, A1.name
, A1.body
, A1.lang
, A1.notes
, A1.created
, A1.updated
FROM ost_content
A1 WHERE A1.isactive
= 1 AND A1.type
= 'other' ORDER BY A1.name
ASC
Running the query on the database directly produced
Unknown column 'A1.required' in 'field list'
Is this a sign that the upgrade didn't complete properly?