Warning: Undefined array key "HTTP_ACCEPT_ENCODING" in /home/freeguppyorg/sites/ghc.freeguppy.org/inc/hpage.inc on line 45
GuppY Help Center - Error message "too many open files"

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,deny

Deny from all

[/Files]

[Files *.inc]

Order allow,deny

Deny from all

Satisfy All

[/Files]

[Files *.dtb]

Order allow,deny

Deny from all

Satisfy All

[/Files]

AddHandler x-httpd-php5 .php

AddType application/x-httpd-php5 .php

ErrorDocument 400 http://www.........../error.php?err=400

ErrorDocument 401 http://www............/error.php?err=401

ErrorDocument 403 http://www............/error.php?err=403

ErrorDocument 404 http://www............/error.php?err=404

ErrorDocument 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 2721 times