Madfrix,
Voici l'état actuel de mes conclusions basées sur le log:
Le field cntStack est raz entre chaque chaque champ et donc à la fin !Code:
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 [27-May-2010 09:03:59] PHP Notice: POST SUBMIT CATCHED in F:\WebSites\test\checkform.php on line 732 [27-May-2010 09:03:59] PHP Notice: Start of Validate ==> cntStack[0] in F:\WebSites\test\checkform.php on line 642 [27-May-2010 09:03:59] PHP Notice: Start Validating field[0] cntStack[0] in F:\WebSites\test\checkform.php on line 646 [27-May-2010 09:03:59] PHP Notice: Validate[prenom]-[xx]-[3]-[30] cntStack[1] in F:\WebSites\test\checkform.php on line 436 [27-May-2010 09:03:59] PHP Notice: ====> Validating.... cntStack[1] in F:\WebSites\test\checkform.php on line 437 [27-May-2010 09:03:59] PHP Notice: ====> Filled cntStack[1] in F:\WebSites\test\checkform.php on line 420 [27-May-2010 09:03:59] PHP Notice: ====> CheckLength/range cntStack[1] in F:\WebSites\test\checkform.php on line 425 [27-May-2010 09:03:59] PHP Notice: ====> stackMessage.... cntStack[1] in F:\WebSites\test\checkform.php on line 447 [27-May-2010 09:03:59] PHP Notice: +++++++ Stacking msg[2][Le champ[prenom] doit avoir une longueur comprise entre 3 et 30] in F:\WebSites\test\checkform.php on line 607 [27-May-2010 09:03:59] PHP Notice: ====> end of this validation[prenom].... cntStack[2] in F:\WebSites\test\checkform.php on line 442 [27-May-2010 09:03:59] PHP Notice: End Validating field[0] cntStack[0] in F:\WebSites\test\checkform.php on line 649 [27-May-2010 09:03:59] PHP Notice: Start Validating field[1] cntStack[0] in F:\WebSites\test\checkform.php on line 646 [27-May-2010 09:03:59] PHP Notice: Validate[nom]-[xx]-[3]-[30] cntStack[1] in F:\WebSites\test\checkform.php on line 436 [27-May-2010 09:03:59] PHP Notice: ====> Validating.... cntStack[1] in F:\WebSites\test\checkform.php on line 437 [27-May-2010 09:03:59] PHP Notice: ====> Filled cntStack[1] in F:\WebSites\test\checkform.php on line 420 [27-May-2010 09:03:59] PHP Notice: ====> CheckLength/range cntStack[1] in F:\WebSites\test\checkform.php on line 425 [27-May-2010 09:03:59] PHP Notice: ====> stackMessage.... cntStack[1] in F:\WebSites\test\checkform.php on line 447 [27-May-2010 09:03:59] PHP Notice: +++++++ Stacking msg[2][Le champ[nom] doit avoir une longueur comprise entre 3 et 30] in F:\WebSites\test\checkform.php on line 607 [27-May-2010 09:03:59] PHP Notice: ====> end of this validation[nom].... cntStack[2] in F:\WebSites\test\checkform.php on line 442 [27-May-2010 09:03:59] PHP Notice: End Validating field[1] cntStack[0] in F:\WebSites\test\checkform.php on line 649 [27-May-2010 09:03:59] PHP Notice: End of Validate ==> cntStack[0] in F:\WebSites\test\checkform.php on line 652 [27-May-2010 09:03:59] PHP Notice: getStackError[0] in F:\WebSites\test\checkform.php on line 595
Càd entre les classes filles et la classe mère.....
Il y aurait en début de chaque field(validation) au niveau de la classe fille une insertion intempestive.....
Je continue...... :aie: