client.php上的权限被拒绝

时间:2015-02-10 15:38:46

标签: google-api-php-client

我现在才开始研究这个问题。去了Hello教程。因为它过时的工作我找到正确的信息。从github获得最新的google api库。 现在我这个错误。

  

(!)警告:require_once(C:\ wamp \ www \ gaDataGather):无法打开流:第18行的C:\ wamp \ www \ gaDataGather \ Google \ Client.php中的权限被拒绝   调用堆栈

     

时间记忆功能位置

1 0.0013 259800 {main}().. \ HelloAnalyticsApi.php:0 2 0.0029 381968 require_once('C:\ wamp \ www \ gaDataGather \ Google \ Client.php').. \ HelloAnalyticsApi.php:29

(!)致命错误:require_once():在C:\ wamp \ www \ gaDataGather \ Google中打开必需的''(include_path ='。; C:\ wamp \ www \ gaDataGather \ ZendGdata \ library \')失败\ Client.php在第18行 调用堆栈

时间记忆功能位置

1 0.0013 259800 {main}().. \ HelloAnalyticsApi.php:0 2 0.0029 381968 require_once('C:\ wamp \ www \ gaDataGather \ Google \ Client.php').. \ HelloAnalyticsApi.php:29 client.php中的第18行是

require_once realpath(dirname(__FILE__) . '/../../autoload.php');

此时非常困惑,如果它是Zend Gdata中的自动加载器,或谷歌或它在哪里。 希望你能提出建议。 谢谢 d

0 个答案:

没有答案