-
Notifications
You must be signed in to change notification settings - Fork 33
timeout + Apache goes nuts #22
Comments
@jcorry does simpleTest.php work okay? |
I am implementing it as a library in codeigniter and so have changed the way the class gets accessed a little bit. I did try instantiating the class with clientId and secretId and running this: $venue = $this->epifoursquare->get('/venues/search', array('ll' => '40.7,-74')); In my codeigniter controller file...and nothing happens. It does the same thing as when I try to request getAccessToken. Somehow it seems to not want to make the curl requests... |
So I duplicated everything in another virtual host, one that doesn't use Codeigniter's MVC pattern...just dumped your files into a vhost. When I try to get simpleTest.php it times out and gives me this message: Fatal error: Maximum execution time of 30 seconds exceeded in /Users/[...]/EpiCurl.php on line 73 On Nov 27, 2011, at 5:16 PM, Jaisen Mathai wrote:
|
@jcorry Can you provide system details? It works for me using:
|
So...I'm running OS X Lion, PHP 5.3.5, curl 7.21.4 It doesn't work on that computer. It DOES work on my workstation at the office OS X 10.6.8 Any chance we can try to figure out WHY it doesn't work on my local On Sun, Nov 27, 2011 at 8:54 PM, Jaisen Mathai <
John Corry |
Are your virtual hosts also running osx lion? Is there any networking I haven't had a chance to ever merge this but can you have a look and see On Mon, Nov 28, 2011 at 11:23 AM, jcorry <
|
I'll take a look at the twitter-async. I smell a curl configuration issue... The vhosts are all on localhost on my MBP. I set up vhosts for each project So, sfspot.localhost/foursqlogin is my callback URL. That part all works fine unless I try to make a request using the On Mon, Nov 28, 2011 at 12:28 PM, Jaisen Mathai <
|
From the VM can you just do On Mon, Nov 28, 2011 at 11:34 AM, jcorry <
|
I narrowed it down further. Same code, same MBP...works fine when connected to the internet through my Doesn't/didn't work at home though...weird thing is, I think it's the same wtf? |
I wonder if there's some weird NAT at the office... |
Hi! Same thing right now! Linux Centos that's shit with EpiCurl I found. It conflicts with libcurl I think |
When I try to run getAccessToken() with the code that comes back as a param of the redirect URL...I get nothing.
localhost never loads, the browser status indicator just spins around and apache's CPU usage goes through the roof and my MBPs fans all go to full speed.
I'm supposing this has something to do with cURL?
Anyone else ever experience anything like this?
The text was updated successfully, but these errors were encountered: