Bonjour, j'ai ces messages d'erreur quand je veux aller sur mon forum:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /www/inomonpote/base.php:1) in /www/inomonpote/base.php on line 2
Warning: Cannot modify header information - headers already sent by (output started at /www/inomonpote/base.php:1) in /www/inomonpote/base.php on line 5
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /www/inomonpote/base.php on line 336
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /www/inomonpote/base.php on line 344
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /www/inomonpote/base.php on line 353
Warning: Cannot modify header information - headers already sent by (output started at /www/inomonpote/base.php:1) in /www/inomonpote/base.php on line 375
Warning: Cannot modify header information - headers already sent by (output started at /www/inomonpote/base.php:1) in /www/inomonpote/base.php on line 382
Table 'inomonpote.bannIp' doesn't exist
Voila les lignes:
2
session_start();
5
header('Content-type: text/html; charset=UTF-8');
336
$reponse = mysql_query('SELECT COUNT(*) AS nb FROM moderateurs WHERE idPseudo=' . $idPseudo . );
344
$reponse = mysql_query('SELECT COUNT(*) AS nb FROM admin WHERE idPseudo=' . $idPseudo . );
353
$retour = mysql_query('SELECT COUNT(*) AS nbre_entrees FROM connectes WHERE ip=\ . $_SERVER['REMOTE_ADDR'] . '\);
375
{
382
// On met le temps de dernière visite à jour, pour les prochaines visites
Merci d'avance