Warning: include(../plugins/glossaire/conf_defaut2.inc): Failed to open stream: No such file or directory in /home/freeguppyorg/sites/ghc.freeguppy.org/mobile/inc/inchead/glossaire_mob.inc on line 29

Warning: include(): Failed opening '../plugins/glossaire/conf_defaut2.inc' for inclusion (include_path='.:/opt/cpanel/ea-php80/root/usr/share/pear') in /home/freeguppyorg/sites/ghc.freeguppy.org/mobile/inc/inchead/glossaire_mob.inc on line 29

Warning: Undefined variable $res_group in /home/freeguppyorg/sites/ghc.freeguppy.org/mobile/inc/inchead/glossaire_mob.inc on line 33

Warning: Trying to access array offset on value of type null in /home/freeguppyorg/sites/ghc.freeguppy.org/mobile/inc/inchead/glossaire_mob.inc on line 33

Warning: include(../plugins/glossaire/gloss_inc1.inc): Failed to open stream: No such file or directory in /home/freeguppyorg/sites/ghc.freeguppy.org/mobile/inc/inchead/glossaire_mob.inc on line 36

Warning: include(): Failed opening '../plugins/glossaire/gloss_inc1.inc' for inclusion (include_path='.:/opt/cpanel/ea-php80/root/usr/share/pear') in /home/freeguppyorg/sites/ghc.freeguppy.org/mobile/inc/inchead/glossaire_mob.inc on line 36

Warning: include(../plugins/glossaire/gloss_mob_inc2.inc): Failed to open stream: No such file or directory in /home/freeguppyorg/sites/ghc.freeguppy.org/mobile/inc/inchead/glossaire_mob.inc on line 37

Warning: include(): Failed opening '../plugins/glossaire/gloss_mob_inc2.inc' for inclusion (include_path='.:/opt/cpanel/ea-php80/root/usr/share/pear') in /home/freeguppyorg/sites/ghc.freeguppy.org/mobile/inc/inchead/glossaire_mob.inc on line 37
GuppY Help Center

  Welcome 
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
Last update : 03/05/2007 @ 23:02
Category : Error messages
Page read 2784 times
Top

© 2004-2024

Document generated in 0.01 second