Probleme PhP Mysql

Répondre


Cette question est un moyen d’empêcher des soumissions automatisées de formulaires par des robots.
Smileys
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: =D> #-o =P~ :^o :non: :priere: 8-|
Voir plus de smileys
  Revue du sujet
 

  Étendre la vue Revue du sujet : Probleme PhP Mysql

Re: Probleme PhP Mysql

par Saian » 29 mai 2015, 18:08

Salut, l'erreur "expects parameter 1 to be mysqli_result, boolean given" indique que le paramètre de résultat mysqli est en fait un booléen (true/false) ce qui suggère que les exécutions de requêtes qui précèdent terminent en erreur (et retournent donc false au lieu du résultat mysqli).

Il faudrait que tu remontes à l'exécution d'une des requêtes pour afficher le message d'erreur à l'aide de mysqli_error.
Cela devrait te permettre de comprendre pourquoi il y a ces erreurs.

Tu dois avoir des lignes du genre :
mysqli_query($link, $request);
Mets à la place d'une de celles qui font une erreur (la première tant qu'à faire) :
mysqli_query($link, $request) or die (mysqli_error($link));

Re: Probleme PhP Mysql

par FuFu » 29 mai 2015, 14:37

Oui tout c'est bien passer pour la base de donnée elle est bien connecter pourtant

Re: Probleme PhP Mysql

par tof73 » 29 mai 2015, 14:29

la création des tables dans la base de donnée s'est bien passée ?

Re: Probleme PhP Mysql

par ynx » 29 mai 2015, 14:27

Salut,

PHP Warning: shell_exec() has been disabled for security reasons
-> la configuration de ton php ne permet pas d'utiliser la fonction shell_exec(), surement bloquée par ton hébergeur pour des raisons de sécurité

PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given
-> la connexion à la base de données a échouée, vérifier que la base de données est accessible et vérifier les identifiants de connexion

Toutes les erreurs suivantes proviennent également de l’échec de la connexion à la bdd.

Bonne journée

Probleme PhP Mysql

par FuFu » 29 mai 2015, 14:19

