I get a the following warning message in filemanager if I create more than 4 subdirs in /uploads
Code: Select all
Warning: opendir(/home/netsh100128/html/cmsmstest/uploads/images/layout/testdir/testagain/) [function.opendir]: failed to open dir: Too many open files in /home/netsh100128/html/cmsmstest/lib/misc.functions.php on line 944
Current path: /uploads/images/layout/testdir
but as soon as I create the 5th dir (/uploads/images/layout/testdir/testagain/) the warning shows up.
The moment I delete the 5th and last dir, the warning disappears.
Don't get me wrong, it's only a warning and everything works like a charm(upload files, delete files...), but the warnings are piling up as create a hierarchy for photoalbums or something else.
It's CMSms 1.4.1, album 0.9.3 cataloger 0.7, directory permissions are set to 755, and as I said before everything works fine except that the warning appears.
The installation runs on a subdomain but this cannot be the problem(?), but right now I don't have a domain left to test on a TLD, so I tested a different testinstallation on another subdomain but the same warning appears.
Any ideas?