编写AMAZON API程序时报错‘MarketplaceWebService_Client‘
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编写AMAZON API程序时报错‘MarketplaceWebService_Client‘相关的知识,希望对你有一定的参考价值。
Fatal error: Class ‘MarketplaceWebService_Client‘ not found in C:xampphtdocssitesListOrderLocal.php on line 68
这是因为程序找不到MarketplaceWebServiceOrdersclient.php这个文件。
步骤1. 打开php.ini, 修改include_path路径,改成
include_path = ".;c:phpincludes"
步骤2. 打开config.inc.php. 修改合适的路径
set_include_path(get_include_path() . PATH_SEPARATOR . ‘..‘ );
以上是关于编写AMAZON API程序时报错‘MarketplaceWebService_Client‘的主要内容,如果未能解决你的问题,请参考以下文章
jQuery版本:1.10.2,LigerUI编写页面时报错,该怎么解决?
win10运行cmd时报错api-ms-win-core-console-l2-2-0.dll文件丢失 怎么办
项目导入时报错:The import javax.servlet.http.HttpServletRequest cannot be resolved
pycharm 用远程环境时报错bash: line 0: cd: /home/tmp: No such file or directory