AbkHaZiaN |
|
---|---|
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 170but ı 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 |
|
---|---|
You need to properly Chmod the /datas/cache/ folder
Editing post to remove xtemplate.php since its not the problem |
AbkHaZiaN |
|
---|---|
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 |
|
---|---|
And all its subfolders need chmod 777 too.
May the Source be with you!
|
AbkHaZiaN |
|
---|---|
ı'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 |
|
---|---|
Edit your datas/config.php and switch XTemplate cache off:
$cfg['xtpl_cache'] = FALSE; May the Source be with you!
|
AbkHaZiaN |
|
---|---|
Thank you. it is work.
|