Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用在 Joomla 中开发的网站,并且我在我的 IIS 7 本地服务器(Win Server 2008)中托管并且该网站是实时的,但是当客户端登录到我的网站并尝试上传文件时,他们会收到错误消息warning 21 warning failed to move file
warning 21 warning failed to move file
我去了站点 - >全局配置,在那里我发现我的日志和tmp的路径分别是c:/xampp/htdoc/site/tmp& c:/xampp/htdoc/site/logs。
c:/xampp/htdoc/site/tmp
c:/xampp/htdoc/site/logs
请帮我看看我的配置有什么问题。
提前致谢
您需要设置要存储文件的文件夹的权限。设置该文件夹的权限777。您需要为777这些文件夹设置权限:
777
希望这会帮助你。