Trying to download http://www.blahblahblah.com/pa/web/peopleaggregator.txt ... error 111 (Connection refused)
From:
Martin Spernau
Date:
Jun 30 18:10 UTC
Short link
Two ideas:
* Are you running PHP as CGI? That is lekley to cause trouble later
anyway, so I recommend you do not try it. PA is targeted at mod_php type
installations, a lot of the networking code relies on the proper passing
of APCHE server vars etc
* Is it possible that your PHP install disallows fetching of files over
the web? That could be a reason why it's unable to access the
peopleaggregator.txt file that yu can access directly i the browser. any
default PHP installs disallow functions like fopen() to use http://
style file descriptors...
-Martin
michael schrieb:
> Just checked my error log and I've got: Cannot get media type from
'cgi-script'. Hope this helps a bit. Please help me. AARRGGGHHHHHHHHHH!!!