We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
一个项目只要执行到 curl_exec 就会死掉,这个 php 容器里的网站直接无法访问了转圈圈,要重启这个容器才行;代码如下:
我看有个 Issues #91 不知道是不是我这个问题,我按照这个配置了以后nginx容器启动不起来 自己无线重启。这里面的project.com不知道是指什么?
The text was updated successfully, but these errors were encountered:
经过一晚上的测试,发现原因似乎还有可能是目录或文件权限的问题,看下面注释说明,搞了一下午加一晚上了,希望能帮忙解答,如果还不定,mac下的docker之旅可能就要放弃了,换回homestead开发了哈哈。
$ossClient = new OssClient($config['accessKeyId'], $config['accessKeySecret'], $config['endpoint']); // 这里的第三个参数如果我写死,写成我在容器/tmp目录手动创建的文件 如/tmp/test 代码就炮通了 // 但是第三个参数如果写成下面这样 也就是$file['tmp_name'] 这个$file = $_FILES["file"],从表单选择的文件就会卡死 $res = $ossClient->uploadFile($config['bucket'], $ossFileName, $file['tmp_name']);
Sorry, something went wrong.
容器日志
[20-Feb-2021 20:05:32] WARNING: [pool www] child 9, script '/www/ShengXin/CRM/index.php' (request: "POST /index.php") executing too slow (3.063820 sec), logging [20-Feb-2021 20:05:32] NOTICE: child 9 stopped for tracing [20-Feb-2021 20:05:32] NOTICE: about to trace 9 [20-Feb-2021 20:05:32] ERROR: pread() failed: I/O error (5) [20-Feb-2021 20:05:32] NOTICE: finished trace of 9
No branches or pull requests
一个项目只要执行到 curl_exec 就会死掉,这个 php 容器里的网站直接无法访问了转圈圈,要重启这个容器才行;代码如下:
![image](https://user-images.githubusercontent.com/20442232/108598409-52847d00-73c8-11eb-8be6-e5b0b6bff139.png)
我看有个 Issues #91 不知道是不是我这个问题,我按照这个配置了以后nginx容器启动不起来 自己无线重启。这里面的project.com不知道是指什么?
The text was updated successfully, but these errors were encountered: