Impossible de se connecter avec PHPmyadmin 2.2.6-EasyPHP

Impossible de se connecter avec PHPmyadmin 2.2.6-EasyPHP - PHP - Programmation

Marsh Posté le 27-01-2003 à 01:58:38    

Curieusement du jour au lendemain phpmyadmin affiche des erreurs :
 

Code :
  1. Warning: Cannot add header information - headers already sent by (output started at l:\appez pr le stage\easyphp\phpmyadmin\libraries\auth\config.auth.lib.php:91) in l:\appez pr le stage\easyphp\phpmyadmin\header.inc.php on line 23
  2. Warning: Cannot add header information - headers already sent by (output started at l:\appez pr le stage\easyphp\phpmyadmin\libraries\auth\config.auth.lib.php:91) in l:\appez pr le stage\easyphp\phpmyadmin\header.inc.php on line 24
  3. Warning: Cannot add header information - headers already sent by (output started at l:\appez pr le stage\easyphp\phpmyadmin\libraries\auth\config.auth.lib.php:91) in l:\appez pr le stage\easyphp\phpmyadmin\header.inc.php on line 25
  4. Warning: Cannot add header information - headers already sent by (output started at l:\appez pr le stage\easyphp\phpmyadmin\libraries\auth\config.auth.lib.php:91) in l:\appez pr le stage\easyphp\phpmyadmin\header.inc.php on line 26
  5. Warning: Cannot add header information - headers already sent by (output started at l:\appez pr le stage\easyphp\phpmyadmin\libraries\auth\config.auth.lib.php:91) in l:\appez pr le stage\easyphp\phpmyadmin\header.inc.php on line 27
  6. Warning: Cannot add header information - headers already sent by (output started at l:\appez pr le stage\easyphp\phpmyadmin\libraries\auth\config.auth.lib.php:91) in l:\appez pr le stage\easyphp\phpmyadmin\header.inc.php on line 29
  7. Erreur
  8. MySQL a répondu:
  9. Can't connect to MySQL server on 'localhost' (10061)


 
j'ai donc decider de réinstaller EasyPhp 1.6 sous mon windows2000, mais toujours la meme chose  
 
 
Nb : ds config.auth.lib.php (je ne sais pas ce que veut dire :90 pour un fichier j'ai donc pense que c la 90ème ligne:
 
(ligne 89)<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
(ligne 90)    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
(ligne 91)<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $GLOBALS['available_languages'](lig[$GLOBALS['lang']][2]; ?>" lang="<?php echo $GLOBALS['available_languages'][$GLOBALS['lang']][2]; ?>" dir="<?php echo $GLOBALS['text_dir']; ?>">
 
 
Dans header.inc.php :
/**
 * Sends http headers
 */
// Don't use cache (required for Opera)
(ligne 22)$now = gmdate('D, d M Y H:i:s';) . ' GMT';
(ligne 23)header('Expires: 0';); // rfc2616 - Section 14.21
(ligne 24)header('Last-Modified: ' . $now);
(ligne 25)header('Cache-Control: no-store, no-cache, must-revalidate';); // HTTP/1.1
(ligne 26)header('Cache-Control: pre-check=0, post-check=0, max-age=0';); // HTTP/1.1
(ligne 27)header('Pragma: no-cache';); // HTTP/1.0
// Define the charset to be used
(ligne 29)header('Content-Type: text/html; charset=' . $charset);
 
 
 
[/quote]

Reply

Marsh Posté le 27-01-2003 à 01:58:38   

Reply

Marsh Posté le 27-01-2003 à 02:31:25    

pas le temps parce jai plus envie de  :sleep:  
Chez moi, le fichier config.auth.lib.php nest pas utilisé
donc trouve ds tes fichiers lequel fait un include (ou require) de config.auth.lib.php, alors quil ne devrait pas le faire.
 
Ou reinstalle un nouveau phpmyadmin et on nen parle plus.
 
=> softwares pas prog.

Reply

Marsh Posté le 27-01-2003 à 06:59:35    

C'est curieux...


---------------
Le site de ma maman
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed