Jump to content
  • 0
Sign in to follow this  
bWolfie

Flux CP - Donation Error? PaymentNotifyRequest.php

Question

[Mon Feb 06 19:36:34.292935 2017] [:error] [pid 15965] [client 173.0.81.1:35535] PHP Warning:  fopen(/var/www/html/cp/data/logs/transactions/web_accept/Completed/3P067541NC953022L.log.php): failed to open stream: Permission denied in /var/www/html/cp/lib/Flux/PaymentNotifyRequest.php on line 417

 

I'm logging things using the VIrtualHost system and this is a message I received. It happened the moment I donated money and was returned to the CP. The donation went through, I'm just curious as to what this is.

 

What could it mean?

Edited by True Zeal

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

The Problem is not the PaymentNotifyRequest.php

 

its the file what the Request is calling line 417 from checking the Herc FLux CP  your PayPal log file dont got write permission

 

the log files are located in /logs/transactions

 

be sure the paypal log file got the correct permission

Share this post


Link to post
Share on other sites
  • 0

i think your paypal notify url not working (for automatic transactions) 
please check PaymentNotifyRequest.php 

Share this post


Link to post
Share on other sites
  • 0

It's strange. I tested donating $1 over and over and it works just fine. But I keep getting this message. I even did chmod -R 777 on that file.

Share this post


Link to post
Share on other sites
  • 0

The Problem is not the PaymentNotifyRequest.php

 

its the file what the Request is calling line 417 from checking the Herc FLux CP  your PayPal log file dont got write permission

 

the log files are located in /logs/transactions

 

be sure the paypal log file got the correct permission

 

Thanks. I did:

 

chown -R 48:48 ../cp/data/logs
chmod -R 0777 ../cp/data/logs

 

What should my chmod value be? When I did 0600 like it recommended in error.php, site wouldn't work.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.