【问题标题】:How to fixed stripe payment integration error如何修复条带支付集成错误
【发布时间】:2018-09-29 04:51:07
【问题描述】:

我已经在我的网站上集成了条纹支付;在服务器上检查时在本地机器上工作正常;服务器没有响应。 这是直播网址

http://eglobalsoft.com/stripe-checkout-demo/

【问题讨论】:

  • 检查 phpinfo(),Configure Command->'./configure' '--disable-dependency-tracking' '--prefix

标签: php stripe-payments payment-gateway


【解决方案1】:

您的服务器返回 500 错误。检查您服务器的错误日志,您可以在/var/log 等位置访问该日志。

另外,当您使用 PHP 时,您可以尝试暂时将error_reporting(E_ALL); ini_set("display_errors", 1); 添加到脚本顶部,看看是否有任何错误显示在适当的位置!

【讨论】:

    猜你喜欢
    • 2020-11-18
    • 2021-03-15
    • 2019-06-27
    • 2015-12-26
    • 2021-03-17
    • 1970-01-01
    • 2022-08-11
    • 2015-12-19
    • 2017-05-12
    相关资源
    最近更新 更多