Heim  >  Artikel  >  Backend-Entwicklung  >  php的touch创建文件失败

php的touch创建文件失败

WBOY
WBOYOriginal
2016-06-06 20:32:012557Durchsuche

Warning: touch() [function.touch]: Unable to create file C:/wamp/www/phplx/php138/data/log/curr.log because No such file or directory in C:\wamp\www\phplx\php138\include\log.class.php on line 32

这个一般是什么原因造成的呢

回复内容:

Warning: touch() [function.touch]: Unable to create file C:/wamp/www/phplx/php138/data/log/curr.log because No such file or directory in C:\wamp\www\phplx\php138\include\log.class.php on line 32

这个一般是什么原因造成的呢

你要自己先创建完整的路径

你是直接创建文件,文件夹没处理吧?看这样子应该是文件夹不存在

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Vorheriger Artikel:关于docker和Redis的结合问题Nächster Artikel:外链接生成问题