尝试包含stripe.php时出错


Error when trying to include stripe.php

我正在尝试使用Stripe进行支付处理。我在本地机器上的一切都运行得很顺利,在辅助服务器上的一切也运行得很顺利。

但是,当我将所有内容复制到活动服务器时,站点在尝试包含Stripe.php时抛出错误:

Array
(
    [type] => 2
    [message] => include(): Failed opening 'stripe/lib/stripe.php' for inclusion    
    (include_path='.:/usr/lib/php6')
    [file] => /..../stripeprocess.php
    [line] => 10
)

如果您需要更多的信息请告诉我

更正包含路径,或使用完整路径,或通过set_include_path()设置本地包含路径。/……/没有任何意义