如何解决API SDK PHP错误?

时间:2018-01-09 16:56:17

标签: php api xampp

我有一个API php SDk连接在线商店的数据库,我保存在xampp的htdos但是当我打开该文件的索引时,我收到错误:

警告:require_once(C:\ xampp \ htdocs \ SellerCenterSDK-PHP-master \ samples \ endpoint \ product /../../../ vendor / autoload.php):失败打开流:第9行的C:\ xampp \ htdocs \ SellerCenterSDK-PHP-master \ samples \ endpoint \ product \ getProducts.php中没有此类文件或目录

致命错误:require_once():无法打开所需的' C:\ xampp \ htdocs \ SellerCenterSDK-PHP-master \ samples \ endpoint \ product /../../。 ./vendor/autoload.php'第9行的C:\ xampp \ htdocs \ SellerCenterSDK-PHP-master \ samples \ endpoint \ product \ getProducts.php中的(include_path =' C:\ xampp \ php \ PEAR')

1 个答案:

答案 0 :(得分:0)

尝试在项目根目录中运行“composer install”,因为master分支不会自动包含所有依赖项。