For a new update in model, controller or view, do I need to restart the server?
On Tuesday, September 17, 2019 at 1:03:11 PM UTC+7, Massimo Di Pierro wrote: > > You have an olv version of pydal > > python3 -m pip install -U pydal > > On Monday, 16 September 2019 17:02:04 UTC-7, isi_jca wrote: >> >> Hi!!! >> >> 1°) >> When I try to use >> >> "A page with an update form example", the console show: >> >> ERROR:root:Traceback (most recent call last): >> File >> "/home/jalbornoz/py4web-env/lib64/python3.7/site-packages/py4web/core.py", >> line 461, in wrapper >> ret = func(*func_args, **func_kwargs) >> File >> "/home/jalbornoz/py4web-env/lib64/python3.7/site-packages/py4web/core.py", >> line 427, in wrapper >> ret = func(*args, **kwargs) >> File "/home/jalbornoz/apps/examples/__init__.py", line 33, in >> example_form >> form = Form(db.person, id, deletable=False, formstyle=FormStyleBulma) >> File >> "/home/jalbornoz/py4web-env/lib64/python3.7/site-packages/py4web/utils/form.py", >> >> line 184, in __init__ >> (value, error) = field.validate(value) >> TypeError: validate() missing 1 required positional argument: 'record_id' >> >> id= 42 >> >> 2°) The dashboard don't let to edit row on table or create a new row. >> >> >> >> >> >> -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/17b6bb3b-f7c4-4c2b-af59-36fba1fbdad1%40googlegroups.com.