Re: [web2py] int() argument must be a string or a number, not 'list'

2012-09-17 Thread Andrew Evans
Sorry forgot to post the full Error message Traceback (most recent call last): File "/var/www/web2py/gluon/restricted.py", line 205, in restricted exec ccode in environment File "/var/www/web2py/applications/sc_coast/controllers/appadmin.py"

[web2py] int() argument must be a string or a number, not 'list'

2012-09-17 Thread Andrew Evans
Hello I am running into issues updating records in my MySQL database after adding multiple=True like so Field('region', db.region, label='Region *', requires=IS_IN_DB(db,db.region.id,'%(title)s', multiple=True)), Any ideas how to fix this I am using web2py 1.99.7 *cheers and ty ;-) --