CodeIgniter Forums
cache activation - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: cache activation (/showthread.php?tid=6191)



cache activation - El Forum - 02-18-2008

[eluser]ashbyrich[/eluser]
having set this up on my development server without any probs I tried to implement on live server without success. I have set system/cache dir to 666 but it doesn't write the cache files.... Am I missing something?


cache activation - El Forum - 02-18-2008

[eluser]Armchair Samurai[/eluser]
Try setting permissions to 777.


cache activation - El Forum - 02-18-2008

[eluser]ashbyrich[/eluser]
Thanks that worked....but not entirely sure why?

:-)