Re: [nyphp-talk] PHP & Google Calendar

2010-11-15 Thread Christopher R. Merlo
On Mon, Nov 15, 2010 at 6:10 PM, Daniel Convissor < dani...@analysisandsolutions.com> wrote: > Heya: > > > (On a side note, why are logs like that always read-protected?) > > Because your admin doesn't know what they're doing? :) But that seems to be the default on Linux boxes and/or on Apache.

Re: [nyphp-talk] PHP & Google Calendar

2010-11-15 Thread Chris Snyder
On Mon, Nov 15, 2010 at 8:39 PM, Christopher R. Merlo wrote: > On Mon, Nov 15, 2010 at 6:10 PM, Daniel Convissor > wrote: >> >> Heya: >> >> > (On a side note, why are logs like that always read-protected?) >> >> Because your admin doesn't know what they're doing? :) > > But that seems to be the d

Re: [nyphp-talk] PHP & Google Calendar

2010-11-15 Thread Daniel Convissor
Heya: On Mon, Nov 15, 2010 at 05:07:52PM -0500, Christopher R. Merlo wrote: > > Dan asked about what's in the log. I don't have access to it, so I have to > wait till I can get downstairs and get with the admin and look through it > with him. > > (On a side note, why are logs like that always re

Re: [nyphp-talk] PHP & Google Calendar

2010-11-15 Thread Ajai Khattri
On Mon, 15 Nov 2010, Christopher R. Merlo wrote: > Dan asked about what's in the log. I don't have access to it, so I have to > wait till I can get downstairs and get with the admin and look through it > with him. The web server error log is the FIRST place I would log for scripts that just die

Re: [nyphp-talk] PHP & Google Calendar

2010-11-15 Thread Christopher R. Merlo
On Mon, Nov 15, 2010 at 4:51 PM, Rolan Yang wrote: I've seen PHP die like that when a required library or dependency is > missing. > Dump your phpinfo output here or email it to me. > Sent privately. I did have to download the client library, but I'm able to connect to it. Dan asked about what

Re: [nyphp-talk] PHP & Google Calendar

2010-11-15 Thread Rolan Yang
On 11/15/2010 1:34 PM, Christopher R. Merlo wrote: On Mon, Nov 15, 2010 at 1:30 PM, Chuck Reeves > wrote: Are you getting any php errors? Nothing. It just stops dead. I've seen PHP die like that when a required library or dependency is missing. Dump your

Re: [nyphp-talk] PHP & Google Calendar

2010-11-15 Thread Daniel Convissor
Hola: > According to phpinfo( ), log errors is on. And does anything show up _in_ the log? --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y data intensive web and database programming http://www.AnalysisAndSolutions.com/ 4015 7th Ave #4

Re: [nyphp-talk] PHP & Google Calendar

2010-11-15 Thread Justin Dearing
Chris, Two suggestions: 1) Be sure logging is on by calling trigger_error() at all the severities. http://www.php.net/manual/en/function.trigger-error.php 2) Install wireshark (via ports or dmg on your mac) and sniff the traffic On Mon, Nov 15, 2010 at 3:20 PM, Christopher R. Merlo wrote: > On

Re: [nyphp-talk] PHP & Google Calendar

2010-11-15 Thread Chuck Reeves
> > If you are on long island and the server is in NYC, then google could have > an issue with just NYC. I have had that happen before when they switched > from XO to level three. It happed during the summer I remember I could get gmail on my phone but not at my work machine. Thank You Chuck Re

Re: [nyphp-talk] PHP & Google Calendar

2010-11-15 Thread Christopher R. Merlo
On Mon, Nov 15, 2010 at 1:58 PM, Chris Snyder wrote: And you don't have php set to log errors, by any chance? > According to phpinfo( ), log errors is on. ___ New York PHP Users Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/

Re: [nyphp-talk] PHP & Google Calendar

2010-11-15 Thread Christopher R. Merlo
On Mon, Nov 15, 2010 at 1:51 PM, Chuck Reeves wrote: > Are you checking your calendar on the same machine that is running the PHP > code? No, but they (my laptop and the department's web server) have the same connection to outside, and the same external IP. > If you are on long island and the

Re: [nyphp-talk] PHP & Google Calendar

2010-11-15 Thread Chris Snyder
On Mon, Nov 15, 2010 at 1:34 PM, Christopher R. Merlo wrote: > On Mon, Nov 15, 2010 at 1:30 PM, Chuck Reeves > wrote: >> >> Are you getting any php errors? > > Nothing.  It just stops dead. And you don't have php set to log errors, by any chance? ___ N

Re: [nyphp-talk] PHP & Google Calendar

2010-11-15 Thread Chuck Reeves
Are you checking your calendar on the same machine that is running the PHP code? If you are on long island and the server is in NYC, then google could have an issue with just NYC. I have had that happen before when they switched from XO to level three. Thank You Chuck Reeves On Mon, Nov 15,

Re: [nyphp-talk] PHP & Google Calendar

2010-11-15 Thread Christopher R. Merlo
On Mon, Nov 15, 2010 at 1:40 PM, Rob Marscher wrote: Could it be that Google calendar is down right now? > http://mashable.com/2010/11/15/google-calendar-down-november-15/ > I suppose it could be. But my calendar comes up, and the authentication is happening successfully, as far as I can tell.

Re: [nyphp-talk] PHP & Google Calendar

2010-11-15 Thread Rob Marscher
> On Mon, Nov 15, 2010 at 1:30 PM, Chuck Reeves wrote: > Are you getting any php errors? On Nov 15, 2010, at 1:34 PM, Christopher R. Merlo wrote: > Nothing. It just stops dead. Could it be that Google calendar is down right now? http://mashable.com/2010/11/15/google-calendar-down-november-15/

Re: [nyphp-talk] PHP & Google Calendar

2010-11-15 Thread Christopher R. Merlo
On Mon, Nov 15, 2010 at 1:30 PM, Chuck Reeves wrote: > Are you getting any php errors? Nothing. It just stops dead. ___ New York PHP Users Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/Show-Partic

Re: [nyphp-talk] PHP & Google Calendar

2010-11-15 Thread Chuck Reeves
Are you getting any php errors? Thank You Chuck Reeves On Mon, Nov 15, 2010 at 1:25 PM, Christopher R. Merlo wrote: > Hi everyone. I'm having a problem trying to use the Zend-provided PHP > hooks into Google Calendar. After Googling, I found one person who seems to > have had the same probl

[nyphp-talk] PHP & Google Calendar

2010-11-15 Thread Christopher R. Merlo
Hi everyone. I'm having a problem trying to use the Zend-provided PHP hooks into Google Calendar. After Googling, I found one person who seems to have had the same problem, but it's not clear what resolution, if any, that person achieved. Briefly, I'm using the ClientLogin method to connect to G

Re: [nyphp-talk] mysql connection

2010-11-15 Thread William Klein
When I get to the bottom of what's happening I will post my ultimate resolution. But the MySQL server is listening on the port. Here's why I thought it was my PHP setup The apache server will connect to mysql running on the local host with selinux enforcing I can connect to the remote mysql server