Just tried out GData/PHP/Zend API, the 'Calendar.php' example on MacOS using MAMP and had an issue with it. I got an error like
The "next" parameter was bad or missing." Ok, so I'm digging into it and found a bug in 'Calendar.php': the getCurrentUrl() function returns http://localhost:8888:8888/yadayada rather than http://localhost:8888/yadayada due to $host having the port information already in it and it is hence duplicated. If someone from the PHP team reads this, please fix it. Cheers, Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Data Protocol" 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-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
