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.
我在 Windows Azure 上的网站上安装了 Joomla。尝试更新 Joomla 版本或上传新模板后,我收到以下错误
JFolder::create: Could not create directory Warning: Failed to move file!
对我来说,很明显问题出在权限上,所以问题是,如何解决?
由于 Azure 架构(基本上是复制)使您很难仅更改文件夹的权限,并且无法使用 FTP 修改 Windows 服务器上的文件夹权限,我觉得我走上了死胡同。
这绝对应该是可能的。安装组件时,会多次调用 JFolder::create。
我认为您在实际调用中传递了错误的路径或其他东西。您是否尝试过使用本机 mkdir() 进行简单测试?