Theme support is offered to verified customers by forum only. Support requests and solutions made by email, Skype, Envato or any other method will be redirected back to the forum.
-
Hi all,
Problem can be caused by two reasons:
1. Pear not installed
2. Pear location is not defaultTheme doesn’t work in all servers because some servers alter PEAR locations for some reason and we cannot know all location in all servers. We use default location which is provided by PayPal too.
You have two options:
1. Call hosting provider and tell them about the problem so they can fix the path.
2. Do it manually in theme:
-funding/lib/PayPal/Serializer/Serializer.php
-funding/lib/PayPal/Serializer/Unserializer.php
-funding/lib/PayPal/Serializer/XML/Parser.phpyou are looking for:
if(require_once(‘System.php’)){ require_once(‘PEAR.php’); }else{ require_once dirname(__FILE__).’/../pear/PEAR.php'; }
EDIT: For theme version 4+ this is located in:
\funding\lib\paypal\paypal-sdk-core-php-811c13c\lib\PayPal\Core\PPHttpConfig.php
line 11 CURLOPT_SSLVERSION