首页  >  问答  >  正文

curl_setopt(): 文件名不能为空 - 重写标题:curl_setopt():不能为空的文件名

<p>我尝试运行测试并得到了这个错误</p> <pre class="brush:php;toolbar:false;">In Acceptance.php line 97:</pre> <p>curl_setopt(): 文件名不能为空</p> <p>我的Acceptence.php文件</p> <pre class="brush:php;toolbar:false;">$imgPath = codecept_output_dir() .'debug/fail.png'; curl_setopt($ch, CURLOPT_POSTFIELDS, [ 'chat_id' => $chatID, 'photo' => new \CURLFile(realpath($imgPath)) ]);</pre>
P粉696605833P粉696605833440 天前456

全部回复(1)我来回复

  • P粉545682500

    P粉5456825002023-08-30 00:08:23

    我解决了这个问题,事实是函数"codecept_output_dir()"获取了错误的路径,因此导致了错误。谢谢你的建议和答案)

    回复
    0
  • 取消回复