Maison  >  Article  >  développement back-end  >  php的touch创建文件失败

php的touch创建文件失败

WBOY
WBOYoriginal
2016-06-06 20:32:012599parcourir

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

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

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

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

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Article précédent:关于docker和Redis的结合问题Article suivant:外链接生成问题