Jump to content

Paypal IPN return Error


Guest nthrusse

Recommended Posts

Guest nthrusse

I think I have done everything right.. But I get this error when paypal tries to rerurn to my site..

Warning: fopen(/2006-Jun-09.log): failed to open stream: Permission denied in /homepages/5/d159930759/htdocs/includes/content/confirmed.inc.php on line 273

can't open file

This is line 273 from the confirmed.inc.php

$today = date("Y-M-d");

$myFile = "/homepages/5/d159930759/htdocs/".date("Y-M-d").".log";

$fh = fopen($myFile, 'abcloggerhead') or die("can't open file"); -------line 273

$stringData = date("[Y/M/d, G:i:s] ").$msg."\n";

fwrite($fh, $stringData);

fclose($fh);

the file is on the root called abcloggerhead it has 777 permissions

Ideas anyone?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...