woody-woodpecker
Membre récent

Hors-Ligne
Sexe: 
Messages: 2

|
Bonjour a tous, j'ai besoin d'aide pour la mise a jour de mon site, j'ai un warning uniquement sur ma page d'accueil et je suis completement perdu lien :http://www.troyes-roller.com/
le warning: Warning: mysql_pconnect() [function.mysql-pconnect]: Premature end of data (mysqlnd_wireprotocol.c:553) in /var/www/troyes-roller.com/htdocs/lib/query.php on line 43 mon code: $this->db = mysql_pconnect($hostname_site, $username_site, $password_site) or trigger_error(mysql_error(),E_USER_ERROR); if (!mysql_select_db($database_site, $this->db)) die(mysql_error()); mysql_query("SET NAMES 'utf8'", $this->db); $this->owndb = true;
MERCI D AVANCE POUR VOTRE AIDE |