gpt4 book ai didi

php - fatal error : Class 'Stripe' not found in C:\wamp\www\

转载 作者:塔克拉玛干 更新时间:2023-11-03 06:02:36 30 4
gpt4 key购买 nike

我收到一个找不到类的错误,但我清楚地知道它所在位置的正确路径:

<?php

require_once('stripe-php-2.1.0/stripe/lib/Stripe.php');



Stripe::setApiKey('my_key');

var_dump($_POST['stripe-token']);

?>

我遇到的每篇文章都声称问题出在(不包括正确的路径)require_one、include 或 require。 (我已经尝试了所有 3 个)。但仍然没有运气。我的数据库调用遵循相同的格式,我的 WAMP 服务器在创建我的数据库类时没有问题。

这是直接从我的文件explore复制过来的(复制粘贴)

网站\stripe-php-2.1.0\stripe\lib\Stripe.php

我用来尝试访问 Stripe 的 php 文件与“网站”位于同一位置。

PHP 版本 5.5.12

教程引用:http://www.larryullman.com/2013/01/09/writing-the-php-code-to-process-payments-with-stripe/

其他引用:http://www.youtube.com/watch?v=Lka_JBM9bbY

enter image description here

最佳答案

因为它使用了命名空间。尝试:

\Stripe\Stripe::setApiKey('my_key');

关于php - fatal error : Class 'Stripe' not found in C:\wamp\www\,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28921871/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com