CodeIgniter Forums
Cache deleting leaves warning messages constantly - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Cache deleting leaves warning messages constantly (/showthread.php?tid=22340)



Cache deleting leaves warning messages constantly - El Forum - 09-05-2009

[eluser]Daniel H[/eluser]
In one of my sites, the deleting of the db cache constantly writes warning messages to the log files:

---
ERROR - 2009-09-04 22:49:57 --&gt; Severity: Warning --&gt; file_get_contents(system/cache/default+index/1668f6c693aef936cc18b83b40d0d922) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: No such file or directory /home/mikasounds/public_html/system/helpers/file_helper.php 50
---

Does anyone know why this is and how I can stop it from doing it since it seems an unnecessary overhead?


Cache deleting leaves warning messages constantly - El Forum - 09-05-2009

[eluser]Daniel H[/eluser]
...and further to this, I also receive tons of these errors:

---
ERROR - 2009-09-04 18:39:59 --&gt; Severity: Warning --&gt; rmdir(system/cache/news+view) [<a href='function.rmdir'>function.rmdir</a>]: Directory not empty /home/********/public_html/system/helpers/file_helper.php 151
---