2010-09-01 185 views
1

我使用的是最新版本的smarty(3.0rc3)。 我讓我的templates_c目錄在命令行(chmod -R 777 templates_c)中可寫,但是當我調用$ smart-> utility-> testInstall()時,smarty仍輸出這個。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 

這裏是我的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 

我正在Fedora 13中有人可以幫我。

預先感謝您

回答

1

這是我的情況的解決辦法:在終端類型 停用SELinux的 的system-config-selinux的 好運

+0

你是對的,去掉一些SELinux的政策,policycoreutils和libselinux-python完成了這項工作。謝謝! – ungalcrys 2013-12-22 01:02:20