Foren / Cotonti / Support / İmportend problem

AbkHaZiaN
#1 10. September 2009, 22:41
when ı'm change some thing ı give error
Warning: file_put_contents(./datas/cache/templates/skins_jaxcoder_footer.tpl) [function.file-put-contents]: failed to open stream: Permission denied in /home/pow3r/domains/xxxx/public_html/system/xtemplate.php on line 170
but ı cant see not thing.my xtemlate.php

is about my codes or my server who can help me??

Dieser Beitrag wurde von Kilandor (am 11. September 2009, 00:35, vor 15 Jahre) bearbeitet
Kilandor
#2 11. September 2009, 00:35
You need to properly Chmod the /datas/cache/ folder

Editing post to remove xtemplate.php since its not the problem
AbkHaZiaN
#3 11. September 2009, 21:04
Thank you Kilandor. I will

Added 2 hours 1 minute later:

İt's chmod is "777" İt's not work

Dieser Beitrag wurde von AbkHaZiaN (am 11. September 2009, 23:05, vor 15 Jahre) bearbeitet
Trustmaster
#4 12. September 2009, 15:24
And all its subfolders need chmod 777 too.
May the Source be with you!
AbkHaZiaN
#5 12. September 2009, 19:28
ı'm do it but its not work. I'm change same thing 1 file it's work but next time edit file again give error.

I'm sorry, my english not good.
Trustmaster
#6 13. September 2009, 00:09
Edit your datas/config.php and switch XTemplate cache off:
$cfg['xtpl_cache'] = FALSE;
It's not a perfect solution but will work.
May the Source be with you!
AbkHaZiaN
#7 14. September 2009, 04:07
Thank you. it is work.