Sometimes live server throws that error.It working fine in localhost while giving this error in live server.It happens sometimes not everytime.anyone please tell me the reason and solution.
here is the code where i am getting error...
$prices=array();
$price1=$property_type['price1'];
if (!empty($price1)) {
array_push($prices, $price1);
}