-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
非云引擎环境 API url 未设置问题 #166
Comments
这是API 网关未设置的问题。我们建议你使用云引擎命令行来开发和部署应用,这样会自动设置 API 网关。 如果坚持要独立运行的话,请在 apache 配置文件中设置:
|
注意看这个 url ,你设置环境变量的时候多了一个 另外,请不要在公共场合粘贴 master key ,这会有安全风险。请删除代码截屏,并进入 leancloud 控制台重置 master key 。 |
好的 谢谢 |
@juvenn 你好 我这里环境变量没有加 = 为什么错误提示是多了这个呢 没有修改过LeanCloud里面的文件 |
可能是你的 apache 配置格式不对,比如你的 ServerAlias 没有值?另外也建议你将 SetEnv 置于 ServerAlias 的下面,并确认有正确的换行。 |
|
抱歉,是我搞错了,中间应该没有等号:
|
@juvenn 可以了 谢谢 好感动 好腻害 |
这里再总结一下。 如果是 apache 服务器,请在配置中设置:
如果是 nginx ,请设置:
|
Fatal error: Uncaught exception 'RuntimeException' with message 'CURL connection (/1.1/classes/zyb1?where=%7B%22objectId%22%3A%225a6587281b69e60066f7c035%22%7D&skip=0&limit=1) error: 3 malformed' in D:\xue\2\leancloud\src\LeanCloud\Client.php:409 Stack trace: #0 D:\xue\2\leancloud\src\LeanCloud\Client.php(439): LeanCloud\Client::request('GET', '/classes/zyb1', Array, NULL, Array, NULL) #1 D:\xue\2\leancloud\src\LeanCloud\Query.php(741): LeanCloud\Client::get('/classes/zyb1', Array) #2 D:\xue\2\leancloud\src\LeanCloud\Query.php(714): LeanCloud\Query->find(0, 1) #3 D:\xue\2\leancloud\src\LeanCloud\Query.php(705): LeanCloud\Query->first() #4 D:\xue\2\index.php(12): LeanCloud\Query->get('5a6587281b69e60...') #5 {main} thrown in D:\xue\2\leancloud\src\LeanCloud\Client.php on line 409
请问装好 运行后提示这个是什么原因呢?
The text was updated successfully, but these errors were encountered: