Erreur include ?

Nabil -  
 __construct() -
Bonjour,

J'ai installer un chat en ajax mais voici l'erreur quis affiche

Warning: include(/home/users/Fd/chat/lib/config.php) [function.include]: failed to open stream: No such file or directory in /home/users/Fd/chat/lib/class/AJAXChat.php on line 50

Warning: include() [function.include]: Failed opening '/home/users/Fd/chat/lib/config.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/users/Fd/chat/lib/class/AJAXChat.php on line 50
Error: Could not find a config.php file in "/home/users/Fd/chat/"lib/". Check to make sure the file exists.


1 réponse

__construct()
 
Bonjour,
Effectivement, PHP ne trouve pas le fichier config.php qui est censé se trouvé ici => /home/users/Fd/chat/lib/config.php.
A toi de (re)trouver ce fichier et de le placer à cet endroit (/lib/) chez ton hébergeur :-)
0