Re: [web2py] Form stopped working...

2018-02-21 Thread António Ramos
Check the sql.log in databases folder also open your database and check the column name 2018-02-21 3:18 GMT+00:00 Joe : > My form was working fine for a long time. Then, I made a small change in > the db.py table, like this: > > Field('Website',

[web2py] Form stopped working...

2018-02-20 Thread Joe
My form was working fine for a long time. Then, I made a small change in the db.py table, like this: Field('Website', requires=[IS_NOT_EMPTY(), IS_URL()]), to this: Field('website', requires=[IS_NOT_EMPTY(), IS_URL()]), I changed the *W* in the '*W*ebsite', from uppercase to lowercase and