1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. | Traceback (most recent call last): File "/home/mauricewaka/web2py/gluon/restricted.py", line 219, in restricted exec(ccode, environment) File "/home/mauricewaka/web2py/applications/KPax2/controllers/surveys.py", line 370, in <module> File "/home/mauricewaka/web2py/gluon/globals.py", line 421, in <lambda> self._caller = lambda f: f() File "/home/mauricewaka/web2py/gluon/tools.py", line 3869, in f return action(*a, **b) File "/home/mauricewaka/web2py/applications/KPax2/controllers/surveys.py", line 93, in take_survey survey,sa=thissurvey() File "/home/mauricewaka/web2py/applications/KPax2/models/db_surveys.py", line 95, in thissurvey if not has_access(person_id,'survey',survey_id,'take'):#if not has_access(person_id,'survey',survey_id,'take'): NameError: name 'person_id' is not defined
Was there a table that was not created/defined? How do I solve this Kind regards |