简体   繁体   中英

how to solve API SDK PHP error?

I have a API php SDk to connect with database of online store and i save on htdos of xampp but when i open an index of that file i get the error :

Warning : require_once(C:\\xampp\\htdocs\\SellerCenterSDK-PHP-master\\samples\\endpoint\\product/../../../vendor/autoload.php): failed to open stream: No such file or directory in C:\\xampp\\htdocs\\SellerCenterSDK-PHP-master\\samples\\endpoint\\product\\getProducts.php on line 9

Fatal error : require_once(): Failed opening required 'C:\\xampp\\htdocs\\SellerCenterSDK-PHP-master\\samples\\endpoint\\product/../../../vendor/autoload.php' (include_path='C:\\xampp\\php\\PEAR') in C:\\xampp\\htdocs\\SellerCenterSDK-PHP-master\\samples\\endpoint\\product\\getProducts.php on line 9

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM