0
Cannot query the database.
select a.*, b.Name as Community, b.URLName as Path, b.TypeID as CommType from inventory a, communities b where a.CommunityID = b.ID and a.URLName = '' and a.Status = 'enabled' and b.Status = 'enabled' order by a.Sqft ASC
Error:
Unknown column 'a.CommunityID' in 'where clause'
Trace: (database.class.php:82)
(data.class.php:194)
(main.class.php:471)
(default.class.php:80)
(default.class.php:62)
(default.class.php:248)
(main.class.php:1858)
(manager.class.php:22)
(document.class.php:232)
(document.class.php:119)
(index.php:21)