Flux CP - Donation Error? PaymentNotifyRequest.php

bWolfie

I'm the man
Messages
850
Points
0
Location
Alberta, Midgard
Github
bWolfie
Emulator
[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?

 
Last edited by a moderator:
i think your paypal notify url not working (for automatic transactions) 
please check PaymentNotifyRequest.php 

 
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.

 
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

 
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.

 
Back
Top