YetAnotherForum
Welcome Guest Search | Active Topics | Log In | Register

IPN kick-start please Options
CuriousOnlooker
#1 Posted : Monday, March 17, 2003 3:45:24 PM
Rank: Starting Member

Groups: Registered

Joined: 3/17/2003
Posts: 1
Location: ,
Hoping someone can provide a kick-start with IPN I uploaded notify.php to my linux server, changed $postmode to "2" for Elite, then set file permission to 755. Went to the Elite IPN test script, and entered my information, and clicked Submit IPN The result was a Server 500 error, and the script not responding. The Apache log had this entry: ...var/www/cgi-bin/notify.php failed to open log file fopen: Permission denied [Mon Mar 17 11:09:27 2003] [error] [client IP address] Premature end of script headers: /......../var/www/cgi-bin/notify.php Where do I go from here? Any help greatly appreciated.
Sponsor  
 
PayPalJosh
#2 Posted : Tuesday, March 18, 2003 2:55:21 PM
Rank: Starting Member

Groups: Registered

Joined: 3/18/2003
Posts: 2
Location: ,
Looks like the script is trying to write to a log file - hence the fopen "failed to open log file" error.

Second, since this is a PHP script, it need not have execute permissions, only read - 744 would be fine. Also, it need not
be in your cgi-bin dir. You may want to move the file to somewhere
outside of cgi-bin (so apache doesnt try to "run" it) and make sure
that apache is configured to parse PHP files through the PHP engine.

Josh
PayPal
http://www.payapl.com/pdn
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFVision Theme by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2009, Yet Another Forum.NET
This page was generated in 0.192 seconds.