/include/Property.php : 610
Could not load property from database. Perhaps the prop_id is invalid. (
SELECT
address_1,
address_2,
postcode,
area_id,
type_id,
description,
features,
price,
map_url,
offer,
status,
office_id,
featured,
archived,
date_added,
date_modified,
user_id,
hash,
latitude,
longitude,
custom_address_1,
epc_rating,
home_report_id
FROM
property
WHERE
prop_id = '518032' :: )
/include/Type.php : 92
Could not load type from database. Perhaps the type_id is invalid. (
SELECT
description
FROM
type
WHERE
type_id = '' :: )