0
我使用Paypal的Classic API在我的網站上進行直接付款。Paypal直接付款路徑錯誤
在上DoDirectPayment.php那裏DirectPayment樣本的開始是這樣一行:
require_once('../PPBootStrap.php');
,這讓我這個錯誤:
Fatal error: require(): Failed opening required 'PPAutoloader.php' (include_path='.:/Applications/MAMP/bin/php/php5.4.4/lib/php') in /Users/jasonburton/Sites/georgetown/wp-content/themes/georgetown/paypal_direct_payment/samples/PPBootStrap.php on line 12
現在,PPAutoloader.php呼叫爲包括在引導程序中。這不僅發生在bootstrap中,它發生在我嘗試包含的所有文件中。路徑是不正確的,我不知道該怎麼做。我已經呼應了我在終端的道路,它只是給了我:
/Applications/MAMP/bin/php/php5.4.4/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/git/bin
任何提示我如何解決這個問題?我知道我在這裏沒有提供很多信息,但這是我目前所掌握的一切。
任何幫助表示讚賞!