|
Error
An error has occurred; detailed information about this error has been recorded so that it can be dealt with by the administrators.
/* /home/real/public_html/bannis/listings.php */ SELECT COUNT(DISTINCT property_id) AS count
FROM property INNER JOIN listing ON property_id = listing_property_id
INNER JOIN company ON property_company = company_id
WHERE company_board = 15
AND property_active = 'true'
AND listing_primary = 'true'
AND company_active = 1
AND company_placeholder = 0
AND company_board_search = 1 AND property_price >= 200000 AND property_price <= 499999 AND property_category = 1 AND property_filogix_type LIKE "%%" AND property_filogix_style LIKE "%Townhouse%" AND property_district IN (6239,6243,6256,6259,6264,6269)
Out of memory (Needed 16777188 bytes)
|