[h=1][SIZE=14px]Form with a multiupload image give an error !
After many proofs i have find a problem :
if on a form there is a field for multiupload image file the problem appear infact removing the field on form for multiupload file all work fine
Naturally in deply environnement if i remove the = sign before ; the app work fine !!!
The wrong function created by sc is :
function ValidateField_multiimage(&$Campos_Crit, &$Campos_Falta, &$Campos_Erros)
.
.
3368| $this->timeupd = $old_value_timeupd;
3369| $this->timeupd_hora = $old_value_timeupd_hora = ; <<<<<<<<<<<<<<<< !!! >>>>>>>>>>>>>>>>>>>> erroneus line created
3370| $rs_mu = $this->Db->Execute($comando_multiul);
.
.[/SIZE][/h]