On Wed, Sep 17, 2008 at 12:29 PM, shinta <[EMAIL PROTECTED]> wrote:
>
> Thanks for the response. You are correct in suspecting that
> display_errors is set to Off in my php config. Unfortunately, this is
> on a school server, and I can't modify the php.ini. I did try to
> force error display with ini_set('display_errors', E_ALL), but it
> still wouldn't display any errors.
>
> In the end, I wrote my own classes to parse the google calendar feeds,
> and that worked. Although, I'm still curious as to why the original
> code ran without any errors from the command line.
>
> Regards,
> Steve
Steve,
Glad to hear you got it working.
Something else you might want to try, if you still want to track this
down, is to compare the output from phpinfo() on the HTTP server and
`php -i` from the command line. It's possible there's a difference
between the two that would explain this.
--
Trevor Johns
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Calendar 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-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---