Any help is very much appreciated.500 - JDatabaseMySQL::query: 1054 - Unknown column 'a.approved' in 'where clause' SQL=SELECT a.id, a.title AS title, "" AS created, CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug, a.description AS text, CONCAT_WS( " / ", 'Phoca Gallery', a.title ) AS section, "2" AS browsernav FROM jos_phocagallery_categories AS a WHERE ( a.title LIKE '%tree%' OR a.name LIKE '%tree%' OR a.description LIKE '%tree%' ) AND a.published = 1 AND a.approved = 1 AND a.access <= 2 GROUP BY a.id ORDER BY a.title ASC LIMIT 0, 50
Regards,
Bill