Merci pour la résolution.
Pour les questionnaires actifs, c'est mort. A moins que dans la base de données ? :ohmy:
J'ai remarqué qu'il s'agit du caractère "\" qui est présent par rapport à un fichier "propre"
Ce qui donne :
- FICHIER PROPRE -
V2.06 dernière build :
<attributedescriptions><![CDATA[a:2:{s:11:"attribute_1";a:3:{s:11:"description";s:5:"repas";s:9:"mandatory";s:1:"N";s:13:"show_register";s:1:"N";}s:11:"attribute_2";a:3:{s:11:"description";s:11:"reservation";s:9:"mandatory";s:1:"N";s:13:"show_register";s:1:"N";}}]]></attributedescriptions>
V2.05
attributedescriptions><![CDATA[{"attribute_1":{"description":"attribute_1","mandatory":"N","show_register":"N","cpdbmap":""}}]]></attributedescriptions>
- FICHIER ALTERE -
<attributedescriptions><![CDATA[{"":{"description":"\"attribute_1\":{\"description\"
"IDENTIFIANT\",\"mandatory\"
"Y\",\"show_register\"
"Y\",\"cpdbmap\"
"\"},\"attribute_2\":{\"description\"
"NOM_ETABLISSEMENT\",\"mandatory\"
"Y\",\"show_register\"
"Y\",\"cpdbmap\"
"\"},\"attribute_3\":{\"description\"
"COORDONNEES\",\"mandatory\"
"Y\",\"show_register\"
"Y\",\"cpdbmap\"
"\"},\"attribute_4\":{\"description\"
"MAIL\",\"mandatory\"
"Y\",\"show_register\"
"Y\",\"cpdbmap\"
"\"}}","mandatory":"N","show_register":"N","cpdbmap":""},"attribute_1":{"description":"attribute_1","mandatory":"N","show_register":"N","cpdbmap":""},"attribute_2":{"description":"attribute_2","mandatory":"N","show_register":"N","cpdbmap":""},"attribute_3":{"description":"attribute_3","mandatory":"N","show_register":"N","cpdbmap":""},"attribute_4":{"description":"attribute_4","mandatory":"N","show_register":"N","cpdbmap":""}}]]></attributedescriptions>
Une fois les "\ et \" remplacé :
<attributedescriptions><![CDATA[{"":{"description":"attribute_1":{"description":"IDENTIFIANT","mandatory":"Y","show_register":"Y","cpdbmap":"},"attribute_2":{"description":"NOM_ETABLISSEMENT","mandatory":"Y","show_register":"Y","cpdbmap":"},"attribute_3":{"description":"COORDONNEES","mandatory":"Y","show_register":"Y","cpdbmap":"},"attribute_4":{"description":"MAIL","mandatory":"Y","show_register":"Y","cpdbmap":"}}","mandatory":"N","show_register":"N","cpdbmap":""},"attribute_1":{"description":"attribute_1","mandatory":"N","show_register":"N","cpdbmap":""},"attribute_2":{"description":"attribute_2","mandatory":"N","show_register":"N","cpdbmap":""},"attribute_3":{"description":"attribute_3","mandatory":"N","show_register":"N","cpdbmap":""},"attribute_4":{"description":"attribute_4","mandatory":"N","show_register":"N","cpdbmap":""}}]]></attributedescriptions>
Mais vu le fichier propre 2.06, je me demande si cela va fonctionner.
J'ai aussi constaté que cette section est concerné :
<surveyls_attributecaptions><![CDATA[{"":"\"attribute_1\":{\"description\"
"IDENTIFIANT\",\"mandatory\"
"Y\",\"show_register\"
"Y\",\"cpdbmap\"
"\"},\"attribute_2\":{\"description\"
"NOM_ETABLISSEMENT\",\"mandatory\"
"Y\",\"show_register\"
"Y\",\"cpdbmap\"
"\"},\"attribute_3\":{\"description\"
"COORDONNEES\",\"mandatory\"
"Y\",\"show_register\"
"Y\",\"cpdbmap\"
"\"},\"attribute_4\":{\"description\"
"MAIL\",\"mandatory\"
"Y\",\"show_register\"
"Y\",\"cpdbmap\"
"\"}}"}]]></surveyls_attributecaptions>.