编写AMAZON API程序时报错‘MarketplaceWebService_Client‘

2021-06-30 07:08

阅读:547

标签:includes   fatal   erro   时报   sep   local   xampp   des   error:   

Fatal error: Class ‘MarketplaceWebService_Client‘ not found in C:\xampp\htdocs\sites\ListOrderLocal.php on line 68

这是因为程序找不到MarketplaceWebServiceOrders\client.php这个文件。

步骤1. 打开php.ini, 修改include_path路径,改成
include_path = ".;c:\php\includes"

步骤2. 打开config.inc.php. 修改合适的路径
set_include_path(get_include_path() . PATH_SEPARATOR . ‘..‘ );

编写AMAZON API程序时报错‘MarketplaceWebService_Client‘

标签:includes   fatal   erro   时报   sep   local   xampp   des   error:   

原文地址:http://blog.51cto.com/3154408/2319231


评论


亲,登录后才可以留言!