KohanaException:目录 APPPATH\cache 必须可写

发布于 2024-12-10 17:13:54 字数 129 浏览 0 评论 0原文

我正在尝试在 wamp 服务器中运行 kohana-3 项目,但出现以下错误

Kohana_Exception [ 0 ]:目录 APPPATH\cache 必须可写,

请帮助。

以前这工作正常。

i am trying to run a project of kohana-3 in wamp server but getting following error

Kohana_Exception [ 0 ]: Directory APPPATH\cache must be writable

please help.

Previously this was working fine.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

酷遇一生 2024-12-17 17:13:54

您必须将缓存文件夹设置为可写。

请记住,通常在 WAMP 中,PHP 用户是“nobody”,无权访问您的文件夹,因此您必须将文件夹设置为可写。

You must set your cache folder to be writable.

Bare in mind that usually in WAMP the PHP user is 'nobody' which doesn't have access to your folders, therefore you must set your folders to be writable.

别理我 2024-12-17 17:13:54

检查文件是否确实存在(应用程序/缓存),Kohana 中该文件夹为空,某些版本控制系统和其他软件通常会删除并忽略空文件夹。
如果不存在,请创建该文件夹并在其中插入一个空白文件(即empty.txt)。如果错误仍然存​​在,请授予适当的权限。

Check whether the file actually exists (application/cache), this folder comes empty with Kohana, and some versioning systems and other software usually delete and ignore empty folders.
If it does not exist, create the folder and insert a blank file in it (ie, empty.txt) if the error persists, give the appropriate permissions.

赠我空喜 2024-12-17 17:13:54

哦,是的,我昨天读到了某人的答案,但今天才弄清楚。我所做的是:

  • 进入application/
  • 创建一个新文件夹cache/
  • 进入cache/
  • 创建一个空文本文件。 (我创建了empty.txt

然后就是这样。希望有帮助

Oh yeah, I read an answer from someone yesterday but I only figured it out today. What I did was this:

  • Go inside application/
  • Create a new folder cache/
  • Go inside cache/
  • Create a empty textfile. (I created empty.txt)

Then thats it. hope it helps

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文