Impossible de se connecter avec PHPmyadmin 2.2.6-EasyPHP
weed
Posté le 27-01-2003 à 01:58:38
Curieusement du jour au lendemain phpmyadmin affiche des erreurs :
Code :
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
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
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
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
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
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
Erreur
MySQL a répondu:
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:
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]
Publicité
Posté le 27-01-2003 à 01:58:38
beleg
黑社會
Posté le 27-01-2003 à 02:31:25
pas le temps parce jai plus envie de 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.