開(kāi)啟式報(bào)錯(cuò)? ?proc_open(....out.txt):failed to open stream : no such file or directory in file ....Worker.php on line 1365
workerman使用了這函數(shù)?sys_get_temp_dir 返回的路徑,應(yīng)該是你的系統(tǒng)里這個(gè)路徑不存在導(dǎo)致的
我看了一下 E__KZP2.0_vendor_GatewayWorker_Applications_YourApp_start_businessworker.php.out.txt 這個(gè)文件是每次開(kāi)啟服務(wù)時(shí)候新創(chuàng)建的,能告訴我這個(gè)是什么時(shí)候創(chuàng)建的么,我沒(méi)找到,我先繼續(xù)找找。。。
sys_get_temp_dir()函數(shù)返回的目錄不存在,把sys_get_temp_dir()函數(shù)返回的目錄創(chuàng)建起來(lái)就好了