smarty模板编译目录不可写

发布于 2024-09-17 20:57:03 字数 1346 浏览 8 评论 0原文

我正在使用最新版本的 smarty (3.0rc3)。 我使 templates_c 目录在命令行中可写(chmod -R 777 templates_c),但当我调用 $smart->utility->testInstall(); 时,smarty 仍然输出此内容;

Testing compile directory...
FAILED: ./php/classes/smarty/templates_c/ is not writable.
Warning: rename(/tmp/wrtub1GxS,./php/classes/smarty/templates_c

当我使用 smarty 时,

/73e0ecf25f1c14182b8af5906bb8e9afa33b2b07.file.main.html.php): 
Permission denied in /var/www/html/dev/dynamic/php/classes/smarty/sysplugins/smarty_internal_write_file.php on line 41 
Warning: chmod(): No such file or directory 
in /var/www/html/dev/dynamic/php/classes/smarty/sysplugins/smarty_internal_write_file.php

这是我在 fedora 13 上工作的 ls -al 输出

drwxrwxrwx. 8 cove   cove    4096 Aug 31 15:53 .
drwxrwxr-x. 5 cove   cove    4096 Aug 31 15:24 ..
drwxrwxrwx. 2 cove   cove    4096 Aug 31 15:36 cache
drwxrwxrwx. 2 cove   cove    4096 Aug 31 15:39 configs
-rwxrwxrwx. 1 cove   cove    2810 Aug 31 15:22 debug.tpl
drwxrwxrwx. 2 cove   cove    4096 Jul 15 01:09 plugins
-rwxrwxrwx. 1 cove   cove   27135 Aug 31 15:45 Smarty.class.php
drwxrwxrwx. 2 cove   cove    4096 Jul 15 01:09 sysplugins
drwxrwxrwx. 2 cove   cove    4096 Aug 31 15:36 templates
drwxrwxrwx. 2 nobody nobody  4096 Aug 31 15:53 templates_c

。有人可以帮助我吗?

先感谢您

i'm using the latest version of smarty (3.0rc3).
i made my templates_c directory writable in command line (chmod -R 777 templates_c) but smarty still outputs this when i call $smart->utility->testInstall();

Testing compile directory...
FAILED: ./php/classes/smarty/templates_c/ is not writable.
Warning: rename(/tmp/wrtub1GxS,./php/classes/smarty/templates_c

and this when i use smarty

/73e0ecf25f1c14182b8af5906bb8e9afa33b2b07.file.main.html.php): 
Permission denied in /var/www/html/dev/dynamic/php/classes/smarty/sysplugins/smarty_internal_write_file.php on line 41 
Warning: chmod(): No such file or directory 
in /var/www/html/dev/dynamic/php/classes/smarty/sysplugins/smarty_internal_write_file.php

here is my ls -al output

drwxrwxrwx. 8 cove   cove    4096 Aug 31 15:53 .
drwxrwxr-x. 5 cove   cove    4096 Aug 31 15:24 ..
drwxrwxrwx. 2 cove   cove    4096 Aug 31 15:36 cache
drwxrwxrwx. 2 cove   cove    4096 Aug 31 15:39 configs
-rwxrwxrwx. 1 cove   cove    2810 Aug 31 15:22 debug.tpl
drwxrwxrwx. 2 cove   cove    4096 Jul 15 01:09 plugins
-rwxrwxrwx. 1 cove   cove   27135 Aug 31 15:45 Smarty.class.php
drwxrwxrwx. 2 cove   cove    4096 Jul 15 01:09 sysplugins
drwxrwxrwx. 2 cove   cove    4096 Aug 31 15:36 templates
drwxrwxrwx. 2 nobody nobody  4096 Aug 31 15:53 templates_c

i'm working on fedora 13. can someone please help me.

thank you in advance

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

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

发布评论

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

评论(1

纸短情长 2024-09-24 20:57:03

这是我的情况的解决方案:
停用 selinux
在终端类型 system-config-selinux 中
祝你好运

this is the solution in my case:
deactivate selinux
in terminal type system-config-selinux
good luck

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