Error message "too many open files"
Since upgrade to PHP 4.4.6, some hosting services, as for instance Online.fr, the error message "too many open files" may show sometimes, especially when doing searches.
Solution is to upgrade to PHP5 by adding the two blue lines in the root .htaccess de la racine (htaccess that comes with GuppY and to be modified as shown below) :
[Files .htaccess]
Order allow,denyDeny from all
[/Files][Files *.inc]
Order allow,denyDeny from all
Satisfy All[/Files]
[Files *.dtb]Order allow,deny
Deny from allSatisfy All
[/Files]AddHandler x-httpd-php5 .php
AddType application/x-httpd-php5 .phpErrorDocument 400 http://www.........../error.php?err=400
ErrorDocument 401 http://www............/error.php?err=401ErrorDocument 403 http://www............/error.php?err=403
ErrorDocument 404 http://www............/error.php?err=404ErrorDocument 500 http://www............/error.php?err=500
Les www........... sont bien sur à remplacer par l'url du site.
Note : The [ are to be replaced by < and the ] by > .
Creation date : 03/05/2007 @ 23:02
Category : - Error messages
Page read 2122 times