After editing vbgooglemapme_cron.php on line 43
Quote:
if ($get_xml_marker["pimage"]!='')
{
$pimage = $get_xml_marker["pimage"];
}
else
{
$pimage = $bburl."/images/googlemapme/noimage.png";
}
|
to simply
Quote:
$pimage = $bburl."/images/googlemapme/noimage.png";
|
I was able to eliminate any errors in the markers.xml file
but the only way I can get the markers to appear is to click on [Your Entry] and then Update your information on the bottom of the vbgooglemapme.php page.
Once I update my information, without changing anything, it's fine until the next time the cron runs.
Any ideas?