workerman監(jiān)測到的一個很奇怪的警告代碼:
Warning: file_put_contents(./logs//statistic/statistic/BusinessWorker/CMD_ON_CLOSE|2014-09-27): failed to open stream: Protocol error in /mnt/shared/chat/applications/Statistics/Bootstrap/StatisticWorker.php on line 170
已經(jīng)解決了,原來是文件名的問題!做個標(biāo)記,以防大家以后使用也遇到此問題!
CMD_ON_CLOSE|2014-09-27在linux下是可以作為文件名,在win下是不行的,不能出現(xiàn)特殊字符 |
因為我是通過虛擬機共享文件夾的方式來調(diào)試的,所以導(dǎo)致的錯誤!