Well, for any reason, your live update extension was showimg an update made on the version 2.5.17 but he extension manager still the 2.5.15. I deleted the extension and re-installed the 2.5.17, and it's OK. EXCEPT that I have now this error message :
DwZone-it.com - Upload error on insert record Sql: update [projet] set [realisation] = ?, [nom] = ?, [lieu] = ?, [annee] = ?, [description] = ?, [credit] = ? where [numero] = ? Error: [Microsoft][Pilote ODBC Microsoft Access]Valeur de précision non valide Command parameters: param1=permis param2=Construction de 2 villas sur un même terrain param3=Rousset (13) param4=2014 param5=Construction de 2 villas de 160m² de surface de plancher chacune avec piscine et terrasse param6=Martine Hainaut param7=18
The problem was coming fisrt on trhe param 5 which is a longtext field. I don't know now what is the problem...
It seems also;that the code has been also changed before case FORMAT_FOR_STRING cmd.Parameters.Append cmd.CreateParameter("param" & param_index, 202, 1, -1, MM_IIf(fieldsList(i + 1), fieldsList(i + 1), ""))
case FORMAT_FOR_STRING_NULL cmd.Parameters.Append cmd.CreateParameter("param" & param_index, 202, 1, -1, MM_IIf(fieldsList(i + 1), fieldsList(i + 1), null))
|
|
|