컬_setopt(): 파일 이름은 비워둘 수 없습니다. - 헤더 다시 쓰기: 컬_setopt(): 파일 이름은 비워 둘 수 없습니다.
<p>테스트를 실행해 보았는데 이 오류가 발생했습니다</p>
<pre class="brush:php;toolbar:false;">Acceptance.php 라인 97:</pre>
<p>curl_setopt(): 파일 이름은 비워둘 수 없습니다</p>
<p>내 Acceptence.php 파일</p>
<pre class="brush:php;toolbar:false;">$imgPath = codecept_output_dir() .'debug/fail.png';
컬_setopt($ch, CURLOPT_POSTFIELDS, [
'chat_id' => $chatID,
'사진' => 새로운 CURLFile(realpath($imgPath))
]);</pre>