a contact form (visforms 3.6.11, J! 3.5.1) that used to work, now displayed the following error on sending (on an otherwise blank page, just black on white):
Code:
Oh, dear, we have a 1054
Unknown column 'F40' in 'field list' SQL=UPDATE `#__visforms_1` SET `F1` = replace (F1, CHAR(13,10), ' ') , `F23` = replace (F23, CHAR(13,10), ' ') , `F25` = replace (F25, CHAR(13,10), ' ') , `F26` = replace (F26, CHAR(13,10), ' ') , `F2` = replace (F2, CHAR(13,10), ' ') , `F24` = replace (F24, CHAR(13,10), ' ') , `F28` = replace (F28, CHAR(13,10), ' ') , `F29` = replace (F29, CHAR(13,10), ' ') , `F3` = replace (F3, CHAR(13,10), ' ') , `F34` = replace (F34, CHAR(13,10), ' ') , `F40` = replace (F40, CHAR(13,10), ' ') , `F4` = replace (F4, CHAR(13,10), ' ') WHERE `id` = 70
After upgrading to visforms 3.7.4 the message is being displayed inside the normal page, as an alert-danger, but the main problem persits.
As you can see, this is the last field and of type "fieldsep", if that makes any difference.