VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: hazael on October 01, 2022, 14:49:33 PM

Title: Updating client fields and SQL warn [VM4.0.7]
Post by: hazael on October 01, 2022, 14:49:33 PM
At the address:
administrator/index.php?option=com_virtuemart&view=userfields

When updating client fields, I get a warning from the database
QuotevmError: vmTable store updateObject Incorrect integer value: '' for column 'cols' at row 1 UPDATE `satan_virtuemart_userfields` SET  [...]

Trying to save the string/varchar value '' (an empty string) to the column 'cols' and 'rows' which is an integer type.