Bonjour,
Je suis en train d'installer le logiciel eBrigade pour les pompiers et secouriste.
J'ai un souci que je ne comprend pas et j'aurais aimer votre aide sur ce sujet.
[29-May-2015 00:56:01 Europe/Paris] PHP Warning: shell_exec() has been disabled for security reasons in /home/u950923983/public_html/ebrigade/fonctions_sql.php on line 177
[29-May-2015 01:04:10 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/fonctions.php on line 446
[29-May-2015 10:05:47 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/scroller1.php on line 269
[29-May-2015 10:06:09 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/consommable.php on line 190
[29-May-2015 10:07:09 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/cotisations.php on line 299
[29-May-2015 10:07:20 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/message.php on line 310
[29-May-2015 10:10:32 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/evenement_display_sub.php on line 3361
[29-May-2015 10:20:48 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/message.php on line 310
[29-May-2015 10:28:13 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/pdf_document.php on line 151
[29-May-2015 10:28:13 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/pdf_document.php on line 2280
[29-May-2015 10:28:24 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/pdf_document.php on line 151
[29-May-2015 10:28:24 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/pdf_document.php on line 2280
[29-May-2015 10:30:20 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/evenement_display_sub.php on line 1199
[29-May-2015 10:30:27 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/evenement_display_sub.php on line 1892
[29-May-2015 10:30:29 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/evenement_display_sub.php on line 2262
[29-May-2015 10:30:35 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/evenement_display_sub.php on line 3361
[29-May-2015 10:30:48 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/pdf_document.php on line 151
[29-May-2015 10:35:29 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/vehicule.php on line 164
[29-May-2015 10:39:37 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/message.php on line 310
[29-May-2015 11:02:49 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/vehicule.php on line 164
[29-May-2015 11:03:06 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/vehicule.php on line 164
[29-May-2015 11:07:15 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/upd_personnel_sub.php on line 1853
[29-May-2015 11:07:21 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/upd_personnel_sub.php on line 2523
[29-May-2015 11:10:04 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/fonctions.php on line 446
[29-May-2015 11:18:48 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/cotisations.php on line 299
[29-May-2015 11:19:38 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/upd_personnel_sub.php on line 2273
[29-May-2015 11:19:51 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/upd_personnel_sub.php on line 2273
[29-May-2015 11:41:55 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/vehicule.php on line 164
[29-May-2015 11:53:25 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/fonctions.php on line 446
[29-May-2015 11:55:14 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/scroller1.php on line 235
[29-May-2015 11:55:40 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/fonctions.php on line 446
[29-May-2015 11:55:47 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/fonctions.php on line 446
[29-May-2015 12:12:26 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/vehicule.php on line 164
[29-May-2015 12:12:48 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/evenement_vehicule.php on line 94
[29-May-2015 12:13:09 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/type_vehicule.php on line 53
[29-May-2015 12:13:13 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/upd_type_vehicule.php on line 162
[29-May-2015 12:14:25 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/save_type_vehicule.php on line 53
[29-May-2015 12:14:25 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/type_vehicule.php on line 53
[29-May-2015 12:14:56 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/upd_type_vehicule.php on line 162
[29-May-2015 12:16:00 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/save_type_vehicule.php on line 53
[29-May-2015 12:16:01 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/type_vehicule.php on line 53
[29-May-2015 12:16:08 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/upd_type_vehicule.php on line 162
[29-May-2015 12:17:24 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/save_type_vehicule.php on line 53
[29-May-2015 12:17:25 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/type_vehicule.php on line 53
[29-May-2015 12:17:30 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/vehicule.php on line 164
[29-May-2015 12:17:50 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/type_vehicule.php on line 53
[29-May-2015 12:17:56 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/upd_type_vehicule.php on line 162
[29-May-2015 12:18:51 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/save_type_vehicule.php on line 53
[29-May-2015 12:18:53 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/type_vehicule.php on line 53
[29-May-2015 12:19:32 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/vehicule.php on line 164
[29-May-2015 12:19:52 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/vehicule.php on line 164
[29-May-2015 12:20:03 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/materiel.php on line 198
[29-May-2015 12:20:08 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/materiel.php on line 198
[29-May-2015 12:20:40 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/materiel.php on line 198
[29-May-2015 12:21:34 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/consommable.php on line 190
[29-May-2015 13:00:06 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/vehicule.php on line 164
[29-May-2015 13:15:47 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/scroller1.php on line 269
[29-May-2015 13:16:08 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/type_vehicule.php on line 53
[29-May-2015 13:16:10 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/type_vehicule.php on line 53
[29-May-2015 13:16:25 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/upd_type_vehicule.php on line 162
[29-May-2015 13:16:27 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/upd_type_vehicule.php on line 162
[29-May-2015 13:17:02 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/save_type_vehicule.php on line 53
[29-May-2015 13:17:02 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/type_vehicule.php on line 53
[29-May-2015 13:17:48 Europe/Paris] PHP Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/save_type_vehicule.php on line 53
[29-May-2015 13:17:48 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/type_vehicule.php on line 53
[29-May-2015 13:18:00 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/vehicule.php on line 164
[29-May-2015 13:18:03 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/vehicule.php on line 164
[29-May-2015 13:18:11 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/vehicule.php on line 164
[29-May-2015 13:18:18 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/vehicule.php on line 164
[29-May-2015 13:18:37 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/materiel.php on line 198
[29-May-2015 13:18:41 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/consommable.php on line 190
[29-May-2015 13:18:44 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/consommable.php on line 190
[29-May-2015 13:20:39 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/materiel.php on line 198
[29-May-2015 13:20:44 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/vehicule.php on line 164
[29-May-2015 13:20:47 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/materiel.php on line 198
[29-May-2015 13:20:53 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/consommable.php on line 190
[29-May-2015 13:22:05 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/type_consommable.php on line 60
[29-May-2015 13:22:10 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/type_vehicule.php on line 53
[29-May-2015 13:22:30 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/type_vehicule.php on line 53
[29-May-2015 13:22:40 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, null given in /home/u950923983/public_html/ebrigade/vehicule.php on line 164
[29-May-2015 13:22:53 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/materiel.php on line 198
[29-May-2015 13:23:01 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/consommable.php on line 190
[29-May-2015 13:23:08 Europe/Paris] PHP Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/u950923983/public_html/ebrigade/type_vehicule.php on line 53
Ceci est toutes les erreurs que j'ai dans mon fichier log.
J’espère vraiment que vous allez pouvoir m'aider.
Cordialemet.