What does the following warning mean and How do I fix this? I tried to fix it by using clear cache in my control panel but it's not going away.. My gallery was working fine until this morning and suddely the following Warning Message showed up on top of my Admin Control Panel
Warning: file(./plugins/clear_cache.php): failed to open stream: Too many open files in /home/content/s/o/y/soyola2/html/admin/index.php on line 157
Here is lie 157 looks like in my index php file
}
$plugin_file = file("./plugins/".$file);
$plugin_file[0] = trim($plugin_file[0]);
if (preg_match("/PLUGIN_TITLE:([a-zäöüß0-9\-_ ]+)/i", $plugin_file[0], $regs)) {
show_nav_option(trim($regs[1]), "./plugins/".$file);
}
else {
show_nav_option($file, "./plugins/".$file);
}
Also my users can't upload pictures because there is this warning message
Warning: move_uploaded_file(./data/media/1/Girl2.jpg): failed to open stream: Too many open files in /home/content/s/o/y/soyola2/html/includes/upload.php on line 113
Here is what my cache directory root is look like before hitting Submit button
Do you want to clear the cache directory (/home/content/s/o/y/soyola2/html/cache)?
I coudn't find anything regarding this issue on this board so it must be very rare problem. By the way I have the latest version which is 1.7.1
Thank you very much for your help and I really appreciate your support.