Hello, I have been using PHP Zend framework Google Base API to post products on my website for more than 6 months and it all worked fine until the script stopped working when i tried to post the products this month. I found out where the problem is in the script. It is not able to create a link for the products and hence does not post any product at all. I am using the following snippet for linking :
$linkArray = $newEntry->link; $linkArray[] = $gdata->newLink($link,'alternate', 'text/html'); $newEntry->link = $linkArray; where $link has a valid link of the product details page. It used to work fine until now and suddenly it has stopped working now. I have no idea why. Please help me guys. Thank you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Base Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Base-data-API?hl=en -~----------~----~----~----~------~----~------~--~---
