paypal step 2 issue (pear) resolved with me finally !!

  • Resolved
    Posted in: Fundingpress  
  • Member
    mostafa
    June 20, 2016 at 9:40 pm #83402

    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.php

    if(@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.php

    if(@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 assistant

    hope you find my post useful for you all 🙂

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.