Claudia M 4 Posted March 3 Share Posted March 3 What does this PayPal PHP Warning mean and what can I do to fix it. I'm using PayPal Pro - Not ready to try PayPal eCommerce as my PayPal works just fine even with this error: cPanel Error Log: [01-Mar-2021 23:33:25 America/Louisville] PHP Warning: unlink(/home/xxxxx/public_html/includes/extra/PayPal_acceptance.js) [<a href='http://docs.php.net/manual/en/function.unlink.php'>function.unlink.php</a>]: No such file or directory in /home/xxxxxx/public_html/modules/plugins/PayPal_Pro/admin/index.inc.php on line 56 Test Point in PayPal Plugin (Log): Today, 13:13 Request Sent (cURL) - https://www.paypal.com/cgi-bin/webscr 0=null&1=1 Error: cURL Error (NA): cURL is installed but may be disabled by the host. cURL exec returns false. On a different note. How can I disable the red error banner shown below but still keep the X next to the log entry. Thanks in advance for any and all help Claudia Quote Link to post Share on other sites
bsmither 1,481 Posted March 3 Share Posted March 3 Please ignore the unlink() message. The PayPal Pro admin script is trying to delete a file that has long since been deleted. Check with your host to determine if there are any new issues with CURL on your hosting account. I will try to find how the banner can be suppressed. Quote Link to post Share on other sites
bsmither 1,481 Posted March 3 Share Posted March 3 In the admin template statistics.emaillog.php: Find: {if !empty($log.fail_reason)} Change to: {if false && !empty($log.fail_reason)} Quote Link to post Share on other sites
Claudia M 4 Posted March 3 Author Share Posted March 3 Thanks Brian, that worked! Quote Link to post Share on other sites
havenswift-hosting 203 Posted March 3 Share Posted March 3 PayPal payments are still being taken OK ? Looks like you are using the old and unsupported PayPal Checkout plugin. This "testing" of the PayPal endpoint is known to fail and was removed from the PayPal standard plugin https://github.com/cubecart/v6/issues/2633 cURL is installed, updated and working perfectly Quote Link to post Share on other sites
Claudia M 4 Posted March 3 Author Share Posted March 3 Thanks Ian for checking this out for me. PayPal payments are working, but I may upgrade to PayPal Commerce in the coming days. Quote Link to post Share on other sites
havenswift-hosting 203 Posted March 3 Share Posted March 3 That would be best although there do seem to be a number of complaints about this plugin as well - although plenty of people are running it without any issues Quote Link to post Share on other sites
Claudia M 4 Posted March 3 Author Share Posted March 3 That's why I haven't upgraded Ian. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.