Bonjour,
Nous avons installé un nouveau serveur avec toutes les dernieres versions des logicels suivants :
mysql 5.0.22
phpmyadmin 2.8.2
php 5.1.3
apache 2.0
Le probleme se situe entre Mysql et phpmyadmin.
Nous faisons un import d'une base de données qui a été créee sur un mysql 3.23.
Et lorsque nous voulons l'administrer avec le phpmyadmin (modifier la valeur d'un champ) nous avons des erreurs dont voici les messages:
Il met des "Array" un peu partout alors que le champ attendu devrait etre vide.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37 Warning: urldecode() expects parameter 1 to be string, array given in /data/sites/phpmyadmin/tbl_replace.php on line 181 Warning: preg_match() expects parameter 2 to be string, array given in /data/sites/phpmyadmin/tbl_replace.php on line 163 Warning: preg_match() expects parameter 2 to be string, array given in /data/sites/phpmyadmin/tbl_replace.php on line 165 Warning: urldecode() expects parameter 1 to be string, array given in /data/sites/phpmyadmin/tbl_replace.php on line 181 Warning: urldecode() expects parameter 1 to be string, array given in /data/sites/phpmyadmin/tbl_replace.php on line 181 Warning: urldecode() expects parameter 1 to be string, array given in /data/sites/phpmyadmin/tbl_replace.php on line 181 Warning: Cannot modify header information - headers already sent by (output started at /data/sites/phpmyadmin/tbl_replace.php:181) in /data/sites/phpmyadmin/libraries/header_http.inc.php on line 13 Warning: Cannot modify header information - headers already sent by (output started at /data/sites/phpmyadmin/tbl_replace.php:181) in /data/sites/phpmyadmin/libraries/header_http.inc.php on line 14 Warning: Cannot modify header information - headers already sent by (output started at /data/sites/phpmyadmin/tbl_replace.php:181) in /data/sites/phpmyadmin/libraries/header_http.inc.php on line 15 Warning: Cannot modify header information - headers already sent by (output started at /data/sites/phpmyadmin/tbl_replace.php:181) in /data/sites/phpmyadmin/libraries/header_http.inc.php on line 16 Warning: Cannot modify header information - headers already sent by (output started at /data/sites/phpmyadmin/tbl_replace.php:181) in /data/sites/phpmyadmin/libraries/header_http.inc.php on line 19 Erreur requête SQL: UPDATE `matable` SET `monchamp1` = 'toto', `monchamp2` = Array( 'Array' ), `type_champ` = 'Array', `nowrap` = '' WHERE `enreg` =1 LIMIT 1 MySQL a répondu: #1305 - FUNCTION mabase.Array does not exist
De plus le phpmyadmin genere de nombreuses erreurs php.
Quelqu'un aurait-il une idée ?
Par avance Merci.
Partager