-
hello guys,
i want to share with you all what i tried for the last few days to solve my issue with pear location
1- try to force your host assistant to get the correct pear location because they gave me the wrong location at the first time
2- As what Zorz said in the sticky post, modify the 3 files, but with i modified the code in these 3 files as the following-funding/lib/PayPal/Serializer/Serializer.php
-funding/lib/PayPal/Serializer/Unserializer.phpif(@include_once(‘System.php’)){
require_once(‘PEAR.php’);
}else{
require_once ‘usr/local/lib/php5/bin/pear/pear.php‘;
}And for file
-funding/lib/PayPal/Serializer/XML/Parser.phpif(@include_once(‘System.php’)){
require_once(‘PEAR.php’);
}else{
require_once dirname(__FILE__).’/../usr/local/lib/php5/bin/pear/pear.php‘;
}note
the bold lines is the path of pear that i got from hosting assistanthope you find my post useful for you all 🙂
-
Please use the search before making a post. Your question maybe be already answered!
-
Do you need customization work? Are you having trouble installing Wordpress? Feeling lazy and want somebody else to do the hard work for you?
Join our discord!
Need hosting?
Follow us!