Error Message on Website

Warning: mkdir() [function.mkdir]: Too many links in /home/letstal9/public_html/core/fn.fs.php on line 114



I keep getting this error on my website when I let it sit for awhile. For some reason clearing the cache seems to temporarily get rid of it.



Any ideas?

I would guess you are using the ‘files’ method for your backend cache. This is probably happening when it tries to create a new directory to store some cache files but the directory is too full (server configuration).



Best option (if it works for you) is to change your backend cache method to ‘sqlite’. This will create 1 file and what used to be files are now rows in a database.