Spoke too soon. Same error.

This is what I have :


//get defined image or default
$myImage= zen_get_products_image((int)$_GET['products_id']);
$price= zen_get_products_base_price((int)$_GET['products_id']);
$stock= zen_get_products_stock((int)$_GET['products_id']);
$myImage = str_replace(" ", "", $myImage);
$img = simplexml_load_string($myImage);
$img = $img['src'];
if($this_is_home_page){ $depends = $store_name; $product_type = "website"; }
else if ($categories_name){ $depends = $categories_name; $product_type = "website"; }
else if ($products_name){ $depends = $products_name; }
else { $depends = META_TAG_TITLE; $product_type = "website"; }
//print_r($product_info_metatags);
################# end of AutoOpenGraph ####################